Wed May 12 12:54:53 2021 UTC ()
php-nextcloud: Update to 21.0.1

Changelog:
Version 21.0.1 April 9 2021

Changes

  * Always renew apppasswords on login (server#25571)
  * Improve mention matches (server#25573)
  * Disable trasbin during the moveFromStorage fallback (server#25877)
  * Clear multiselect after selection in share panel (server#25918)
  * Activity: show if files are hidden or not (server#25935)
  * Sharebymail: set expiration on creation (server#25937)
  * Catch notfound and forbidden exception in smb::getmetadata (server#25943)
  * Skip empty obsolete owner when adding to own NC (server#25955)
  * Fix admin password strengthify tooltip (server#25962)
  * Add missing waits and asserts in acceptance tests (server#25993)
  * Hide expiration date field for remote shares (server#26026)
  * Remove trash items from other trash backends when deleting all (server#
    26039)
  * Fix SCSS compiler deprecated function usages (server#26042)
  * Provisioning API to IBootstrap (server#26044)
  * Cache baseurl in url generator (server#26051)
  * Allow autocomplete based on phone sync (server#26056)
  * Only clear share password model when actually saved (server#26058)
  * Add appconfig to always show the unique label of a sharee (server#26062)
  * Only clear known users when we had at least one phonebook entry (server#
    26081)
  * Chunk the array of phone numbers (server#26084)
  * Limit constructing of result objects in file search (server#26087)
  * Apply object store copy optimization when 'cross storage' copy is wit...
    (server#26090)
  * Add getID function to the simplefile implementation (server#26119)
  * Allow overwriting isAuthenticated (server#26122)
  * Send share notification instead of erroring on duplicate share (server#
    26124)
  * Log exceptions when creating share (server#26128)
  * Do cachejail search filtering in sql (server#26133)
  * Return the fileid from `copyFromCache` and use it instead of doing an extra
    query (server#26146)
  * Dont allow creating users with __groupfolders as uid (server#26151)
  * Use correct exception type hint in catch statement (server#26162)
  * Fix default missing initial state for templates (server#26166)
  * Remove explicit fclose from S3->writeStream (server#26167)
  * Adds ldap user:reset command (server#26175)
  * Improve search results when only phonebook-matches can we autocompleted
    (server#26177)
  * Fix valid storages removed when cleaning remote storages (server#26192)
  * Update user share must use correct expiration validation (server#26204)
  * Expand 'path is already shared' error message (server#26211)
  * Add (hidden) option to always show smb root as writable (server#26215)
  * Removed unnecessary padding (server#26227)
  * L10n: Add words user and because in ShareByMailProvider.php (server#26238)
  * Fix non LGC glyphs in avatars and txt file previews (server#26249)
  * Handle limit offset and sorting in files search (server#26257)
  * Update icewind/smb to 3.4.0 (server#26263)
  * Catch invalid cache source storage path (server#26271)
  * Fix casing of core test folder, bring back missing tests (server#26276)
  * L10n: Separate ellipsis (server#26279)
  * Show better error messages when a file with a forbidden path is encountered
    (server#26291)
  * Fix l10n (server#26298)
  * Log when a storage is marked as unavailable (server#26301)
  * Delete old birthday calendar object when moving contact to another ad...
    (server#26307)
  * Add a prefix index to filecache.path (server#26326)
  * Avatar privacy and new scope (server#26352)
  * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead
    of SVGs (server#26357)
  * Update cipher defaults (server#26363)
  * Fix wording for phone number integration (server#26366)
  * Remove notifications when retesting profile field input (server#26371)
  * Do not attempt to read 0 bytes when manually iterating over a non-seekable
    file (server#26376)
  * Fix(translation): replace static error message (server#26377)
  * Only mark migrations as installed after execution (server#26379)
  * Gracefully handle deleteFromSelf when share is already gone (server#26382)
  * Also check the default phone region when the number has no country code
    (server#26391)
  * Allow apps to write/update account data (server#26398)
  * Log and continue when failing to update encryption keys during for
    individual files (server#26400)
  * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402)
  * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404)
  * Get the parent directory before creating a file from a template (server#
    26406)
  * Bump y18n from 4.0.0 to 4.0.1 (server#26413)
  * [3rdparty]phpseclib-2.0.31 (server#26447)
  * Revert "add a prefix index to filecache.path" (server#26451)
  * 21.0.1 final (server#26453)
  * Show icon-phone when setting is set to private instead of local (server#
    26459)
  * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643)
  * Fix 'Daily activity summary' email subject translation (activity#562)
  * Fix notifying own activities (activity#566)
  * Send the footer with the defined language (activity#570)
  * Make sure we only load the public script on public pages (files_pdfviewer#
    340)
  * Extend reasons for email address (firstrunwizard#503)
  * Only send desktop notifications in one tab (notifications#911)
  * Fix Photos not shown in large browser windows #630 (photos#689)
  * Add vue-virtual-grid to babel (photos#710)
  * Match any non-whitespace character in filesystem type pattern (serverinfo#
    280)
  * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0
    (serverinfo#287)
  * Disable cypress recording for now (text#1504)
  * Use write permission when possible (text#1512)
  * Fix clicking links with color annotations (text#1516)
  * Update CLI tests to PHP 7.4 to 8.0 (updater#346)
  * Disable UI when web updater is disabled in config.php (updater#351)
  * Remove obsolete pipeline php72-master (updater#355)
  * Update used version of box (updater#359)
  * Do not allow to keep maintenance mode active in web updater (updater#363)
  * Fix fullscreen (viewer#842)


(ryoon)
diff -r1.51 -r1.52 pkgsrc/www/php-nextcloud/Makefile
diff -r1.41 -r1.42 pkgsrc/www/php-nextcloud/PLIST
diff -r1.42 -r1.43 pkgsrc/www/php-nextcloud/distinfo

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

--- pkgsrc/www/php-nextcloud/Makefile 2021/03/07 13:21:58 1.51
+++ pkgsrc/www/php-nextcloud/Makefile 2021/05/12 12:54:53 1.52
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.51 2021/03/07 13:21:58 taca Exp $ 1# $NetBSD: Makefile,v 1.52 2021/05/12 12:54:53 ryoon 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-21.0.0 13DISTNAME= nextcloud-21.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}-mbstring>=5.4.0:../../converters/php-mbstring 26DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.4.0:../../converters/php-mbstring

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

--- pkgsrc/www/php-nextcloud/PLIST 2021/02/27 19:04:55 1.41
+++ pkgsrc/www/php-nextcloud/PLIST 2021/05/12 12:54:53 1.42
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.41 2021/02/27 19:04:55 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.42 2021/05/12 12:54:53 ryoon 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
@@ -6900,42 +6900,40 @@ share/nextcloud/apps/activity/l10n/ps.js @@ -6900,42 +6900,40 @@ share/nextcloud/apps/activity/l10n/ps.js
6900share/nextcloud/apps/activity/l10n/ps.json 6900share/nextcloud/apps/activity/l10n/ps.json
6901share/nextcloud/apps/activity/l10n/pt_BR.js 6901share/nextcloud/apps/activity/l10n/pt_BR.js
6902share/nextcloud/apps/activity/l10n/pt_BR.json 6902share/nextcloud/apps/activity/l10n/pt_BR.json
6903share/nextcloud/apps/activity/l10n/pt_PT.js 6903share/nextcloud/apps/activity/l10n/pt_PT.js
6904share/nextcloud/apps/activity/l10n/pt_PT.json 6904share/nextcloud/apps/activity/l10n/pt_PT.json
6905share/nextcloud/apps/activity/l10n/ro.js 6905share/nextcloud/apps/activity/l10n/ro.js
6906share/nextcloud/apps/activity/l10n/ro.json 6906share/nextcloud/apps/activity/l10n/ro.json
6907share/nextcloud/apps/activity/l10n/ru.js 6907share/nextcloud/apps/activity/l10n/ru.js
6908share/nextcloud/apps/activity/l10n/ru.json 6908share/nextcloud/apps/activity/l10n/ru.json
6909share/nextcloud/apps/activity/l10n/sc.js 6909share/nextcloud/apps/activity/l10n/sc.js
6910share/nextcloud/apps/activity/l10n/sc.json 6910share/nextcloud/apps/activity/l10n/sc.json
6911share/nextcloud/apps/activity/l10n/si.js 6911share/nextcloud/apps/activity/l10n/si.js
6912share/nextcloud/apps/activity/l10n/si.json 6912share/nextcloud/apps/activity/l10n/si.json
6913share/nextcloud/apps/activity/l10n/si_LK.js 
6914share/nextcloud/apps/activity/l10n/si_LK.json 
6915share/nextcloud/apps/activity/l10n/sk.js 6913share/nextcloud/apps/activity/l10n/sk.js
6916share/nextcloud/apps/activity/l10n/sk.json 6914share/nextcloud/apps/activity/l10n/sk.json
6917share/nextcloud/apps/activity/l10n/sl.js 6915share/nextcloud/apps/activity/l10n/sl.js
6918share/nextcloud/apps/activity/l10n/sl.json 6916share/nextcloud/apps/activity/l10n/sl.json
6919share/nextcloud/apps/activity/l10n/sq.js 6917share/nextcloud/apps/activity/l10n/sq.js
6920share/nextcloud/apps/activity/l10n/sq.json 6918share/nextcloud/apps/activity/l10n/sq.json
6921share/nextcloud/apps/activity/l10n/sr.js 6919share/nextcloud/apps/activity/l10n/sr.js
6922share/nextcloud/apps/activity/l10n/sr.json 6920share/nextcloud/apps/activity/l10n/sr.json
6923share/nextcloud/apps/activity/l10n/sr@latin.js 6921share/nextcloud/apps/activity/l10n/sr@latin.js
6924share/nextcloud/apps/activity/l10n/sr@latin.json 6922share/nextcloud/apps/activity/l10n/sr@latin.json
6925share/nextcloud/apps/activity/l10n/sv.js 6923share/nextcloud/apps/activity/l10n/sv.js
6926share/nextcloud/apps/activity/l10n/sv.json 6924share/nextcloud/apps/activity/l10n/sv.json
6927share/nextcloud/apps/activity/l10n/ta_LK.js 6925share/nextcloud/apps/activity/l10n/ta.js
6928share/nextcloud/apps/activity/l10n/ta_LK.json 6926share/nextcloud/apps/activity/l10n/ta.json
6929share/nextcloud/apps/activity/l10n/th.js 6927share/nextcloud/apps/activity/l10n/th.js
6930share/nextcloud/apps/activity/l10n/th.json 6928share/nextcloud/apps/activity/l10n/th.json
6931share/nextcloud/apps/activity/l10n/tk.js 6929share/nextcloud/apps/activity/l10n/tk.js
6932share/nextcloud/apps/activity/l10n/tk.json 6930share/nextcloud/apps/activity/l10n/tk.json
6933share/nextcloud/apps/activity/l10n/tr.js 6931share/nextcloud/apps/activity/l10n/tr.js
6934share/nextcloud/apps/activity/l10n/tr.json 6932share/nextcloud/apps/activity/l10n/tr.json
6935share/nextcloud/apps/activity/l10n/ug.js 6933share/nextcloud/apps/activity/l10n/ug.js
6936share/nextcloud/apps/activity/l10n/ug.json 6934share/nextcloud/apps/activity/l10n/ug.json
6937share/nextcloud/apps/activity/l10n/uk.js 6935share/nextcloud/apps/activity/l10n/uk.js
6938share/nextcloud/apps/activity/l10n/uk.json 6936share/nextcloud/apps/activity/l10n/uk.json
6939share/nextcloud/apps/activity/l10n/uz.js 6937share/nextcloud/apps/activity/l10n/uz.js
6940share/nextcloud/apps/activity/l10n/uz.json 6938share/nextcloud/apps/activity/l10n/uz.json
6941share/nextcloud/apps/activity/l10n/vi.js 6939share/nextcloud/apps/activity/l10n/vi.js
@@ -7080,26 +7078,28 @@ share/nextcloud/apps/admin_audit/l10n/sc @@ -7080,26 +7078,28 @@ share/nextcloud/apps/admin_audit/l10n/sc
7080share/nextcloud/apps/admin_audit/l10n/sc.json 7078share/nextcloud/apps/admin_audit/l10n/sc.json
7081share/nextcloud/apps/admin_audit/l10n/sk.js 7079share/nextcloud/apps/admin_audit/l10n/sk.js
7082share/nextcloud/apps/admin_audit/l10n/sk.json 7080share/nextcloud/apps/admin_audit/l10n/sk.json
7083share/nextcloud/apps/admin_audit/l10n/sl.js 7081share/nextcloud/apps/admin_audit/l10n/sl.js
7084share/nextcloud/apps/admin_audit/l10n/sl.json 7082share/nextcloud/apps/admin_audit/l10n/sl.json
7085share/nextcloud/apps/admin_audit/l10n/sr.js 7083share/nextcloud/apps/admin_audit/l10n/sr.js
7086share/nextcloud/apps/admin_audit/l10n/sr.json 7084share/nextcloud/apps/admin_audit/l10n/sr.json
7087share/nextcloud/apps/admin_audit/l10n/sv.js 7085share/nextcloud/apps/admin_audit/l10n/sv.js
7088share/nextcloud/apps/admin_audit/l10n/sv.json 7086share/nextcloud/apps/admin_audit/l10n/sv.json
7089share/nextcloud/apps/admin_audit/l10n/tr.js 7087share/nextcloud/apps/admin_audit/l10n/tr.js
7090share/nextcloud/apps/admin_audit/l10n/tr.json 7088share/nextcloud/apps/admin_audit/l10n/tr.json
7091share/nextcloud/apps/admin_audit/l10n/uk.js 7089share/nextcloud/apps/admin_audit/l10n/uk.js
7092share/nextcloud/apps/admin_audit/l10n/uk.json 7090share/nextcloud/apps/admin_audit/l10n/uk.json
 7091share/nextcloud/apps/admin_audit/l10n/vi.js
 7092share/nextcloud/apps/admin_audit/l10n/vi.json
7093share/nextcloud/apps/admin_audit/l10n/zh_CN.js 7093share/nextcloud/apps/admin_audit/l10n/zh_CN.js
7094share/nextcloud/apps/admin_audit/l10n/zh_CN.json 7094share/nextcloud/apps/admin_audit/l10n/zh_CN.json
7095share/nextcloud/apps/admin_audit/l10n/zh_HK.js 7095share/nextcloud/apps/admin_audit/l10n/zh_HK.js
7096share/nextcloud/apps/admin_audit/l10n/zh_HK.json 7096share/nextcloud/apps/admin_audit/l10n/zh_HK.json
7097share/nextcloud/apps/admin_audit/l10n/zh_TW.js 7097share/nextcloud/apps/admin_audit/l10n/zh_TW.js
7098share/nextcloud/apps/admin_audit/l10n/zh_TW.json 7098share/nextcloud/apps/admin_audit/l10n/zh_TW.json
7099share/nextcloud/apps/admin_audit/lib/Actions/Action.php 7099share/nextcloud/apps/admin_audit/lib/Actions/Action.php
7100share/nextcloud/apps/admin_audit/lib/Actions/AppManagement.php 7100share/nextcloud/apps/admin_audit/lib/Actions/AppManagement.php
7101share/nextcloud/apps/admin_audit/lib/Actions/Auth.php 7101share/nextcloud/apps/admin_audit/lib/Actions/Auth.php
7102share/nextcloud/apps/admin_audit/lib/Actions/Console.php 7102share/nextcloud/apps/admin_audit/lib/Actions/Console.php
7103share/nextcloud/apps/admin_audit/lib/Actions/Files.php 7103share/nextcloud/apps/admin_audit/lib/Actions/Files.php
7104share/nextcloud/apps/admin_audit/lib/Actions/GroupManagement.php 7104share/nextcloud/apps/admin_audit/lib/Actions/GroupManagement.php
7105share/nextcloud/apps/admin_audit/lib/Actions/Security.php 7105share/nextcloud/apps/admin_audit/lib/Actions/Security.php
@@ -7134,26 +7134,28 @@ share/nextcloud/apps/cloud_federation_ap @@ -7134,26 +7134,28 @@ share/nextcloud/apps/cloud_federation_ap
7134share/nextcloud/apps/cloud_federation_api/l10n/el.json 7134share/nextcloud/apps/cloud_federation_api/l10n/el.json
7135share/nextcloud/apps/cloud_federation_api/l10n/en_GB.js 7135share/nextcloud/apps/cloud_federation_api/l10n/en_GB.js
7136share/nextcloud/apps/cloud_federation_api/l10n/en_GB.json 7136share/nextcloud/apps/cloud_federation_api/l10n/en_GB.json
7137share/nextcloud/apps/cloud_federation_api/l10n/es.js 7137share/nextcloud/apps/cloud_federation_api/l10n/es.js
7138share/nextcloud/apps/cloud_federation_api/l10n/es.json 7138share/nextcloud/apps/cloud_federation_api/l10n/es.json
7139share/nextcloud/apps/cloud_federation_api/l10n/eu.js 7139share/nextcloud/apps/cloud_federation_api/l10n/eu.js
7140share/nextcloud/apps/cloud_federation_api/l10n/eu.json 7140share/nextcloud/apps/cloud_federation_api/l10n/eu.json
7141share/nextcloud/apps/cloud_federation_api/l10n/fr.js 7141share/nextcloud/apps/cloud_federation_api/l10n/fr.js
7142share/nextcloud/apps/cloud_federation_api/l10n/fr.json 7142share/nextcloud/apps/cloud_federation_api/l10n/fr.json
7143share/nextcloud/apps/cloud_federation_api/l10n/gl.js 7143share/nextcloud/apps/cloud_federation_api/l10n/gl.js
7144share/nextcloud/apps/cloud_federation_api/l10n/gl.json 7144share/nextcloud/apps/cloud_federation_api/l10n/gl.json
7145share/nextcloud/apps/cloud_federation_api/l10n/hr.js 7145share/nextcloud/apps/cloud_federation_api/l10n/hr.js
7146share/nextcloud/apps/cloud_federation_api/l10n/hr.json 7146share/nextcloud/apps/cloud_federation_api/l10n/hr.json
 7147share/nextcloud/apps/cloud_federation_api/l10n/hu.js
 7148share/nextcloud/apps/cloud_federation_api/l10n/hu.json
7147share/nextcloud/apps/cloud_federation_api/l10n/is.js 7149share/nextcloud/apps/cloud_federation_api/l10n/is.js
7148share/nextcloud/apps/cloud_federation_api/l10n/is.json 7150share/nextcloud/apps/cloud_federation_api/l10n/is.json
7149share/nextcloud/apps/cloud_federation_api/l10n/it.js 7151share/nextcloud/apps/cloud_federation_api/l10n/it.js
7150share/nextcloud/apps/cloud_federation_api/l10n/it.json 7152share/nextcloud/apps/cloud_federation_api/l10n/it.json
7151share/nextcloud/apps/cloud_federation_api/l10n/mk.js 7153share/nextcloud/apps/cloud_federation_api/l10n/mk.js
7152share/nextcloud/apps/cloud_federation_api/l10n/mk.json 7154share/nextcloud/apps/cloud_federation_api/l10n/mk.json
7153share/nextcloud/apps/cloud_federation_api/l10n/nb.js 7155share/nextcloud/apps/cloud_federation_api/l10n/nb.js
7154share/nextcloud/apps/cloud_federation_api/l10n/nb.json 7156share/nextcloud/apps/cloud_federation_api/l10n/nb.json
7155share/nextcloud/apps/cloud_federation_api/l10n/nl.js 7157share/nextcloud/apps/cloud_federation_api/l10n/nl.js
7156share/nextcloud/apps/cloud_federation_api/l10n/nl.json 7158share/nextcloud/apps/cloud_federation_api/l10n/nl.json
7157share/nextcloud/apps/cloud_federation_api/l10n/pl.js 7159share/nextcloud/apps/cloud_federation_api/l10n/pl.js
7158share/nextcloud/apps/cloud_federation_api/l10n/pl.json 7160share/nextcloud/apps/cloud_federation_api/l10n/pl.json
7159share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.js 7161share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.js
@@ -7359,26 +7361,28 @@ share/nextcloud/apps/comments/l10n/pa.js @@ -7359,26 +7361,28 @@ share/nextcloud/apps/comments/l10n/pa.js
7359share/nextcloud/apps/comments/l10n/pa.json 7361share/nextcloud/apps/comments/l10n/pa.json
7360share/nextcloud/apps/comments/l10n/pl.js 7362share/nextcloud/apps/comments/l10n/pl.js
7361share/nextcloud/apps/comments/l10n/pl.json 7363share/nextcloud/apps/comments/l10n/pl.json
7362share/nextcloud/apps/comments/l10n/ps.js 7364share/nextcloud/apps/comments/l10n/ps.js
7363share/nextcloud/apps/comments/l10n/ps.json 7365share/nextcloud/apps/comments/l10n/ps.json
7364share/nextcloud/apps/comments/l10n/pt_BR.js 7366share/nextcloud/apps/comments/l10n/pt_BR.js
7365share/nextcloud/apps/comments/l10n/pt_BR.json 7367share/nextcloud/apps/comments/l10n/pt_BR.json
7366share/nextcloud/apps/comments/l10n/pt_PT.js 7368share/nextcloud/apps/comments/l10n/pt_PT.js
7367share/nextcloud/apps/comments/l10n/pt_PT.json 7369share/nextcloud/apps/comments/l10n/pt_PT.json
7368share/nextcloud/apps/comments/l10n/ro.js 7370share/nextcloud/apps/comments/l10n/ro.js
7369share/nextcloud/apps/comments/l10n/ro.json 7371share/nextcloud/apps/comments/l10n/ro.json
7370share/nextcloud/apps/comments/l10n/ru.js 7372share/nextcloud/apps/comments/l10n/ru.js
7371share/nextcloud/apps/comments/l10n/ru.json 7373share/nextcloud/apps/comments/l10n/ru.json
 7374share/nextcloud/apps/comments/l10n/sc.js
 7375share/nextcloud/apps/comments/l10n/sc.json
7372share/nextcloud/apps/comments/l10n/si.js 7376share/nextcloud/apps/comments/l10n/si.js
7373share/nextcloud/apps/comments/l10n/si.json 7377share/nextcloud/apps/comments/l10n/si.json
7374share/nextcloud/apps/comments/l10n/si_LK.js 7378share/nextcloud/apps/comments/l10n/si_LK.js
7375share/nextcloud/apps/comments/l10n/si_LK.json 7379share/nextcloud/apps/comments/l10n/si_LK.json
7376share/nextcloud/apps/comments/l10n/sk.js 7380share/nextcloud/apps/comments/l10n/sk.js
7377share/nextcloud/apps/comments/l10n/sk.json 7381share/nextcloud/apps/comments/l10n/sk.json
7378share/nextcloud/apps/comments/l10n/sk_SK.js 7382share/nextcloud/apps/comments/l10n/sk_SK.js
7379share/nextcloud/apps/comments/l10n/sk_SK.json 7383share/nextcloud/apps/comments/l10n/sk_SK.json
7380share/nextcloud/apps/comments/l10n/sl.js 7384share/nextcloud/apps/comments/l10n/sl.js
7381share/nextcloud/apps/comments/l10n/sl.json 7385share/nextcloud/apps/comments/l10n/sl.json
7382share/nextcloud/apps/comments/l10n/sq.js 7386share/nextcloud/apps/comments/l10n/sq.js
7383share/nextcloud/apps/comments/l10n/sq.json 7387share/nextcloud/apps/comments/l10n/sq.json
7384share/nextcloud/apps/comments/l10n/sr.js 7388share/nextcloud/apps/comments/l10n/sr.js
@@ -7456,40 +7460,44 @@ share/nextcloud/apps/contactsinteraction @@ -7456,40 +7460,44 @@ share/nextcloud/apps/contactsinteraction
7456share/nextcloud/apps/contactsinteraction/l10n/es.json 7460share/nextcloud/apps/contactsinteraction/l10n/es.json
7457share/nextcloud/apps/contactsinteraction/l10n/eu.js 7461share/nextcloud/apps/contactsinteraction/l10n/eu.js
7458share/nextcloud/apps/contactsinteraction/l10n/eu.json 7462share/nextcloud/apps/contactsinteraction/l10n/eu.json
7459share/nextcloud/apps/contactsinteraction/l10n/fi.js 7463share/nextcloud/apps/contactsinteraction/l10n/fi.js
7460share/nextcloud/apps/contactsinteraction/l10n/fi.json 7464share/nextcloud/apps/contactsinteraction/l10n/fi.json
7461share/nextcloud/apps/contactsinteraction/l10n/fr.js 7465share/nextcloud/apps/contactsinteraction/l10n/fr.js
7462share/nextcloud/apps/contactsinteraction/l10n/fr.json 7466share/nextcloud/apps/contactsinteraction/l10n/fr.json
7463share/nextcloud/apps/contactsinteraction/l10n/gl.js 7467share/nextcloud/apps/contactsinteraction/l10n/gl.js
7464share/nextcloud/apps/contactsinteraction/l10n/gl.json 7468share/nextcloud/apps/contactsinteraction/l10n/gl.json
7465share/nextcloud/apps/contactsinteraction/l10n/he.js 7469share/nextcloud/apps/contactsinteraction/l10n/he.js
7466share/nextcloud/apps/contactsinteraction/l10n/he.json 7470share/nextcloud/apps/contactsinteraction/l10n/he.json
7467share/nextcloud/apps/contactsinteraction/l10n/hr.js 7471share/nextcloud/apps/contactsinteraction/l10n/hr.js
7468share/nextcloud/apps/contactsinteraction/l10n/hr.json 7472share/nextcloud/apps/contactsinteraction/l10n/hr.json
 7473share/nextcloud/apps/contactsinteraction/l10n/hu.js
 7474share/nextcloud/apps/contactsinteraction/l10n/hu.json
7469share/nextcloud/apps/contactsinteraction/l10n/it.js 7475share/nextcloud/apps/contactsinteraction/l10n/it.js
7470share/nextcloud/apps/contactsinteraction/l10n/it.json 7476share/nextcloud/apps/contactsinteraction/l10n/it.json
7471share/nextcloud/apps/contactsinteraction/l10n/lt_LT.js 7477share/nextcloud/apps/contactsinteraction/l10n/lt_LT.js
7472share/nextcloud/apps/contactsinteraction/l10n/lt_LT.json 7478share/nextcloud/apps/contactsinteraction/l10n/lt_LT.json
7473share/nextcloud/apps/contactsinteraction/l10n/mk.js 7479share/nextcloud/apps/contactsinteraction/l10n/mk.js
7474share/nextcloud/apps/contactsinteraction/l10n/mk.json 7480share/nextcloud/apps/contactsinteraction/l10n/mk.json
7475share/nextcloud/apps/contactsinteraction/l10n/nl.js 7481share/nextcloud/apps/contactsinteraction/l10n/nl.js
7476share/nextcloud/apps/contactsinteraction/l10n/nl.json 7482share/nextcloud/apps/contactsinteraction/l10n/nl.json
7477share/nextcloud/apps/contactsinteraction/l10n/pl.js 7483share/nextcloud/apps/contactsinteraction/l10n/pl.js
7478share/nextcloud/apps/contactsinteraction/l10n/pl.json 7484share/nextcloud/apps/contactsinteraction/l10n/pl.json
7479share/nextcloud/apps/contactsinteraction/l10n/pt_BR.js 7485share/nextcloud/apps/contactsinteraction/l10n/pt_BR.js
7480share/nextcloud/apps/contactsinteraction/l10n/pt_BR.json 7486share/nextcloud/apps/contactsinteraction/l10n/pt_BR.json
7481share/nextcloud/apps/contactsinteraction/l10n/ro.js 7487share/nextcloud/apps/contactsinteraction/l10n/ro.js
7482share/nextcloud/apps/contactsinteraction/l10n/ro.json 7488share/nextcloud/apps/contactsinteraction/l10n/ro.json
 7489share/nextcloud/apps/contactsinteraction/l10n/ru.js
 7490share/nextcloud/apps/contactsinteraction/l10n/ru.json
7483share/nextcloud/apps/contactsinteraction/l10n/sc.js 7491share/nextcloud/apps/contactsinteraction/l10n/sc.js
7484share/nextcloud/apps/contactsinteraction/l10n/sc.json 7492share/nextcloud/apps/contactsinteraction/l10n/sc.json
7485share/nextcloud/apps/contactsinteraction/l10n/sk.js 7493share/nextcloud/apps/contactsinteraction/l10n/sk.js
7486share/nextcloud/apps/contactsinteraction/l10n/sk.json 7494share/nextcloud/apps/contactsinteraction/l10n/sk.json
7487share/nextcloud/apps/contactsinteraction/l10n/sl.js 7495share/nextcloud/apps/contactsinteraction/l10n/sl.js
7488share/nextcloud/apps/contactsinteraction/l10n/sl.json 7496share/nextcloud/apps/contactsinteraction/l10n/sl.json
7489share/nextcloud/apps/contactsinteraction/l10n/tr.js 7497share/nextcloud/apps/contactsinteraction/l10n/tr.js
7490share/nextcloud/apps/contactsinteraction/l10n/tr.json 7498share/nextcloud/apps/contactsinteraction/l10n/tr.json
7491share/nextcloud/apps/contactsinteraction/l10n/zh_CN.js 7499share/nextcloud/apps/contactsinteraction/l10n/zh_CN.js
7492share/nextcloud/apps/contactsinteraction/l10n/zh_CN.json 7500share/nextcloud/apps/contactsinteraction/l10n/zh_CN.json
7493share/nextcloud/apps/contactsinteraction/l10n/zh_HK.js 7501share/nextcloud/apps/contactsinteraction/l10n/zh_HK.js
7494share/nextcloud/apps/contactsinteraction/l10n/zh_HK.json 7502share/nextcloud/apps/contactsinteraction/l10n/zh_HK.json
7495share/nextcloud/apps/contactsinteraction/l10n/zh_TW.js 7503share/nextcloud/apps/contactsinteraction/l10n/zh_TW.js
@@ -7539,26 +7547,28 @@ share/nextcloud/apps/dashboard/img/previ @@ -7539,26 +7547,28 @@ share/nextcloud/apps/dashboard/img/previ
7539share/nextcloud/apps/dashboard/img/rawpixel-pink-tapioca-bubbles.jpg 7547share/nextcloud/apps/dashboard/img/rawpixel-pink-tapioca-bubbles.jpg
7540share/nextcloud/apps/dashboard/img/tommy-chau-already.jpg 7548share/nextcloud/apps/dashboard/img/tommy-chau-already.jpg
7541share/nextcloud/apps/dashboard/img/tommy-chau-lion-rock-hill.jpg 7549share/nextcloud/apps/dashboard/img/tommy-chau-lion-rock-hill.jpg
7542share/nextcloud/apps/dashboard/js/dashboard.js 7550share/nextcloud/apps/dashboard/js/dashboard.js
7543share/nextcloud/apps/dashboard/js/dashboard.js.map 7551share/nextcloud/apps/dashboard/js/dashboard.js.map
7544share/nextcloud/apps/dashboard/l10n/ar.js 7552share/nextcloud/apps/dashboard/l10n/ar.js
7545share/nextcloud/apps/dashboard/l10n/ar.json 7553share/nextcloud/apps/dashboard/l10n/ar.json
7546share/nextcloud/apps/dashboard/l10n/bg.js 7554share/nextcloud/apps/dashboard/l10n/bg.js
7547share/nextcloud/apps/dashboard/l10n/bg.json 7555share/nextcloud/apps/dashboard/l10n/bg.json
7548share/nextcloud/apps/dashboard/l10n/ca.js 7556share/nextcloud/apps/dashboard/l10n/ca.js
7549share/nextcloud/apps/dashboard/l10n/ca.json 7557share/nextcloud/apps/dashboard/l10n/ca.json
7550share/nextcloud/apps/dashboard/l10n/cs.js 7558share/nextcloud/apps/dashboard/l10n/cs.js
7551share/nextcloud/apps/dashboard/l10n/cs.json 7559share/nextcloud/apps/dashboard/l10n/cs.json
 7560share/nextcloud/apps/dashboard/l10n/da.js
 7561share/nextcloud/apps/dashboard/l10n/da.json
7552share/nextcloud/apps/dashboard/l10n/de.js 7562share/nextcloud/apps/dashboard/l10n/de.js
7553share/nextcloud/apps/dashboard/l10n/de.json 7563share/nextcloud/apps/dashboard/l10n/de.json
7554share/nextcloud/apps/dashboard/l10n/de_DE.js 7564share/nextcloud/apps/dashboard/l10n/de_DE.js
7555share/nextcloud/apps/dashboard/l10n/de_DE.json 7565share/nextcloud/apps/dashboard/l10n/de_DE.json
7556share/nextcloud/apps/dashboard/l10n/el.js 7566share/nextcloud/apps/dashboard/l10n/el.js
7557share/nextcloud/apps/dashboard/l10n/el.json 7567share/nextcloud/apps/dashboard/l10n/el.json
7558share/nextcloud/apps/dashboard/l10n/es.js 7568share/nextcloud/apps/dashboard/l10n/es.js
7559share/nextcloud/apps/dashboard/l10n/es.json 7569share/nextcloud/apps/dashboard/l10n/es.json
7560share/nextcloud/apps/dashboard/l10n/eu.js 7570share/nextcloud/apps/dashboard/l10n/eu.js
7561share/nextcloud/apps/dashboard/l10n/eu.json 7571share/nextcloud/apps/dashboard/l10n/eu.json
7562share/nextcloud/apps/dashboard/l10n/fa.js 7572share/nextcloud/apps/dashboard/l10n/fa.js
7563share/nextcloud/apps/dashboard/l10n/fa.json 7573share/nextcloud/apps/dashboard/l10n/fa.json
7564share/nextcloud/apps/dashboard/l10n/fi.js 7574share/nextcloud/apps/dashboard/l10n/fi.js
@@ -7567,42 +7577,48 @@ share/nextcloud/apps/dashboard/l10n/fr.j @@ -7567,42 +7577,48 @@ share/nextcloud/apps/dashboard/l10n/fr.j
7567share/nextcloud/apps/dashboard/l10n/fr.json 7577share/nextcloud/apps/dashboard/l10n/fr.json
7568share/nextcloud/apps/dashboard/l10n/gl.js 7578share/nextcloud/apps/dashboard/l10n/gl.js
7569share/nextcloud/apps/dashboard/l10n/gl.json 7579share/nextcloud/apps/dashboard/l10n/gl.json
7570share/nextcloud/apps/dashboard/l10n/he.js 7580share/nextcloud/apps/dashboard/l10n/he.js
7571share/nextcloud/apps/dashboard/l10n/he.json 7581share/nextcloud/apps/dashboard/l10n/he.json
7572share/nextcloud/apps/dashboard/l10n/hr.js 7582share/nextcloud/apps/dashboard/l10n/hr.js
7573share/nextcloud/apps/dashboard/l10n/hr.json 7583share/nextcloud/apps/dashboard/l10n/hr.json
7574share/nextcloud/apps/dashboard/l10n/hu.js 7584share/nextcloud/apps/dashboard/l10n/hu.js
7575share/nextcloud/apps/dashboard/l10n/hu.json 7585share/nextcloud/apps/dashboard/l10n/hu.json
7576share/nextcloud/apps/dashboard/l10n/it.js 7586share/nextcloud/apps/dashboard/l10n/it.js
7577share/nextcloud/apps/dashboard/l10n/it.json 7587share/nextcloud/apps/dashboard/l10n/it.json
7578share/nextcloud/apps/dashboard/l10n/ja.js 7588share/nextcloud/apps/dashboard/l10n/ja.js
7579share/nextcloud/apps/dashboard/l10n/ja.json 7589share/nextcloud/apps/dashboard/l10n/ja.json
 7590share/nextcloud/apps/dashboard/l10n/ka_GE.js
 7591share/nextcloud/apps/dashboard/l10n/ka_GE.json
 7592share/nextcloud/apps/dashboard/l10n/ko.js
 7593share/nextcloud/apps/dashboard/l10n/ko.json
7580share/nextcloud/apps/dashboard/l10n/lt_LT.js 7594share/nextcloud/apps/dashboard/l10n/lt_LT.js
7581share/nextcloud/apps/dashboard/l10n/lt_LT.json 7595share/nextcloud/apps/dashboard/l10n/lt_LT.json
7582share/nextcloud/apps/dashboard/l10n/mk.js 7596share/nextcloud/apps/dashboard/l10n/mk.js
7583share/nextcloud/apps/dashboard/l10n/mk.json 7597share/nextcloud/apps/dashboard/l10n/mk.json
7584share/nextcloud/apps/dashboard/l10n/nl.js 7598share/nextcloud/apps/dashboard/l10n/nl.js
7585share/nextcloud/apps/dashboard/l10n/nl.json 7599share/nextcloud/apps/dashboard/l10n/nl.json
7586share/nextcloud/apps/dashboard/l10n/oc.js 7600share/nextcloud/apps/dashboard/l10n/oc.js
7587share/nextcloud/apps/dashboard/l10n/oc.json 7601share/nextcloud/apps/dashboard/l10n/oc.json
7588share/nextcloud/apps/dashboard/l10n/pl.js 7602share/nextcloud/apps/dashboard/l10n/pl.js
7589share/nextcloud/apps/dashboard/l10n/pl.json 7603share/nextcloud/apps/dashboard/l10n/pl.json
7590share/nextcloud/apps/dashboard/l10n/pt_BR.js 7604share/nextcloud/apps/dashboard/l10n/pt_BR.js
7591share/nextcloud/apps/dashboard/l10n/pt_BR.json 7605share/nextcloud/apps/dashboard/l10n/pt_BR.json
7592share/nextcloud/apps/dashboard/l10n/pt_PT.js 7606share/nextcloud/apps/dashboard/l10n/pt_PT.js
7593share/nextcloud/apps/dashboard/l10n/pt_PT.json 7607share/nextcloud/apps/dashboard/l10n/pt_PT.json
7594share/nextcloud/apps/dashboard/l10n/ru.js 7608share/nextcloud/apps/dashboard/l10n/ru.js
7595share/nextcloud/apps/dashboard/l10n/ru.json 7609share/nextcloud/apps/dashboard/l10n/ru.json
 7610share/nextcloud/apps/dashboard/l10n/sc.js
 7611share/nextcloud/apps/dashboard/l10n/sc.json
7596share/nextcloud/apps/dashboard/l10n/sk.js 7612share/nextcloud/apps/dashboard/l10n/sk.js
7597share/nextcloud/apps/dashboard/l10n/sk.json 7613share/nextcloud/apps/dashboard/l10n/sk.json
7598share/nextcloud/apps/dashboard/l10n/sl.js 7614share/nextcloud/apps/dashboard/l10n/sl.js
7599share/nextcloud/apps/dashboard/l10n/sl.json 7615share/nextcloud/apps/dashboard/l10n/sl.json
7600share/nextcloud/apps/dashboard/l10n/sv.js 7616share/nextcloud/apps/dashboard/l10n/sv.js
7601share/nextcloud/apps/dashboard/l10n/sv.json 7617share/nextcloud/apps/dashboard/l10n/sv.json
7602share/nextcloud/apps/dashboard/l10n/th.js 7618share/nextcloud/apps/dashboard/l10n/th.js
7603share/nextcloud/apps/dashboard/l10n/th.json 7619share/nextcloud/apps/dashboard/l10n/th.json
7604share/nextcloud/apps/dashboard/l10n/tr.js 7620share/nextcloud/apps/dashboard/l10n/tr.js
7605share/nextcloud/apps/dashboard/l10n/tr.json 7621share/nextcloud/apps/dashboard/l10n/tr.json
7606share/nextcloud/apps/dashboard/l10n/zh_CN.js 7622share/nextcloud/apps/dashboard/l10n/zh_CN.js
7607share/nextcloud/apps/dashboard/l10n/zh_CN.json 7623share/nextcloud/apps/dashboard/l10n/zh_CN.json
7608share/nextcloud/apps/dashboard/l10n/zh_HK.js 7624share/nextcloud/apps/dashboard/l10n/zh_HK.js
@@ -7737,26 +7753,28 @@ share/nextcloud/apps/dav/l10n/nb_NO.js @@ -7737,26 +7753,28 @@ share/nextcloud/apps/dav/l10n/nb_NO.js
7737share/nextcloud/apps/dav/l10n/nb_NO.json 7753share/nextcloud/apps/dav/l10n/nb_NO.json
7738share/nextcloud/apps/dav/l10n/nl.js 7754share/nextcloud/apps/dav/l10n/nl.js
7739share/nextcloud/apps/dav/l10n/nl.json 7755share/nextcloud/apps/dav/l10n/nl.json
7740share/nextcloud/apps/dav/l10n/nn_NO.js 7756share/nextcloud/apps/dav/l10n/nn_NO.js
7741share/nextcloud/apps/dav/l10n/nn_NO.json 7757share/nextcloud/apps/dav/l10n/nn_NO.json
7742share/nextcloud/apps/dav/l10n/pl.js 7758share/nextcloud/apps/dav/l10n/pl.js
7743share/nextcloud/apps/dav/l10n/pl.json 7759share/nextcloud/apps/dav/l10n/pl.json
7744share/nextcloud/apps/dav/l10n/pt_BR.js 7760share/nextcloud/apps/dav/l10n/pt_BR.js
7745share/nextcloud/apps/dav/l10n/pt_BR.json 7761share/nextcloud/apps/dav/l10n/pt_BR.json
7746share/nextcloud/apps/dav/l10n/ro.js 7762share/nextcloud/apps/dav/l10n/ro.js
7747share/nextcloud/apps/dav/l10n/ro.json 7763share/nextcloud/apps/dav/l10n/ro.json
7748share/nextcloud/apps/dav/l10n/ru.js 7764share/nextcloud/apps/dav/l10n/ru.js
7749share/nextcloud/apps/dav/l10n/ru.json 7765share/nextcloud/apps/dav/l10n/ru.json
 7766share/nextcloud/apps/dav/l10n/sc.js
 7767share/nextcloud/apps/dav/l10n/sc.json
7750share/nextcloud/apps/dav/l10n/sk.js 7768share/nextcloud/apps/dav/l10n/sk.js
7751share/nextcloud/apps/dav/l10n/sk.json 7769share/nextcloud/apps/dav/l10n/sk.json
7752share/nextcloud/apps/dav/l10n/sl.js 7770share/nextcloud/apps/dav/l10n/sl.js
7753share/nextcloud/apps/dav/l10n/sl.json 7771share/nextcloud/apps/dav/l10n/sl.json
7754share/nextcloud/apps/dav/l10n/sq.js 7772share/nextcloud/apps/dav/l10n/sq.js
7755share/nextcloud/apps/dav/l10n/sq.json 7773share/nextcloud/apps/dav/l10n/sq.json
7756share/nextcloud/apps/dav/l10n/sr.js 7774share/nextcloud/apps/dav/l10n/sr.js
7757share/nextcloud/apps/dav/l10n/sr.json 7775share/nextcloud/apps/dav/l10n/sr.json
7758share/nextcloud/apps/dav/l10n/sv.js 7776share/nextcloud/apps/dav/l10n/sv.js
7759share/nextcloud/apps/dav/l10n/sv.json 7777share/nextcloud/apps/dav/l10n/sv.json
7760share/nextcloud/apps/dav/l10n/tr.js 7778share/nextcloud/apps/dav/l10n/tr.js
7761share/nextcloud/apps/dav/l10n/tr.json 7779share/nextcloud/apps/dav/l10n/tr.json
7762share/nextcloud/apps/dav/l10n/uk.js 7780share/nextcloud/apps/dav/l10n/uk.js
@@ -9011,33 +9029,36 @@ share/nextcloud/apps/files/recentlist.ph @@ -9011,33 +9029,36 @@ share/nextcloud/apps/files/recentlist.ph
9011share/nextcloud/apps/files/simplelist.php 9029share/nextcloud/apps/files/simplelist.php
9012share/nextcloud/apps/files/templates/appnavigation.php 9030share/nextcloud/apps/files/templates/appnavigation.php
9013share/nextcloud/apps/files/templates/fileexists.html 9031share/nextcloud/apps/files/templates/fileexists.html
9014share/nextcloud/apps/files/templates/index.php 9032share/nextcloud/apps/files/templates/index.php
9015share/nextcloud/apps/files/templates/list.php 9033share/nextcloud/apps/files/templates/list.php
9016share/nextcloud/apps/files/templates/recentlist.php 9034share/nextcloud/apps/files/templates/recentlist.php
9017share/nextcloud/apps/files/templates/settings-personal.php 9035share/nextcloud/apps/files/templates/settings-personal.php
9018share/nextcloud/apps/files/templates/simplelist.php 9036share/nextcloud/apps/files/templates/simplelist.php
9019share/nextcloud/apps/files_external/3rdparty/.gitignore 9037share/nextcloud/apps/files_external/3rdparty/.gitignore
9020share/nextcloud/apps/files_external/3rdparty/autoload.php 9038share/nextcloud/apps/files_external/3rdparty/autoload.php
9021share/nextcloud/apps/files_external/3rdparty/composer.json 9039share/nextcloud/apps/files_external/3rdparty/composer.json
9022share/nextcloud/apps/files_external/3rdparty/composer.lock 9040share/nextcloud/apps/files_external/3rdparty/composer.lock
9023share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php 9041share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php
 9042share/nextcloud/apps/files_external/3rdparty/composer/InstalledVersions.php
9024share/nextcloud/apps/files_external/3rdparty/composer/LICENSE 9043share/nextcloud/apps/files_external/3rdparty/composer/LICENSE
9025share/nextcloud/apps/files_external/3rdparty/composer/autoload_classmap.php 9044share/nextcloud/apps/files_external/3rdparty/composer/autoload_classmap.php
9026share/nextcloud/apps/files_external/3rdparty/composer/autoload_namespaces.php 9045share/nextcloud/apps/files_external/3rdparty/composer/autoload_namespaces.php
9027share/nextcloud/apps/files_external/3rdparty/composer/autoload_psr4.php 9046share/nextcloud/apps/files_external/3rdparty/composer/autoload_psr4.php
9028share/nextcloud/apps/files_external/3rdparty/composer/autoload_real.php 9047share/nextcloud/apps/files_external/3rdparty/composer/autoload_real.php
9029share/nextcloud/apps/files_external/3rdparty/composer/autoload_static.php 9048share/nextcloud/apps/files_external/3rdparty/composer/autoload_static.php
9030share/nextcloud/apps/files_external/3rdparty/composer/installed.json 9049share/nextcloud/apps/files_external/3rdparty/composer/installed.json
 9050share/nextcloud/apps/files_external/3rdparty/composer/installed.php
 9051share/nextcloud/apps/files_external/3rdparty/composer/platform_check.php
9031share/nextcloud/apps/files_external/3rdparty/icewind/smb/.gitignore 9052share/nextcloud/apps/files_external/3rdparty/icewind/smb/.gitignore
9032share/nextcloud/apps/files_external/3rdparty/icewind/smb/.php_cs.dist 9053share/nextcloud/apps/files_external/3rdparty/icewind/smb/.php_cs.dist
9033share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt 9054share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
9034share/nextcloud/apps/files_external/3rdparty/icewind/smb/README.md 9055share/nextcloud/apps/files_external/3rdparty/icewind/smb/README.md
9035share/nextcloud/apps/files_external/3rdparty/icewind/smb/composer.json 9056share/nextcloud/apps/files_external/3rdparty/icewind/smb/composer.json
9036share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ACL.php 9057share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ACL.php
9037share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractServer.php 9058share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractServer.php
9038share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php 9059share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
9039share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AnonymousAuth.php 9060share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AnonymousAuth.php
9040share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/BasicAuth.php 9061share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/BasicAuth.php
9041share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Change.php 9062share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Change.php
9042share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php 9063share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php
9043share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php 9064share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php
@@ -9074,57 +9095,61 @@ share/nextcloud/apps/files_external/3rdp @@ -9074,57 +9095,61 @@ share/nextcloud/apps/files_external/3rdp
9074share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IShare.php 9095share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IShare.php
9075share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ISystem.php 9096share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ISystem.php
9076share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ITimeZoneProvider.php 9097share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ITimeZoneProvider.php
9077share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php 9098share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php
9078share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php 9099share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php
9079share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeReadStream.php 9100share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeReadStream.php
9080share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeServer.php 9101share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeServer.php
9081share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php 9102share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php
9082share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php 9103share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php
9083share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeStream.php 9104share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeStream.php
9084share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeWriteStream.php 9105share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeWriteStream.php
9085share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Options.php 9106share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Options.php
9086share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ServerFactory.php 9107share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ServerFactory.php
 9108share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/StringBuffer.php
9087share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/System.php 9109share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/System.php
9088share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php 9110share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php
9089share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Connection.php 9111share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Connection.php
9090share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/ErrorCodes.php 9112share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/ErrorCodes.php
9091share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/FileInfo.php 9113share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/FileInfo.php
9092share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/NotifyHandler.php 9114share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/NotifyHandler.php
9093share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php 9115share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php
9094share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/RawConnection.php 9116share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/RawConnection.php
9095share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Server.php 9117share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Server.php
9096share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php 9118share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
9097share/nextcloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json 9119share/nextcloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json
9098share/nextcloud/apps/files_external/3rdparty/icewind/streams/.gitignore 9120share/nextcloud/apps/files_external/3rdparty/icewind/streams/.gitignore
9099share/nextcloud/apps/files_external/3rdparty/icewind/streams/.travis.yml 
9100share/nextcloud/apps/files_external/3rdparty/icewind/streams/LICENCE 9121share/nextcloud/apps/files_external/3rdparty/icewind/streams/LICENCE
9101share/nextcloud/apps/files_external/3rdparty/icewind/streams/README.md 9122share/nextcloud/apps/files_external/3rdparty/icewind/streams/README.md
9102share/nextcloud/apps/files_external/3rdparty/icewind/streams/composer.json 9123share/nextcloud/apps/files_external/3rdparty/icewind/streams/composer.json
9103share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php 9124share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php
9104share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CountWrapper.php 9125share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CountWrapper.php
9105share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Directory.php 9126share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Directory.php
9106share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryFilter.php 9127share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryFilter.php
9107share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryWrapper.php 9128share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryWrapper.php
9108share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/File.php 9129share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/File.php
 9130share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/HashWrapper.php
9109share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php 9131share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php
9110share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php 9132share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php
9111share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Path.php 9133share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Path.php
9112share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/PathWrapper.php 9134share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/PathWrapper.php
 9135share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/ReadHashWrapper.php
9113share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php 9136share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php
9114share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php 9137share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php
9115share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Url.php 9138share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Url.php
9116share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php 9139share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallback.php
9117share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php 9140share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
 9141share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/WrapperHandler.php
 9142share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/WriteHashWrapper.php
9118share/nextcloud/apps/files_external/ajax/applicable.php 9143share/nextcloud/apps/files_external/ajax/applicable.php
9119share/nextcloud/apps/files_external/ajax/oauth2.php 9144share/nextcloud/apps/files_external/ajax/oauth2.php
9120share/nextcloud/apps/files_external/appinfo/app.php 9145share/nextcloud/apps/files_external/appinfo/app.php
9121share/nextcloud/apps/files_external/appinfo/info.xml 9146share/nextcloud/apps/files_external/appinfo/info.xml
9122share/nextcloud/apps/files_external/appinfo/routes.php 9147share/nextcloud/apps/files_external/appinfo/routes.php
9123share/nextcloud/apps/files_external/appinfo/signature.json 9148share/nextcloud/apps/files_external/appinfo/signature.json
9124share/nextcloud/apps/files_external/css/external.css 9149share/nextcloud/apps/files_external/css/external.css
9125share/nextcloud/apps/files_external/css/settings.scss 9150share/nextcloud/apps/files_external/css/settings.scss
9126share/nextcloud/apps/files_external/img/app-dark.svg 9151share/nextcloud/apps/files_external/img/app-dark.svg
9127share/nextcloud/apps/files_external/img/app.svg 9152share/nextcloud/apps/files_external/img/app.svg
9128share/nextcloud/apps/files_external/js/app.js 9153share/nextcloud/apps/files_external/js/app.js
9129share/nextcloud/apps/files_external/js/mountsfilelist.js 9154share/nextcloud/apps/files_external/js/mountsfilelist.js
9130share/nextcloud/apps/files_external/js/oauth1.js 9155share/nextcloud/apps/files_external/js/oauth1.js
@@ -9823,26 +9848,27 @@ share/nextcloud/apps/files_pdfviewer/js/ @@ -9823,26 +9848,27 @@ share/nextcloud/apps/files_pdfviewer/js/
9823share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/uz/viewer.properties 9848share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/uz/viewer.properties
9824share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/vi/viewer.properties 9849share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/vi/viewer.properties
9825share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/wo/viewer.properties 9850share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/wo/viewer.properties
9826share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/xh/viewer.properties 9851share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/xh/viewer.properties
9827share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/zh-CN/viewer.properties 9852share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/zh-CN/viewer.properties
9828share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/zh-TW/viewer.properties 9853share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/zh-TW/viewer.properties
9829share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.css 9854share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.css
9830share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.html 9855share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.html
9831share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.js 9856share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.js
9832share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.js.map 9857share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.js.map
9833share/nextcloud/apps/files_pdfviewer/lib/AppInfo/Application.php 9858share/nextcloud/apps/files_pdfviewer/lib/AppInfo/Application.php
9834share/nextcloud/apps/files_pdfviewer/lib/Controller/DisplayController.php 9859share/nextcloud/apps/files_pdfviewer/lib/Controller/DisplayController.php
9835share/nextcloud/apps/files_pdfviewer/lib/Listeners/CSPListener.php 9860share/nextcloud/apps/files_pdfviewer/lib/Listeners/CSPListener.php
 9861share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadPublicViewerListener.php
9836share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadViewerListener.php 9862share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadViewerListener.php
9837share/nextcloud/apps/files_pdfviewer/pdfjs-get.js 9863share/nextcloud/apps/files_pdfviewer/pdfjs-get.js
9838share/nextcloud/apps/files_pdfviewer/phpunit.xml 9864share/nextcloud/apps/files_pdfviewer/phpunit.xml
9839share/nextcloud/apps/files_pdfviewer/templates/viewer.php 9865share/nextcloud/apps/files_pdfviewer/templates/viewer.php
9840share/nextcloud/apps/files_rightclick/CHANGELOG.md 9866share/nextcloud/apps/files_rightclick/CHANGELOG.md
9841share/nextcloud/apps/files_rightclick/COPYING 9867share/nextcloud/apps/files_rightclick/COPYING
9842share/nextcloud/apps/files_rightclick/LICENSE 9868share/nextcloud/apps/files_rightclick/LICENSE
9843share/nextcloud/apps/files_rightclick/appinfo/info.xml 9869share/nextcloud/apps/files_rightclick/appinfo/info.xml
9844share/nextcloud/apps/files_rightclick/appinfo/signature.json 9870share/nextcloud/apps/files_rightclick/appinfo/signature.json
9845share/nextcloud/apps/files_rightclick/css/app.css 9871share/nextcloud/apps/files_rightclick/css/app.css
9846share/nextcloud/apps/files_rightclick/js/files.js 9872share/nextcloud/apps/files_rightclick/js/files.js
9847share/nextcloud/apps/files_rightclick/js/script.js 9873share/nextcloud/apps/files_rightclick/js/script.js
9848share/nextcloud/apps/files_rightclick/l10n/af.js 9874share/nextcloud/apps/files_rightclick/l10n/af.js
@@ -9981,42 +10007,40 @@ share/nextcloud/apps/files_rightclick/l1 @@ -9981,42 +10007,40 @@ share/nextcloud/apps/files_rightclick/l1
9981share/nextcloud/apps/files_rightclick/l10n/ps.json 10007share/nextcloud/apps/files_rightclick/l10n/ps.json
9982share/nextcloud/apps/files_rightclick/l10n/pt_BR.js 10008share/nextcloud/apps/files_rightclick/l10n/pt_BR.js
9983share/nextcloud/apps/files_rightclick/l10n/pt_BR.json 10009share/nextcloud/apps/files_rightclick/l10n/pt_BR.json
9984share/nextcloud/apps/files_rightclick/l10n/pt_PT.js 10010share/nextcloud/apps/files_rightclick/l10n/pt_PT.js
9985share/nextcloud/apps/files_rightclick/l10n/pt_PT.json 10011share/nextcloud/apps/files_rightclick/l10n/pt_PT.json
9986share/nextcloud/apps/files_rightclick/l10n/ro.js 10012share/nextcloud/apps/files_rightclick/l10n/ro.js
9987share/nextcloud/apps/files_rightclick/l10n/ro.json 10013share/nextcloud/apps/files_rightclick/l10n/ro.json
9988share/nextcloud/apps/files_rightclick/l10n/ru.js 10014share/nextcloud/apps/files_rightclick/l10n/ru.js
9989share/nextcloud/apps/files_rightclick/l10n/ru.json 10015share/nextcloud/apps/files_rightclick/l10n/ru.json
9990share/nextcloud/apps/files_rightclick/l10n/sc.js 10016share/nextcloud/apps/files_rightclick/l10n/sc.js
9991share/nextcloud/apps/files_rightclick/l10n/sc.json 10017share/nextcloud/apps/files_rightclick/l10n/sc.json
9992share/nextcloud/apps/files_rightclick/l10n/si.js 10018share/nextcloud/apps/files_rightclick/l10n/si.js
9993share/nextcloud/apps/files_rightclick/l10n/si.json 10019share/nextcloud/apps/files_rightclick/l10n/si.json
9994share/nextcloud/apps/files_rightclick/l10n/si_LK.js 
9995share/nextcloud/apps/files_rightclick/l10n/si_LK.json 
9996share/nextcloud/apps/files_rightclick/l10n/sk.js 10020share/nextcloud/apps/files_rightclick/l10n/sk.js
9997share/nextcloud/apps/files_rightclick/l10n/sk.json 10021share/nextcloud/apps/files_rightclick/l10n/sk.json
9998share/nextcloud/apps/files_rightclick/l10n/sl.js 10022share/nextcloud/apps/files_rightclick/l10n/sl.js
9999share/nextcloud/apps/files_rightclick/l10n/sl.json 10023share/nextcloud/apps/files_rightclick/l10n/sl.json
10000share/nextcloud/apps/files_rightclick/l10n/sq.js 10024share/nextcloud/apps/files_rightclick/l10n/sq.js
10001share/nextcloud/apps/files_rightclick/l10n/sq.json 10025share/nextcloud/apps/files_rightclick/l10n/sq.json
10002share/nextcloud/apps/files_rightclick/l10n/sr.js 10026share/nextcloud/apps/files_rightclick/l10n/sr.js
10003share/nextcloud/apps/files_rightclick/l10n/sr.json 10027share/nextcloud/apps/files_rightclick/l10n/sr.json
10004share/nextcloud/apps/files_rightclick/l10n/sr@latin.js 10028share/nextcloud/apps/files_rightclick/l10n/sr@latin.js
10005share/nextcloud/apps/files_rightclick/l10n/sr@latin.json 10029share/nextcloud/apps/files_rightclick/l10n/sr@latin.json
10006share/nextcloud/apps/files_rightclick/l10n/sv.js 10030share/nextcloud/apps/files_rightclick/l10n/sv.js
10007share/nextcloud/apps/files_rightclick/l10n/sv.json 10031share/nextcloud/apps/files_rightclick/l10n/sv.json
10008share/nextcloud/apps/files_rightclick/l10n/ta_LK.js 10032share/nextcloud/apps/files_rightclick/l10n/ta.js
10009share/nextcloud/apps/files_rightclick/l10n/ta_LK.json 10033share/nextcloud/apps/files_rightclick/l10n/ta.json
10010share/nextcloud/apps/files_rightclick/l10n/th.js 10034share/nextcloud/apps/files_rightclick/l10n/th.js
10011share/nextcloud/apps/files_rightclick/l10n/th.json 10035share/nextcloud/apps/files_rightclick/l10n/th.json
10012share/nextcloud/apps/files_rightclick/l10n/tr.js 10036share/nextcloud/apps/files_rightclick/l10n/tr.js
10013share/nextcloud/apps/files_rightclick/l10n/tr.json 10037share/nextcloud/apps/files_rightclick/l10n/tr.json
10014share/nextcloud/apps/files_rightclick/l10n/ug.js 10038share/nextcloud/apps/files_rightclick/l10n/ug.js
10015share/nextcloud/apps/files_rightclick/l10n/ug.json 10039share/nextcloud/apps/files_rightclick/l10n/ug.json
10016share/nextcloud/apps/files_rightclick/l10n/uk.js 10040share/nextcloud/apps/files_rightclick/l10n/uk.js
10017share/nextcloud/apps/files_rightclick/l10n/uk.json 10041share/nextcloud/apps/files_rightclick/l10n/uk.json
10018share/nextcloud/apps/files_rightclick/l10n/ur_PK.js 10042share/nextcloud/apps/files_rightclick/l10n/ur_PK.js
10019share/nextcloud/apps/files_rightclick/l10n/ur_PK.json 10043share/nextcloud/apps/files_rightclick/l10n/ur_PK.json
10020share/nextcloud/apps/files_rightclick/l10n/vi.js 10044share/nextcloud/apps/files_rightclick/l10n/vi.js
10021share/nextcloud/apps/files_rightclick/l10n/vi.json 10045share/nextcloud/apps/files_rightclick/l10n/vi.json
10022share/nextcloud/apps/files_rightclick/l10n/zh_CN.js 10046share/nextcloud/apps/files_rightclick/l10n/zh_CN.js
@@ -11022,28 +11046,26 @@ share/nextcloud/apps/firstrunwizard/l10n @@ -11022,28 +11046,26 @@ share/nextcloud/apps/firstrunwizard/l10n
11022share/nextcloud/apps/firstrunwizard/l10n/pl.json 11046share/nextcloud/apps/firstrunwizard/l10n/pl.json
11023share/nextcloud/apps/firstrunwizard/l10n/ps.js 11047share/nextcloud/apps/firstrunwizard/l10n/ps.js
11024share/nextcloud/apps/firstrunwizard/l10n/ps.json 11048share/nextcloud/apps/firstrunwizard/l10n/ps.json
11025share/nextcloud/apps/firstrunwizard/l10n/pt_BR.js 11049share/nextcloud/apps/firstrunwizard/l10n/pt_BR.js
11026share/nextcloud/apps/firstrunwizard/l10n/pt_BR.json 11050share/nextcloud/apps/firstrunwizard/l10n/pt_BR.json
11027share/nextcloud/apps/firstrunwizard/l10n/pt_PT.js 11051share/nextcloud/apps/firstrunwizard/l10n/pt_PT.js
11028share/nextcloud/apps/firstrunwizard/l10n/pt_PT.json 11052share/nextcloud/apps/firstrunwizard/l10n/pt_PT.json
11029share/nextcloud/apps/firstrunwizard/l10n/ro.js 11053share/nextcloud/apps/firstrunwizard/l10n/ro.js
11030share/nextcloud/apps/firstrunwizard/l10n/ro.json 11054share/nextcloud/apps/firstrunwizard/l10n/ro.json
11031share/nextcloud/apps/firstrunwizard/l10n/ru.js 11055share/nextcloud/apps/firstrunwizard/l10n/ru.js
11032share/nextcloud/apps/firstrunwizard/l10n/ru.json 11056share/nextcloud/apps/firstrunwizard/l10n/ru.json
11033share/nextcloud/apps/firstrunwizard/l10n/si.js 11057share/nextcloud/apps/firstrunwizard/l10n/si.js
11034share/nextcloud/apps/firstrunwizard/l10n/si.json 11058share/nextcloud/apps/firstrunwizard/l10n/si.json
11035share/nextcloud/apps/firstrunwizard/l10n/si_LK.js 
11036share/nextcloud/apps/firstrunwizard/l10n/si_LK.json 
11037share/nextcloud/apps/firstrunwizard/l10n/si_LK.php 11059share/nextcloud/apps/firstrunwizard/l10n/si_LK.php
11038share/nextcloud/apps/firstrunwizard/l10n/sk.js 11060share/nextcloud/apps/firstrunwizard/l10n/sk.js
11039share/nextcloud/apps/firstrunwizard/l10n/sk.json 11061share/nextcloud/apps/firstrunwizard/l10n/sk.json
11040share/nextcloud/apps/firstrunwizard/l10n/sl.js 11062share/nextcloud/apps/firstrunwizard/l10n/sl.js
11041share/nextcloud/apps/firstrunwizard/l10n/sl.json 11063share/nextcloud/apps/firstrunwizard/l10n/sl.json
11042share/nextcloud/apps/firstrunwizard/l10n/sq.js 11064share/nextcloud/apps/firstrunwizard/l10n/sq.js
11043share/nextcloud/apps/firstrunwizard/l10n/sq.json 11065share/nextcloud/apps/firstrunwizard/l10n/sq.json
11044share/nextcloud/apps/firstrunwizard/l10n/sr.js 11066share/nextcloud/apps/firstrunwizard/l10n/sr.js
11045share/nextcloud/apps/firstrunwizard/l10n/sr.json 11067share/nextcloud/apps/firstrunwizard/l10n/sr.json
11046share/nextcloud/apps/firstrunwizard/l10n/sr@latin.js 11068share/nextcloud/apps/firstrunwizard/l10n/sr@latin.js
11047share/nextcloud/apps/firstrunwizard/l10n/sr@latin.json 11069share/nextcloud/apps/firstrunwizard/l10n/sr@latin.json
11048share/nextcloud/apps/firstrunwizard/l10n/sv.js 11070share/nextcloud/apps/firstrunwizard/l10n/sv.js
11049share/nextcloud/apps/firstrunwizard/l10n/sv.json 11071share/nextcloud/apps/firstrunwizard/l10n/sv.json
@@ -11219,26 +11241,28 @@ share/nextcloud/apps/logreader/l10n/ja.j @@ -11219,26 +11241,28 @@ share/nextcloud/apps/logreader/l10n/ja.j
11219share/nextcloud/apps/logreader/l10n/ja.json 11241share/nextcloud/apps/logreader/l10n/ja.json
11220share/nextcloud/apps/logreader/l10n/ka_GE.js 11242share/nextcloud/apps/logreader/l10n/ka_GE.js
11221share/nextcloud/apps/logreader/l10n/ka_GE.json 11243share/nextcloud/apps/logreader/l10n/ka_GE.json
11222share/nextcloud/apps/logreader/l10n/kab.js 11244share/nextcloud/apps/logreader/l10n/kab.js
11223share/nextcloud/apps/logreader/l10n/kab.json 11245share/nextcloud/apps/logreader/l10n/kab.json
11224share/nextcloud/apps/logreader/l10n/km.js 11246share/nextcloud/apps/logreader/l10n/km.js
11225share/nextcloud/apps/logreader/l10n/km.json 11247share/nextcloud/apps/logreader/l10n/km.json
11226share/nextcloud/apps/logreader/l10n/kn.js 11248share/nextcloud/apps/logreader/l10n/kn.js
11227share/nextcloud/apps/logreader/l10n/kn.json 11249share/nextcloud/apps/logreader/l10n/kn.json
11228share/nextcloud/apps/logreader/l10n/ko.js 11250share/nextcloud/apps/logreader/l10n/ko.js
11229share/nextcloud/apps/logreader/l10n/ko.json 11251share/nextcloud/apps/logreader/l10n/ko.json
11230share/nextcloud/apps/logreader/l10n/lb.js 11252share/nextcloud/apps/logreader/l10n/lb.js
11231share/nextcloud/apps/logreader/l10n/lb.json 11253share/nextcloud/apps/logreader/l10n/lb.json
 11254share/nextcloud/apps/logreader/l10n/lo.js
 11255share/nextcloud/apps/logreader/l10n/lo.json
11232share/nextcloud/apps/logreader/l10n/lt_LT.js 11256share/nextcloud/apps/logreader/l10n/lt_LT.js
11233share/nextcloud/apps/logreader/l10n/lt_LT.json 11257share/nextcloud/apps/logreader/l10n/lt_LT.json
11234share/nextcloud/apps/logreader/l10n/lv.js 11258share/nextcloud/apps/logreader/l10n/lv.js
11235share/nextcloud/apps/logreader/l10n/lv.json 11259share/nextcloud/apps/logreader/l10n/lv.json
11236share/nextcloud/apps/logreader/l10n/mk.js 11260share/nextcloud/apps/logreader/l10n/mk.js
11237share/nextcloud/apps/logreader/l10n/mk.json 11261share/nextcloud/apps/logreader/l10n/mk.json
11238share/nextcloud/apps/logreader/l10n/mn.js 11262share/nextcloud/apps/logreader/l10n/mn.js
11239share/nextcloud/apps/logreader/l10n/mn.json 11263share/nextcloud/apps/logreader/l10n/mn.json
11240share/nextcloud/apps/logreader/l10n/nb.js 11264share/nextcloud/apps/logreader/l10n/nb.js
11241share/nextcloud/apps/logreader/l10n/nb.json 11265share/nextcloud/apps/logreader/l10n/nb.json
11242share/nextcloud/apps/logreader/l10n/nl.js 11266share/nextcloud/apps/logreader/l10n/nl.js
11243share/nextcloud/apps/logreader/l10n/nl.json 11267share/nextcloud/apps/logreader/l10n/nl.json
11244share/nextcloud/apps/logreader/l10n/nn_NO.js 11268share/nextcloud/apps/logreader/l10n/nn_NO.js
@@ -11247,26 +11271,28 @@ share/nextcloud/apps/logreader/l10n/oc.j @@ -11247,26 +11271,28 @@ share/nextcloud/apps/logreader/l10n/oc.j
11247share/nextcloud/apps/logreader/l10n/oc.json 11271share/nextcloud/apps/logreader/l10n/oc.json
11248share/nextcloud/apps/logreader/l10n/pl.js 11272share/nextcloud/apps/logreader/l10n/pl.js
11249share/nextcloud/apps/logreader/l10n/pl.json 11273share/nextcloud/apps/logreader/l10n/pl.json
11250share/nextcloud/apps/logreader/l10n/ps.js 11274share/nextcloud/apps/logreader/l10n/ps.js
11251share/nextcloud/apps/logreader/l10n/ps.json 11275share/nextcloud/apps/logreader/l10n/ps.json
11252share/nextcloud/apps/logreader/l10n/pt_BR.js 11276share/nextcloud/apps/logreader/l10n/pt_BR.js
11253share/nextcloud/apps/logreader/l10n/pt_BR.json 11277share/nextcloud/apps/logreader/l10n/pt_BR.json
11254share/nextcloud/apps/logreader/l10n/pt_PT.js 11278share/nextcloud/apps/logreader/l10n/pt_PT.js
11255share/nextcloud/apps/logreader/l10n/pt_PT.json 11279share/nextcloud/apps/logreader/l10n/pt_PT.json
11256share/nextcloud/apps/logreader/l10n/ro.js 11280share/nextcloud/apps/logreader/l10n/ro.js
11257share/nextcloud/apps/logreader/l10n/ro.json 11281share/nextcloud/apps/logreader/l10n/ro.json
11258share/nextcloud/apps/logreader/l10n/ru.js 11282share/nextcloud/apps/logreader/l10n/ru.js
11259share/nextcloud/apps/logreader/l10n/ru.json 11283share/nextcloud/apps/logreader/l10n/ru.json
 11284share/nextcloud/apps/logreader/l10n/sc.js
 11285share/nextcloud/apps/logreader/l10n/sc.json
11260share/nextcloud/apps/logreader/l10n/si.js 11286share/nextcloud/apps/logreader/l10n/si.js
11261share/nextcloud/apps/logreader/l10n/si.json 11287share/nextcloud/apps/logreader/l10n/si.json
11262share/nextcloud/apps/logreader/l10n/sk.js 11288share/nextcloud/apps/logreader/l10n/sk.js
11263share/nextcloud/apps/logreader/l10n/sk.json 11289share/nextcloud/apps/logreader/l10n/sk.json
11264share/nextcloud/apps/logreader/l10n/sl.js 11290share/nextcloud/apps/logreader/l10n/sl.js
11265share/nextcloud/apps/logreader/l10n/sl.json 11291share/nextcloud/apps/logreader/l10n/sl.json
11266share/nextcloud/apps/logreader/l10n/sq.js 11292share/nextcloud/apps/logreader/l10n/sq.js
11267share/nextcloud/apps/logreader/l10n/sq.json 11293share/nextcloud/apps/logreader/l10n/sq.json
11268share/nextcloud/apps/logreader/l10n/sr.js 11294share/nextcloud/apps/logreader/l10n/sr.js
11269share/nextcloud/apps/logreader/l10n/sr.json 11295share/nextcloud/apps/logreader/l10n/sr.json
11270share/nextcloud/apps/logreader/l10n/sr@latin.js 11296share/nextcloud/apps/logreader/l10n/sr@latin.js
11271share/nextcloud/apps/logreader/l10n/sr@latin.json 11297share/nextcloud/apps/logreader/l10n/sr@latin.json
11272share/nextcloud/apps/logreader/l10n/sv.js 11298share/nextcloud/apps/logreader/l10n/sv.js
@@ -11330,52 +11356,56 @@ share/nextcloud/apps/lookup_server_conne @@ -11330,52 +11356,56 @@ share/nextcloud/apps/lookup_server_conne
11330share/nextcloud/apps/lookup_server_connector/l10n/en_GB.json 11356share/nextcloud/apps/lookup_server_connector/l10n/en_GB.json
11331share/nextcloud/apps/lookup_server_connector/l10n/es.js 11357share/nextcloud/apps/lookup_server_connector/l10n/es.js
11332share/nextcloud/apps/lookup_server_connector/l10n/es.json 11358share/nextcloud/apps/lookup_server_connector/l10n/es.json
11333share/nextcloud/apps/lookup_server_connector/l10n/eu.js 11359share/nextcloud/apps/lookup_server_connector/l10n/eu.js
11334share/nextcloud/apps/lookup_server_connector/l10n/eu.json 11360share/nextcloud/apps/lookup_server_connector/l10n/eu.json
11335share/nextcloud/apps/lookup_server_connector/l10n/fr.js 11361share/nextcloud/apps/lookup_server_connector/l10n/fr.js
11336share/nextcloud/apps/lookup_server_connector/l10n/fr.json 11362share/nextcloud/apps/lookup_server_connector/l10n/fr.json
11337share/nextcloud/apps/lookup_server_connector/l10n/gl.js 11363share/nextcloud/apps/lookup_server_connector/l10n/gl.js
11338share/nextcloud/apps/lookup_server_connector/l10n/gl.json 11364share/nextcloud/apps/lookup_server_connector/l10n/gl.json
11339share/nextcloud/apps/lookup_server_connector/l10n/he.js 11365share/nextcloud/apps/lookup_server_connector/l10n/he.js
11340share/nextcloud/apps/lookup_server_connector/l10n/he.json 11366share/nextcloud/apps/lookup_server_connector/l10n/he.json
11341share/nextcloud/apps/lookup_server_connector/l10n/hr.js 11367share/nextcloud/apps/lookup_server_connector/l10n/hr.js
11342share/nextcloud/apps/lookup_server_connector/l10n/hr.json 11368share/nextcloud/apps/lookup_server_connector/l10n/hr.json
 11369share/nextcloud/apps/lookup_server_connector/l10n/hu.js
 11370share/nextcloud/apps/lookup_server_connector/l10n/hu.json
11343share/nextcloud/apps/lookup_server_connector/l10n/it.js 11371share/nextcloud/apps/lookup_server_connector/l10n/it.js
11344share/nextcloud/apps/lookup_server_connector/l10n/it.json 11372share/nextcloud/apps/lookup_server_connector/l10n/it.json
11345share/nextcloud/apps/lookup_server_connector/l10n/nl.js 11373share/nextcloud/apps/lookup_server_connector/l10n/nl.js
11346share/nextcloud/apps/lookup_server_connector/l10n/nl.json 11374share/nextcloud/apps/lookup_server_connector/l10n/nl.json
11347share/nextcloud/apps/lookup_server_connector/l10n/pl.js 11375share/nextcloud/apps/lookup_server_connector/l10n/pl.js
11348share/nextcloud/apps/lookup_server_connector/l10n/pl.json 11376share/nextcloud/apps/lookup_server_connector/l10n/pl.json
11349share/nextcloud/apps/lookup_server_connector/l10n/pt_BR.js 11377share/nextcloud/apps/lookup_server_connector/l10n/pt_BR.js
11350share/nextcloud/apps/lookup_server_connector/l10n/pt_BR.json 11378share/nextcloud/apps/lookup_server_connector/l10n/pt_BR.json
11351share/nextcloud/apps/lookup_server_connector/l10n/ro.js 11379share/nextcloud/apps/lookup_server_connector/l10n/ro.js
11352share/nextcloud/apps/lookup_server_connector/l10n/ro.json 11380share/nextcloud/apps/lookup_server_connector/l10n/ro.json
11353share/nextcloud/apps/lookup_server_connector/l10n/ru.js 11381share/nextcloud/apps/lookup_server_connector/l10n/ru.js
11354share/nextcloud/apps/lookup_server_connector/l10n/ru.json 11382share/nextcloud/apps/lookup_server_connector/l10n/ru.json
11355share/nextcloud/apps/lookup_server_connector/l10n/sc.js 11383share/nextcloud/apps/lookup_server_connector/l10n/sc.js
11356share/nextcloud/apps/lookup_server_connector/l10n/sc.json 11384share/nextcloud/apps/lookup_server_connector/l10n/sc.json
11357share/nextcloud/apps/lookup_server_connector/l10n/sk.js 11385share/nextcloud/apps/lookup_server_connector/l10n/sk.js
11358share/nextcloud/apps/lookup_server_connector/l10n/sk.json 11386share/nextcloud/apps/lookup_server_connector/l10n/sk.json
11359share/nextcloud/apps/lookup_server_connector/l10n/sl.js 11387share/nextcloud/apps/lookup_server_connector/l10n/sl.js
11360share/nextcloud/apps/lookup_server_connector/l10n/sl.json 11388share/nextcloud/apps/lookup_server_connector/l10n/sl.json
11361share/nextcloud/apps/lookup_server_connector/l10n/sr.js 11389share/nextcloud/apps/lookup_server_connector/l10n/sr.js
11362share/nextcloud/apps/lookup_server_connector/l10n/sr.json 11390share/nextcloud/apps/lookup_server_connector/l10n/sr.json
11363share/nextcloud/apps/lookup_server_connector/l10n/tr.js 11391share/nextcloud/apps/lookup_server_connector/l10n/tr.js
11364share/nextcloud/apps/lookup_server_connector/l10n/tr.json 11392share/nextcloud/apps/lookup_server_connector/l10n/tr.json
11365share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.js 11393share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.js
11366share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.json 11394share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.json
11367share/nextcloud/apps/lookup_server_connector/l10n/zh_HK.js 11395share/nextcloud/apps/lookup_server_connector/l10n/zh_HK.js
11368share/nextcloud/apps/lookup_server_connector/l10n/zh_HK.json 11396share/nextcloud/apps/lookup_server_connector/l10n/zh_HK.json
 11397share/nextcloud/apps/lookup_server_connector/l10n/zh_TW.js
 11398share/nextcloud/apps/lookup_server_connector/l10n/zh_TW.json
11369share/nextcloud/apps/lookup_server_connector/lib/AppInfo/Application.php 11399share/nextcloud/apps/lookup_server_connector/lib/AppInfo/Application.php
11370share/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php 11400share/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
11371share/nextcloud/apps/lookup_server_connector/lib/UpdateLookupServer.php 11401share/nextcloud/apps/lookup_server_connector/lib/UpdateLookupServer.php
11372share/nextcloud/apps/nextcloud_announcements/COPYING 11402share/nextcloud/apps/nextcloud_announcements/COPYING
11373share/nextcloud/apps/nextcloud_announcements/appinfo/certificate.crt 11403share/nextcloud/apps/nextcloud_announcements/appinfo/certificate.crt
11374share/nextcloud/apps/nextcloud_announcements/appinfo/info.xml 11404share/nextcloud/apps/nextcloud_announcements/appinfo/info.xml
11375share/nextcloud/apps/nextcloud_announcements/appinfo/signature.json 11405share/nextcloud/apps/nextcloud_announcements/appinfo/signature.json
11376share/nextcloud/apps/nextcloud_announcements/img/app-dark.svg 11406share/nextcloud/apps/nextcloud_announcements/img/app-dark.svg
11377share/nextcloud/apps/nextcloud_announcements/img/app.svg 11407share/nextcloud/apps/nextcloud_announcements/img/app.svg
11378share/nextcloud/apps/nextcloud_announcements/js/admin.js 11408share/nextcloud/apps/nextcloud_announcements/js/admin.js
11379share/nextcloud/apps/nextcloud_announcements/l10n/af.js 11409share/nextcloud/apps/nextcloud_announcements/l10n/af.js
11380share/nextcloud/apps/nextcloud_announcements/l10n/af.json 11410share/nextcloud/apps/nextcloud_announcements/l10n/af.json
11381share/nextcloud/apps/nextcloud_announcements/l10n/ar.js 11411share/nextcloud/apps/nextcloud_announcements/l10n/ar.js
@@ -11509,27 +11539,26 @@ share/nextcloud/apps/nextcloud_announcem @@ -11509,27 +11539,26 @@ share/nextcloud/apps/nextcloud_announcem
11509share/nextcloud/apps/nextcloud_announcements/l10n/vi.js 11539share/nextcloud/apps/nextcloud_announcements/l10n/vi.js
11510share/nextcloud/apps/nextcloud_announcements/l10n/vi.json 11540share/nextcloud/apps/nextcloud_announcements/l10n/vi.json
11511share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.js 11541share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.js
11512share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.json 11542share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.json
11513share/nextcloud/apps/nextcloud_announcements/l10n/zh_HK.js 11543share/nextcloud/apps/nextcloud_announcements/l10n/zh_HK.js
11514share/nextcloud/apps/nextcloud_announcements/l10n/zh_HK.json 11544share/nextcloud/apps/nextcloud_announcements/l10n/zh_HK.json
11515share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js 11545share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.js
11516share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.json 11546share/nextcloud/apps/nextcloud_announcements/l10n/zh_TW.json
11517share/nextcloud/apps/nextcloud_announcements/lib/AppInfo/Application.php 11547share/nextcloud/apps/nextcloud_announcements/lib/AppInfo/Application.php
11518share/nextcloud/apps/nextcloud_announcements/lib/Cron/Crawler.php 11548share/nextcloud/apps/nextcloud_announcements/lib/Cron/Crawler.php
11519share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php 11549share/nextcloud/apps/nextcloud_announcements/lib/Notification/Notifier.php
11520share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php 11550share/nextcloud/apps/nextcloud_announcements/lib/Settings/Admin.php
11521share/nextcloud/apps/nextcloud_announcements/templates/admin.php 11551share/nextcloud/apps/nextcloud_announcements/templates/admin.php
11522share/nextcloud/apps/notifications/.eslintignore 
11523share/nextcloud/apps/notifications/COPYING 11552share/nextcloud/apps/notifications/COPYING
11524share/nextcloud/apps/notifications/appinfo/info.xml 11553share/nextcloud/apps/notifications/appinfo/info.xml
11525share/nextcloud/apps/notifications/appinfo/routes.php 11554share/nextcloud/apps/notifications/appinfo/routes.php
11526share/nextcloud/apps/notifications/appinfo/signature.json 11555share/nextcloud/apps/notifications/appinfo/signature.json
11527share/nextcloud/apps/notifications/babel.config.js 11556share/nextcloud/apps/notifications/babel.config.js
11528share/nextcloud/apps/notifications/composer.json 11557share/nextcloud/apps/notifications/composer.json
11529share/nextcloud/apps/notifications/composer.lock 11558share/nextcloud/apps/notifications/composer.lock
11530share/nextcloud/apps/notifications/css/styles.scss 11559share/nextcloud/apps/notifications/css/styles.scss
11531share/nextcloud/apps/notifications/docs/admin-notifications.md 11560share/nextcloud/apps/notifications/docs/admin-notifications.md
11532share/nextcloud/apps/notifications/docs/notification-workflow.md 11561share/nextcloud/apps/notifications/docs/notification-workflow.md
11533share/nextcloud/apps/notifications/docs/ocs-endpoint-v1.md 11562share/nextcloud/apps/notifications/docs/ocs-endpoint-v1.md
11534share/nextcloud/apps/notifications/docs/ocs-endpoint-v2.md 11563share/nextcloud/apps/notifications/docs/ocs-endpoint-v2.md
11535share/nextcloud/apps/notifications/docs/push-v2.md 11564share/nextcloud/apps/notifications/docs/push-v2.md
@@ -11647,26 +11676,28 @@ share/nextcloud/apps/notifications/l10n/ @@ -11647,26 +11676,28 @@ share/nextcloud/apps/notifications/l10n/
11647share/nextcloud/apps/notifications/l10n/ja.json 11676share/nextcloud/apps/notifications/l10n/ja.json
11648share/nextcloud/apps/notifications/l10n/ka_GE.js 11677share/nextcloud/apps/notifications/l10n/ka_GE.js
11649share/nextcloud/apps/notifications/l10n/ka_GE.json 11678share/nextcloud/apps/notifications/l10n/ka_GE.json
11650share/nextcloud/apps/notifications/l10n/kab.js 11679share/nextcloud/apps/notifications/l10n/kab.js
11651share/nextcloud/apps/notifications/l10n/kab.json 11680share/nextcloud/apps/notifications/l10n/kab.json
11652share/nextcloud/apps/notifications/l10n/km.js 11681share/nextcloud/apps/notifications/l10n/km.js
11653share/nextcloud/apps/notifications/l10n/km.json 11682share/nextcloud/apps/notifications/l10n/km.json
11654share/nextcloud/apps/notifications/l10n/kn.js 11683share/nextcloud/apps/notifications/l10n/kn.js
11655share/nextcloud/apps/notifications/l10n/kn.json 11684share/nextcloud/apps/notifications/l10n/kn.json
11656share/nextcloud/apps/notifications/l10n/ko.js 11685share/nextcloud/apps/notifications/l10n/ko.js
11657share/nextcloud/apps/notifications/l10n/ko.json 11686share/nextcloud/apps/notifications/l10n/ko.json
11658share/nextcloud/apps/notifications/l10n/lb.js 11687share/nextcloud/apps/notifications/l10n/lb.js
11659share/nextcloud/apps/notifications/l10n/lb.json 11688share/nextcloud/apps/notifications/l10n/lb.json
 11689share/nextcloud/apps/notifications/l10n/lo.js
 11690share/nextcloud/apps/notifications/l10n/lo.json
11660share/nextcloud/apps/notifications/l10n/lt_LT.js 11691share/nextcloud/apps/notifications/l10n/lt_LT.js
11661share/nextcloud/apps/notifications/l10n/lt_LT.json 11692share/nextcloud/apps/notifications/l10n/lt_LT.json
11662share/nextcloud/apps/notifications/l10n/lv.js 11693share/nextcloud/apps/notifications/l10n/lv.js
11663share/nextcloud/apps/notifications/l10n/lv.json 11694share/nextcloud/apps/notifications/l10n/lv.json
11664share/nextcloud/apps/notifications/l10n/mk.js 11695share/nextcloud/apps/notifications/l10n/mk.js
11665share/nextcloud/apps/notifications/l10n/mk.json 11696share/nextcloud/apps/notifications/l10n/mk.json
11666share/nextcloud/apps/notifications/l10n/mn.js 11697share/nextcloud/apps/notifications/l10n/mn.js
11667share/nextcloud/apps/notifications/l10n/mn.json 11698share/nextcloud/apps/notifications/l10n/mn.json
11668share/nextcloud/apps/notifications/l10n/ms_MY.js 11699share/nextcloud/apps/notifications/l10n/ms_MY.js
11669share/nextcloud/apps/notifications/l10n/ms_MY.json 11700share/nextcloud/apps/notifications/l10n/ms_MY.json
11670share/nextcloud/apps/notifications/l10n/my.js 11701share/nextcloud/apps/notifications/l10n/my.js
11671share/nextcloud/apps/notifications/l10n/my.json 11702share/nextcloud/apps/notifications/l10n/my.json
11672share/nextcloud/apps/notifications/l10n/nb.js 11703share/nextcloud/apps/notifications/l10n/nb.js
@@ -11683,42 +11714,40 @@ share/nextcloud/apps/notifications/l10n/ @@ -11683,42 +11714,40 @@ share/nextcloud/apps/notifications/l10n/
11683share/nextcloud/apps/notifications/l10n/pl.json 11714share/nextcloud/apps/notifications/l10n/pl.json
11684share/nextcloud/apps/notifications/l10n/ps.js 11715share/nextcloud/apps/notifications/l10n/ps.js
11685share/nextcloud/apps/notifications/l10n/ps.json 11716share/nextcloud/apps/notifications/l10n/ps.json
11686share/nextcloud/apps/notifications/l10n/pt_BR.js 11717share/nextcloud/apps/notifications/l10n/pt_BR.js
11687share/nextcloud/apps/notifications/l10n/pt_BR.json 11718share/nextcloud/apps/notifications/l10n/pt_BR.json
11688share/nextcloud/apps/notifications/l10n/pt_PT.js 11719share/nextcloud/apps/notifications/l10n/pt_PT.js
11689share/nextcloud/apps/notifications/l10n/pt_PT.json 11720share/nextcloud/apps/notifications/l10n/pt_PT.json
11690share/nextcloud/apps/notifications/l10n/ro.js 11721share/nextcloud/apps/notifications/l10n/ro.js
11691share/nextcloud/apps/notifications/l10n/ro.json 11722share/nextcloud/apps/notifications/l10n/ro.json
11692share/nextcloud/apps/notifications/l10n/ru.js 11723share/nextcloud/apps/notifications/l10n/ru.js
11693share/nextcloud/apps/notifications/l10n/ru.json 11724share/nextcloud/apps/notifications/l10n/ru.json
11694share/nextcloud/apps/notifications/l10n/si.js 11725share/nextcloud/apps/notifications/l10n/si.js
11695share/nextcloud/apps/notifications/l10n/si.json 11726share/nextcloud/apps/notifications/l10n/si.json
11696share/nextcloud/apps/notifications/l10n/si_LK.js 
11697share/nextcloud/apps/notifications/l10n/si_LK.json 
11698share/nextcloud/apps/notifications/l10n/sk.js 11727share/nextcloud/apps/notifications/l10n/sk.js
11699share/nextcloud/apps/notifications/l10n/sk.json 11728share/nextcloud/apps/notifications/l10n/sk.json
11700share/nextcloud/apps/notifications/l10n/sl.js 11729share/nextcloud/apps/notifications/l10n/sl.js
11701share/nextcloud/apps/notifications/l10n/sl.json 11730share/nextcloud/apps/notifications/l10n/sl.json
11702share/nextcloud/apps/notifications/l10n/sq.js 11731share/nextcloud/apps/notifications/l10n/sq.js
11703share/nextcloud/apps/notifications/l10n/sq.json 11732share/nextcloud/apps/notifications/l10n/sq.json
11704share/nextcloud/apps/notifications/l10n/sr.js 11733share/nextcloud/apps/notifications/l10n/sr.js
11705share/nextcloud/apps/notifications/l10n/sr.json 11734share/nextcloud/apps/notifications/l10n/sr.json
11706share/nextcloud/apps/notifications/l10n/sr@latin.js 11735share/nextcloud/apps/notifications/l10n/sr@latin.js
11707share/nextcloud/apps/notifications/l10n/sr@latin.json 11736share/nextcloud/apps/notifications/l10n/sr@latin.json
11708share/nextcloud/apps/notifications/l10n/sv.js 11737share/nextcloud/apps/notifications/l10n/sv.js
11709share/nextcloud/apps/notifications/l10n/sv.json 11738share/nextcloud/apps/notifications/l10n/sv.json
11710share/nextcloud/apps/notifications/l10n/ta_LK.js 11739share/nextcloud/apps/notifications/l10n/ta.js
11711share/nextcloud/apps/notifications/l10n/ta_LK.json 11740share/nextcloud/apps/notifications/l10n/ta.json
11712share/nextcloud/apps/notifications/l10n/th.js 11741share/nextcloud/apps/notifications/l10n/th.js
11713share/nextcloud/apps/notifications/l10n/th.json 11742share/nextcloud/apps/notifications/l10n/th.json
11714share/nextcloud/apps/notifications/l10n/tr.js 11743share/nextcloud/apps/notifications/l10n/tr.js
11715share/nextcloud/apps/notifications/l10n/tr.json 11744share/nextcloud/apps/notifications/l10n/tr.json
11716share/nextcloud/apps/notifications/l10n/uk.js 11745share/nextcloud/apps/notifications/l10n/uk.js
11717share/nextcloud/apps/notifications/l10n/uk.json 11746share/nextcloud/apps/notifications/l10n/uk.json
11718share/nextcloud/apps/notifications/l10n/ur_PK.js 11747share/nextcloud/apps/notifications/l10n/ur_PK.js
11719share/nextcloud/apps/notifications/l10n/ur_PK.json 11748share/nextcloud/apps/notifications/l10n/ur_PK.json
11720share/nextcloud/apps/notifications/l10n/uz.js 11749share/nextcloud/apps/notifications/l10n/uz.js
11721share/nextcloud/apps/notifications/l10n/uz.json 11750share/nextcloud/apps/notifications/l10n/uz.json
11722share/nextcloud/apps/notifications/l10n/vi.js 11751share/nextcloud/apps/notifications/l10n/vi.js
11723share/nextcloud/apps/notifications/l10n/vi.json 11752share/nextcloud/apps/notifications/l10n/vi.json
11724share/nextcloud/apps/notifications/l10n/zh_CN.js 11753share/nextcloud/apps/notifications/l10n/zh_CN.js
@@ -11851,26 +11880,28 @@ share/nextcloud/apps/oauth2/l10n/mk.js @@ -11851,26 +11880,28 @@ share/nextcloud/apps/oauth2/l10n/mk.js
11851share/nextcloud/apps/oauth2/l10n/mk.json 11880share/nextcloud/apps/oauth2/l10n/mk.json
11852share/nextcloud/apps/oauth2/l10n/nb.js 11881share/nextcloud/apps/oauth2/l10n/nb.js
11853share/nextcloud/apps/oauth2/l10n/nb.json 11882share/nextcloud/apps/oauth2/l10n/nb.json
11854share/nextcloud/apps/oauth2/l10n/nl.js 11883share/nextcloud/apps/oauth2/l10n/nl.js
11855share/nextcloud/apps/oauth2/l10n/nl.json 11884share/nextcloud/apps/oauth2/l10n/nl.json
11856share/nextcloud/apps/oauth2/l10n/pl.js 11885share/nextcloud/apps/oauth2/l10n/pl.js
11857share/nextcloud/apps/oauth2/l10n/pl.json 11886share/nextcloud/apps/oauth2/l10n/pl.json
11858share/nextcloud/apps/oauth2/l10n/pt_BR.js 11887share/nextcloud/apps/oauth2/l10n/pt_BR.js
11859share/nextcloud/apps/oauth2/l10n/pt_BR.json 11888share/nextcloud/apps/oauth2/l10n/pt_BR.json
11860share/nextcloud/apps/oauth2/l10n/pt_PT.js 11889share/nextcloud/apps/oauth2/l10n/pt_PT.js
11861share/nextcloud/apps/oauth2/l10n/pt_PT.json 11890share/nextcloud/apps/oauth2/l10n/pt_PT.json
11862share/nextcloud/apps/oauth2/l10n/ru.js 11891share/nextcloud/apps/oauth2/l10n/ru.js
11863share/nextcloud/apps/oauth2/l10n/ru.json 11892share/nextcloud/apps/oauth2/l10n/ru.json
 11893share/nextcloud/apps/oauth2/l10n/sc.js
 11894share/nextcloud/apps/oauth2/l10n/sc.json
11864share/nextcloud/apps/oauth2/l10n/si.js 11895share/nextcloud/apps/oauth2/l10n/si.js
11865share/nextcloud/apps/oauth2/l10n/si.json 11896share/nextcloud/apps/oauth2/l10n/si.json
11866share/nextcloud/apps/oauth2/l10n/sk.js 11897share/nextcloud/apps/oauth2/l10n/sk.js
11867share/nextcloud/apps/oauth2/l10n/sk.json 11898share/nextcloud/apps/oauth2/l10n/sk.json
11868share/nextcloud/apps/oauth2/l10n/sl.js 11899share/nextcloud/apps/oauth2/l10n/sl.js
11869share/nextcloud/apps/oauth2/l10n/sl.json 11900share/nextcloud/apps/oauth2/l10n/sl.json
11870share/nextcloud/apps/oauth2/l10n/sq.js 11901share/nextcloud/apps/oauth2/l10n/sq.js
11871share/nextcloud/apps/oauth2/l10n/sq.json 11902share/nextcloud/apps/oauth2/l10n/sq.json
11872share/nextcloud/apps/oauth2/l10n/sr.js 11903share/nextcloud/apps/oauth2/l10n/sr.js
11873share/nextcloud/apps/oauth2/l10n/sr.json 11904share/nextcloud/apps/oauth2/l10n/sr.json
11874share/nextcloud/apps/oauth2/l10n/sv.js 11905share/nextcloud/apps/oauth2/l10n/sv.js
11875share/nextcloud/apps/oauth2/l10n/sv.json 11906share/nextcloud/apps/oauth2/l10n/sv.json
11876share/nextcloud/apps/oauth2/l10n/tr.js 11907share/nextcloud/apps/oauth2/l10n/tr.js
@@ -12114,26 +12145,27 @@ share/nextcloud/apps/photos/composer.loc @@ -12114,26 +12145,27 @@ share/nextcloud/apps/photos/composer.loc
12114share/nextcloud/apps/photos/css/icons.scss 12145share/nextcloud/apps/photos/css/icons.scss
12115share/nextcloud/apps/photos/img/app.svg 12146share/nextcloud/apps/photos/img/app.svg
12116share/nextcloud/apps/photos/img/photos.svg 12147share/nextcloud/apps/photos/img/photos.svg
12117share/nextcloud/apps/photos/img/yourphotos.svg 12148share/nextcloud/apps/photos/img/yourphotos.svg
12118share/nextcloud/apps/photos/js/photos-0.js 12149share/nextcloud/apps/photos/js/photos-0.js
12119share/nextcloud/apps/photos/js/photos-0.js.map 12150share/nextcloud/apps/photos/js/photos-0.js.map
12120share/nextcloud/apps/photos/js/photos-1.js 12151share/nextcloud/apps/photos/js/photos-1.js
12121share/nextcloud/apps/photos/js/photos-1.js.map 12152share/nextcloud/apps/photos/js/photos-1.js.map
12122share/nextcloud/apps/photos/js/photos-10.js 12153share/nextcloud/apps/photos/js/photos-10.js
12123share/nextcloud/apps/photos/js/photos-10.js.map 12154share/nextcloud/apps/photos/js/photos-10.js.map
12124share/nextcloud/apps/photos/js/photos-2.js 12155share/nextcloud/apps/photos/js/photos-2.js
12125share/nextcloud/apps/photos/js/photos-2.js.map 12156share/nextcloud/apps/photos/js/photos-2.js.map
12126share/nextcloud/apps/photos/js/photos-3.js 12157share/nextcloud/apps/photos/js/photos-3.js
 12158share/nextcloud/apps/photos/js/photos-3.js.map
12127share/nextcloud/apps/photos/js/photos-4.js 12159share/nextcloud/apps/photos/js/photos-4.js
12128share/nextcloud/apps/photos/js/photos-4.js.map 12160share/nextcloud/apps/photos/js/photos-4.js.map
12129share/nextcloud/apps/photos/js/photos-5.js 12161share/nextcloud/apps/photos/js/photos-5.js
12130share/nextcloud/apps/photos/js/photos-5.js.map 12162share/nextcloud/apps/photos/js/photos-5.js.map
12131share/nextcloud/apps/photos/js/photos-6.js 12163share/nextcloud/apps/photos/js/photos-6.js
12132share/nextcloud/apps/photos/js/photos-6.js.map 12164share/nextcloud/apps/photos/js/photos-6.js.map
12133share/nextcloud/apps/photos/js/photos-7.js 12165share/nextcloud/apps/photos/js/photos-7.js
12134share/nextcloud/apps/photos/js/photos-7.js.map 12166share/nextcloud/apps/photos/js/photos-7.js.map
12135share/nextcloud/apps/photos/js/photos-8.js 12167share/nextcloud/apps/photos/js/photos-8.js
12136share/nextcloud/apps/photos/js/photos-8.js.map 12168share/nextcloud/apps/photos/js/photos-8.js.map
12137share/nextcloud/apps/photos/js/photos-9.js 12169share/nextcloud/apps/photos/js/photos-9.js
12138share/nextcloud/apps/photos/js/photos-9.js.map 12170share/nextcloud/apps/photos/js/photos-9.js.map
12139share/nextcloud/apps/photos/js/photos-main.js 12171share/nextcloud/apps/photos/js/photos-main.js
@@ -12275,42 +12307,40 @@ share/nextcloud/apps/photos/l10n/pl.js @@ -12275,42 +12307,40 @@ share/nextcloud/apps/photos/l10n/pl.js
12275share/nextcloud/apps/photos/l10n/pl.json 12307share/nextcloud/apps/photos/l10n/pl.json
12276share/nextcloud/apps/photos/l10n/ps.js 12308share/nextcloud/apps/photos/l10n/ps.js
12277share/nextcloud/apps/photos/l10n/ps.json 12309share/nextcloud/apps/photos/l10n/ps.json
12278share/nextcloud/apps/photos/l10n/pt_BR.js 12310share/nextcloud/apps/photos/l10n/pt_BR.js
12279share/nextcloud/apps/photos/l10n/pt_BR.json 12311share/nextcloud/apps/photos/l10n/pt_BR.json
12280share/nextcloud/apps/photos/l10n/pt_PT.js 12312share/nextcloud/apps/photos/l10n/pt_PT.js
12281share/nextcloud/apps/photos/l10n/pt_PT.json 12313share/nextcloud/apps/photos/l10n/pt_PT.json
12282share/nextcloud/apps/photos/l10n/ro.js 12314share/nextcloud/apps/photos/l10n/ro.js
12283share/nextcloud/apps/photos/l10n/ro.json 12315share/nextcloud/apps/photos/l10n/ro.json
12284share/nextcloud/apps/photos/l10n/ru.js 12316share/nextcloud/apps/photos/l10n/ru.js
12285share/nextcloud/apps/photos/l10n/ru.json 12317share/nextcloud/apps/photos/l10n/ru.json
12286share/nextcloud/apps/photos/l10n/si.js 12318share/nextcloud/apps/photos/l10n/si.js
12287share/nextcloud/apps/photos/l10n/si.json 12319share/nextcloud/apps/photos/l10n/si.json
12288share/nextcloud/apps/photos/l10n/si_LK.js 
12289share/nextcloud/apps/photos/l10n/si_LK.json 
12290share/nextcloud/apps/photos/l10n/sk.js 12320share/nextcloud/apps/photos/l10n/sk.js
12291share/nextcloud/apps/photos/l10n/sk.json 12321share/nextcloud/apps/photos/l10n/sk.json
12292share/nextcloud/apps/photos/l10n/sl.js 12322share/nextcloud/apps/photos/l10n/sl.js
12293share/nextcloud/apps/photos/l10n/sl.json 12323share/nextcloud/apps/photos/l10n/sl.json
12294share/nextcloud/apps/photos/l10n/sq.js 12324share/nextcloud/apps/photos/l10n/sq.js
12295share/nextcloud/apps/photos/l10n/sq.json 12325share/nextcloud/apps/photos/l10n/sq.json
12296share/nextcloud/apps/photos/l10n/sr.js 12326share/nextcloud/apps/photos/l10n/sr.js
12297share/nextcloud/apps/photos/l10n/sr.json 12327share/nextcloud/apps/photos/l10n/sr.json
12298share/nextcloud/apps/photos/l10n/sr@latin.js 12328share/nextcloud/apps/photos/l10n/sr@latin.js
12299share/nextcloud/apps/photos/l10n/sr@latin.json 12329share/nextcloud/apps/photos/l10n/sr@latin.json
12300share/nextcloud/apps/photos/l10n/sv.js 12330share/nextcloud/apps/photos/l10n/sv.js
12301share/nextcloud/apps/photos/l10n/sv.json 12331share/nextcloud/apps/photos/l10n/sv.json
12302share/nextcloud/apps/photos/l10n/ta_LK.js 12332share/nextcloud/apps/photos/l10n/ta.js
12303share/nextcloud/apps/photos/l10n/ta_LK.json 12333share/nextcloud/apps/photos/l10n/ta.json
12304share/nextcloud/apps/photos/l10n/th.js 12334share/nextcloud/apps/photos/l10n/th.js
12305share/nextcloud/apps/photos/l10n/th.json 12335share/nextcloud/apps/photos/l10n/th.json
12306share/nextcloud/apps/photos/l10n/tr.js 12336share/nextcloud/apps/photos/l10n/tr.js
12307share/nextcloud/apps/photos/l10n/tr.json 12337share/nextcloud/apps/photos/l10n/tr.json
12308share/nextcloud/apps/photos/l10n/ug.js 12338share/nextcloud/apps/photos/l10n/ug.js
12309share/nextcloud/apps/photos/l10n/ug.json 12339share/nextcloud/apps/photos/l10n/ug.json
12310share/nextcloud/apps/photos/l10n/uk.js 12340share/nextcloud/apps/photos/l10n/uk.js
12311share/nextcloud/apps/photos/l10n/uk.json 12341share/nextcloud/apps/photos/l10n/uk.json
12312share/nextcloud/apps/photos/l10n/ur_PK.js 12342share/nextcloud/apps/photos/l10n/ur_PK.js
12313share/nextcloud/apps/photos/l10n/ur_PK.json 12343share/nextcloud/apps/photos/l10n/ur_PK.json
12314share/nextcloud/apps/photos/l10n/uz.js 12344share/nextcloud/apps/photos/l10n/uz.js
12315share/nextcloud/apps/photos/l10n/uz.json 12345share/nextcloud/apps/photos/l10n/uz.json
12316share/nextcloud/apps/photos/l10n/vi.js 12346share/nextcloud/apps/photos/l10n/vi.js
@@ -12318,27 +12348,26 @@ share/nextcloud/apps/photos/l10n/vi.json @@ -12318,27 +12348,26 @@ share/nextcloud/apps/photos/l10n/vi.json
12318share/nextcloud/apps/photos/l10n/zh_CN.js 12348share/nextcloud/apps/photos/l10n/zh_CN.js
12319share/nextcloud/apps/photos/l10n/zh_CN.json 12349share/nextcloud/apps/photos/l10n/zh_CN.json
12320share/nextcloud/apps/photos/l10n/zh_HK.js 12350share/nextcloud/apps/photos/l10n/zh_HK.js
12321share/nextcloud/apps/photos/l10n/zh_HK.json 12351share/nextcloud/apps/photos/l10n/zh_HK.json
12322share/nextcloud/apps/photos/l10n/zh_TW.js 12352share/nextcloud/apps/photos/l10n/zh_TW.js
12323share/nextcloud/apps/photos/l10n/zh_TW.json 12353share/nextcloud/apps/photos/l10n/zh_TW.json
12324share/nextcloud/apps/photos/lib/AppInfo/Application.php 12354share/nextcloud/apps/photos/lib/AppInfo/Application.php
12325share/nextcloud/apps/photos/lib/Controller/AlbumsController.php 12355share/nextcloud/apps/photos/lib/Controller/AlbumsController.php
12326share/nextcloud/apps/photos/lib/Controller/ApiController.php 12356share/nextcloud/apps/photos/lib/Controller/ApiController.php
12327share/nextcloud/apps/photos/lib/Controller/PageController.php 12357share/nextcloud/apps/photos/lib/Controller/PageController.php
12328share/nextcloud/apps/photos/postcss.config.js 12358share/nextcloud/apps/photos/postcss.config.js
12329share/nextcloud/apps/photos/screenshots/screenshot1.png 12359share/nextcloud/apps/photos/screenshots/screenshot1.png
12330share/nextcloud/apps/photos/templates/main.php 12360share/nextcloud/apps/photos/templates/main.php
12331share/nextcloud/apps/privacy/.eslintignore 
12332share/nextcloud/apps/privacy/.stylelintrc.js 12361share/nextcloud/apps/privacy/.stylelintrc.js
12333share/nextcloud/apps/privacy/COPYING 12362share/nextcloud/apps/privacy/COPYING
12334share/nextcloud/apps/privacy/appinfo/info.xml 12363share/nextcloud/apps/privacy/appinfo/info.xml
12335share/nextcloud/apps/privacy/appinfo/routes.php 12364share/nextcloud/apps/privacy/appinfo/routes.php
12336share/nextcloud/apps/privacy/appinfo/signature.json 12365share/nextcloud/apps/privacy/appinfo/signature.json
12337share/nextcloud/apps/privacy/babel.config.js 12366share/nextcloud/apps/privacy/babel.config.js
12338share/nextcloud/apps/privacy/composer.json 12367share/nextcloud/apps/privacy/composer.json
12339share/nextcloud/apps/privacy/composer.lock 12368share/nextcloud/apps/privacy/composer.lock
12340share/nextcloud/apps/privacy/css/privacy.scss 12369share/nextcloud/apps/privacy/css/privacy.scss
12341share/nextcloud/apps/privacy/img/app-dark.svg 12370share/nextcloud/apps/privacy/img/app-dark.svg
12342share/nextcloud/apps/privacy/img/app.svg 12371share/nextcloud/apps/privacy/img/app.svg
12343share/nextcloud/apps/privacy/img/control.svg 12372share/nextcloud/apps/privacy/img/control.svg
12344share/nextcloud/apps/privacy/img/freedom.svg 12373share/nextcloud/apps/privacy/img/freedom.svg
@@ -12514,59 +12543,67 @@ share/nextcloud/apps/provisioning_api/co @@ -12514,59 +12543,67 @@ share/nextcloud/apps/provisioning_api/co
12514share/nextcloud/apps/provisioning_api/img/app.svg 12543share/nextcloud/apps/provisioning_api/img/app.svg
12515share/nextcloud/apps/provisioning_api/l10n/ca.js 12544share/nextcloud/apps/provisioning_api/l10n/ca.js
12516share/nextcloud/apps/provisioning_api/l10n/ca.json 12545share/nextcloud/apps/provisioning_api/l10n/ca.json
12517share/nextcloud/apps/provisioning_api/l10n/cs.js 12546share/nextcloud/apps/provisioning_api/l10n/cs.js
12518share/nextcloud/apps/provisioning_api/l10n/cs.json 12547share/nextcloud/apps/provisioning_api/l10n/cs.json
12519share/nextcloud/apps/provisioning_api/l10n/de.js 12548share/nextcloud/apps/provisioning_api/l10n/de.js
12520share/nextcloud/apps/provisioning_api/l10n/de.json 12549share/nextcloud/apps/provisioning_api/l10n/de.json
12521share/nextcloud/apps/provisioning_api/l10n/de_DE.js 12550share/nextcloud/apps/provisioning_api/l10n/de_DE.js
12522share/nextcloud/apps/provisioning_api/l10n/de_DE.json 12551share/nextcloud/apps/provisioning_api/l10n/de_DE.json
12523share/nextcloud/apps/provisioning_api/l10n/el.js 12552share/nextcloud/apps/provisioning_api/l10n/el.js
12524share/nextcloud/apps/provisioning_api/l10n/el.json 12553share/nextcloud/apps/provisioning_api/l10n/el.json
12525share/nextcloud/apps/provisioning_api/l10n/es.js 12554share/nextcloud/apps/provisioning_api/l10n/es.js
12526share/nextcloud/apps/provisioning_api/l10n/es.json 12555share/nextcloud/apps/provisioning_api/l10n/es.json
 12556share/nextcloud/apps/provisioning_api/l10n/eu.js
 12557share/nextcloud/apps/provisioning_api/l10n/eu.json
12527share/nextcloud/apps/provisioning_api/l10n/fr.js 12558share/nextcloud/apps/provisioning_api/l10n/fr.js
12528share/nextcloud/apps/provisioning_api/l10n/fr.json 12559share/nextcloud/apps/provisioning_api/l10n/fr.json
12529share/nextcloud/apps/provisioning_api/l10n/gl.js 12560share/nextcloud/apps/provisioning_api/l10n/gl.js
12530share/nextcloud/apps/provisioning_api/l10n/gl.json 12561share/nextcloud/apps/provisioning_api/l10n/gl.json
12531share/nextcloud/apps/provisioning_api/l10n/hr.js 12562share/nextcloud/apps/provisioning_api/l10n/hr.js
12532share/nextcloud/apps/provisioning_api/l10n/hr.json 12563share/nextcloud/apps/provisioning_api/l10n/hr.json
 12564share/nextcloud/apps/provisioning_api/l10n/hu.js
 12565share/nextcloud/apps/provisioning_api/l10n/hu.json
12533share/nextcloud/apps/provisioning_api/l10n/it.js 12566share/nextcloud/apps/provisioning_api/l10n/it.js
12534share/nextcloud/apps/provisioning_api/l10n/it.json 12567share/nextcloud/apps/provisioning_api/l10n/it.json
12535share/nextcloud/apps/provisioning_api/l10n/nl.js 12568share/nextcloud/apps/provisioning_api/l10n/nl.js
12536share/nextcloud/apps/provisioning_api/l10n/nl.json 12569share/nextcloud/apps/provisioning_api/l10n/nl.json
12537share/nextcloud/apps/provisioning_api/l10n/pl.js 12570share/nextcloud/apps/provisioning_api/l10n/pl.js
12538share/nextcloud/apps/provisioning_api/l10n/pl.json 12571share/nextcloud/apps/provisioning_api/l10n/pl.json
12539share/nextcloud/apps/provisioning_api/l10n/pt_BR.js 12572share/nextcloud/apps/provisioning_api/l10n/pt_BR.js
12540share/nextcloud/apps/provisioning_api/l10n/pt_BR.json 12573share/nextcloud/apps/provisioning_api/l10n/pt_BR.json
12541share/nextcloud/apps/provisioning_api/l10n/sc.js 12574share/nextcloud/apps/provisioning_api/l10n/sc.js
12542share/nextcloud/apps/provisioning_api/l10n/sc.json 12575share/nextcloud/apps/provisioning_api/l10n/sc.json
12543share/nextcloud/apps/provisioning_api/l10n/sk.js 12576share/nextcloud/apps/provisioning_api/l10n/sk.js
12544share/nextcloud/apps/provisioning_api/l10n/sk.json 12577share/nextcloud/apps/provisioning_api/l10n/sk.json
12545share/nextcloud/apps/provisioning_api/l10n/sl.js 12578share/nextcloud/apps/provisioning_api/l10n/sl.js
12546share/nextcloud/apps/provisioning_api/l10n/sl.json 12579share/nextcloud/apps/provisioning_api/l10n/sl.json
12547share/nextcloud/apps/provisioning_api/l10n/tr.js 12580share/nextcloud/apps/provisioning_api/l10n/tr.js
12548share/nextcloud/apps/provisioning_api/l10n/tr.json 12581share/nextcloud/apps/provisioning_api/l10n/tr.json
12549share/nextcloud/apps/provisioning_api/l10n/zh_CN.js 12582share/nextcloud/apps/provisioning_api/l10n/zh_CN.js
12550share/nextcloud/apps/provisioning_api/l10n/zh_CN.json 12583share/nextcloud/apps/provisioning_api/l10n/zh_CN.json
12551share/nextcloud/apps/provisioning_api/l10n/zh_HK.js 12584share/nextcloud/apps/provisioning_api/l10n/zh_HK.js
12552share/nextcloud/apps/provisioning_api/l10n/zh_HK.json 12585share/nextcloud/apps/provisioning_api/l10n/zh_HK.json
 12586share/nextcloud/apps/provisioning_api/l10n/zh_TW.js
 12587share/nextcloud/apps/provisioning_api/l10n/zh_TW.json
12553share/nextcloud/apps/provisioning_api/lib/AppInfo/Application.php 12588share/nextcloud/apps/provisioning_api/lib/AppInfo/Application.php
 12589share/nextcloud/apps/provisioning_api/lib/Capabilities.php
12554share/nextcloud/apps/provisioning_api/lib/Controller/AUserData.php 12590share/nextcloud/apps/provisioning_api/lib/Controller/AUserData.php
12555share/nextcloud/apps/provisioning_api/lib/Controller/AppConfigController.php 12591share/nextcloud/apps/provisioning_api/lib/Controller/AppConfigController.php
12556share/nextcloud/apps/provisioning_api/lib/Controller/AppsController.php 12592share/nextcloud/apps/provisioning_api/lib/Controller/AppsController.php
12557share/nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php 12593share/nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php
12558share/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php 12594share/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php
12559share/nextcloud/apps/provisioning_api/lib/FederatedShareProviderFactory.php 12595share/nextcloud/apps/provisioning_api/lib/FederatedShareProviderFactory.php
 12596share/nextcloud/apps/provisioning_api/lib/Listener/UserDeletedListener.php
12560share/nextcloud/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php 12597share/nextcloud/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php
12561share/nextcloud/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php 12598share/nextcloud/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php
12562share/nextcloud/apps/recommendations/.stylelintrc.js 12599share/nextcloud/apps/recommendations/.stylelintrc.js
12563share/nextcloud/apps/recommendations/LICENSE 12600share/nextcloud/apps/recommendations/LICENSE
12564share/nextcloud/apps/recommendations/appinfo/info.xml 12601share/nextcloud/apps/recommendations/appinfo/info.xml
12565share/nextcloud/apps/recommendations/appinfo/routes.php 12602share/nextcloud/apps/recommendations/appinfo/routes.php
12566share/nextcloud/apps/recommendations/appinfo/signature.json 12603share/nextcloud/apps/recommendations/appinfo/signature.json
12567share/nextcloud/apps/recommendations/composer.json 12604share/nextcloud/apps/recommendations/composer.json
12568share/nextcloud/apps/recommendations/composer.lock 12605share/nextcloud/apps/recommendations/composer.lock
12569share/nextcloud/apps/recommendations/js/dashboard.js 12606share/nextcloud/apps/recommendations/js/dashboard.js
12570share/nextcloud/apps/recommendations/js/dashboard.js.map 12607share/nextcloud/apps/recommendations/js/dashboard.js.map
12571share/nextcloud/apps/recommendations/js/main.js 12608share/nextcloud/apps/recommendations/js/main.js
12572share/nextcloud/apps/recommendations/js/main.js.map 12609share/nextcloud/apps/recommendations/js/main.js.map
@@ -12617,50 +12654,54 @@ share/nextcloud/apps/recommendations/l10 @@ -12617,50 +12654,54 @@ share/nextcloud/apps/recommendations/l10
12617share/nextcloud/apps/recommendations/l10n/ja.json 12654share/nextcloud/apps/recommendations/l10n/ja.json
12618share/nextcloud/apps/recommendations/l10n/ko.js 12655share/nextcloud/apps/recommendations/l10n/ko.js
12619share/nextcloud/apps/recommendations/l10n/ko.json 12656share/nextcloud/apps/recommendations/l10n/ko.json
12620share/nextcloud/apps/recommendations/l10n/lt_LT.js 12657share/nextcloud/apps/recommendations/l10n/lt_LT.js
12621share/nextcloud/apps/recommendations/l10n/lt_LT.json 12658share/nextcloud/apps/recommendations/l10n/lt_LT.json
12622share/nextcloud/apps/recommendations/l10n/lv.js 12659share/nextcloud/apps/recommendations/l10n/lv.js
12623share/nextcloud/apps/recommendations/l10n/lv.json 12660share/nextcloud/apps/recommendations/l10n/lv.json
12624share/nextcloud/apps/recommendations/l10n/mk.js 12661share/nextcloud/apps/recommendations/l10n/mk.js
12625share/nextcloud/apps/recommendations/l10n/mk.json 12662share/nextcloud/apps/recommendations/l10n/mk.json
12626share/nextcloud/apps/recommendations/l10n/nb.js 12663share/nextcloud/apps/recommendations/l10n/nb.js
12627share/nextcloud/apps/recommendations/l10n/nb.json 12664share/nextcloud/apps/recommendations/l10n/nb.json
12628share/nextcloud/apps/recommendations/l10n/nl.js 12665share/nextcloud/apps/recommendations/l10n/nl.js
12629share/nextcloud/apps/recommendations/l10n/nl.json 12666share/nextcloud/apps/recommendations/l10n/nl.json
 12667share/nextcloud/apps/recommendations/l10n/oc.js
 12668share/nextcloud/apps/recommendations/l10n/oc.json
12630share/nextcloud/apps/recommendations/l10n/pl.js 12669share/nextcloud/apps/recommendations/l10n/pl.js
12631share/nextcloud/apps/recommendations/l10n/pl.json 12670share/nextcloud/apps/recommendations/l10n/pl.json
12632share/nextcloud/apps/recommendations/l10n/ps.js 12671share/nextcloud/apps/recommendations/l10n/ps.js
12633share/nextcloud/apps/recommendations/l10n/ps.json 12672share/nextcloud/apps/recommendations/l10n/ps.json
12634share/nextcloud/apps/recommendations/l10n/pt_BR.js 12673share/nextcloud/apps/recommendations/l10n/pt_BR.js
12635share/nextcloud/apps/recommendations/l10n/pt_BR.json 12674share/nextcloud/apps/recommendations/l10n/pt_BR.json
12636share/nextcloud/apps/recommendations/l10n/pt_PT.js 12675share/nextcloud/apps/recommendations/l10n/pt_PT.js
12637share/nextcloud/apps/recommendations/l10n/pt_PT.json 12676share/nextcloud/apps/recommendations/l10n/pt_PT.json
12638share/nextcloud/apps/recommendations/l10n/ru.js 12677share/nextcloud/apps/recommendations/l10n/ru.js
12639share/nextcloud/apps/recommendations/l10n/ru.json 12678share/nextcloud/apps/recommendations/l10n/ru.json
12640share/nextcloud/apps/recommendations/l10n/sc.js 12679share/nextcloud/apps/recommendations/l10n/sc.js
12641share/nextcloud/apps/recommendations/l10n/sc.json 12680share/nextcloud/apps/recommendations/l10n/sc.json
12642share/nextcloud/apps/recommendations/l10n/sk.js 12681share/nextcloud/apps/recommendations/l10n/sk.js
12643share/nextcloud/apps/recommendations/l10n/sk.json 12682share/nextcloud/apps/recommendations/l10n/sk.json
12644share/nextcloud/apps/recommendations/l10n/sl.js 12683share/nextcloud/apps/recommendations/l10n/sl.js
12645share/nextcloud/apps/recommendations/l10n/sl.json 12684share/nextcloud/apps/recommendations/l10n/sl.json
12646share/nextcloud/apps/recommendations/l10n/sr.js 12685share/nextcloud/apps/recommendations/l10n/sr.js
12647share/nextcloud/apps/recommendations/l10n/sr.json 12686share/nextcloud/apps/recommendations/l10n/sr.json
12648share/nextcloud/apps/recommendations/l10n/sv.js 12687share/nextcloud/apps/recommendations/l10n/sv.js
12649share/nextcloud/apps/recommendations/l10n/sv.json 12688share/nextcloud/apps/recommendations/l10n/sv.json
12650share/nextcloud/apps/recommendations/l10n/tr.js 12689share/nextcloud/apps/recommendations/l10n/tr.js
12651share/nextcloud/apps/recommendations/l10n/tr.json 12690share/nextcloud/apps/recommendations/l10n/tr.json
12652share/nextcloud/apps/recommendations/l10n/uk.js 12691share/nextcloud/apps/recommendations/l10n/uk.js
12653share/nextcloud/apps/recommendations/l10n/uk.json 12692share/nextcloud/apps/recommendations/l10n/uk.json
 12693share/nextcloud/apps/recommendations/l10n/vi.js
 12694share/nextcloud/apps/recommendations/l10n/vi.json
12654share/nextcloud/apps/recommendations/l10n/zh_CN.js 12695share/nextcloud/apps/recommendations/l10n/zh_CN.js
12655share/nextcloud/apps/recommendations/l10n/zh_CN.json 12696share/nextcloud/apps/recommendations/l10n/zh_CN.json
12656share/nextcloud/apps/recommendations/l10n/zh_HK.js 12697share/nextcloud/apps/recommendations/l10n/zh_HK.js
12657share/nextcloud/apps/recommendations/l10n/zh_HK.json 12698share/nextcloud/apps/recommendations/l10n/zh_HK.json
12658share/nextcloud/apps/recommendations/l10n/zh_TW.js 12699share/nextcloud/apps/recommendations/l10n/zh_TW.js
12659share/nextcloud/apps/recommendations/l10n/zh_TW.json 12700share/nextcloud/apps/recommendations/l10n/zh_TW.json
12660share/nextcloud/apps/recommendations/lib/AppInfo/Application.php 12701share/nextcloud/apps/recommendations/lib/AppInfo/Application.php
12661share/nextcloud/apps/recommendations/lib/Command/GetRecommendations.php 12702share/nextcloud/apps/recommendations/lib/Command/GetRecommendations.php
12662share/nextcloud/apps/recommendations/lib/Controller/RecommendationController.php 12703share/nextcloud/apps/recommendations/lib/Controller/RecommendationController.php
12663share/nextcloud/apps/recommendations/lib/Controller/SettingsController.php 12704share/nextcloud/apps/recommendations/lib/Controller/SettingsController.php
12664share/nextcloud/apps/recommendations/lib/Dashboard/RecommendationWidget.php 12705share/nextcloud/apps/recommendations/lib/Dashboard/RecommendationWidget.php
12665share/nextcloud/apps/recommendations/lib/Listeners/FilesLoadAdditionalScriptsListener.php 12706share/nextcloud/apps/recommendations/lib/Listeners/FilesLoadAdditionalScriptsListener.php
12666share/nextcloud/apps/recommendations/lib/Service/FileWithComments.php 12707share/nextcloud/apps/recommendations/lib/Service/FileWithComments.php
@@ -12823,42 +12864,40 @@ share/nextcloud/apps/serverinfo/l10n/pl. @@ -12823,42 +12864,40 @@ share/nextcloud/apps/serverinfo/l10n/pl.
12823share/nextcloud/apps/serverinfo/l10n/pl.json 12864share/nextcloud/apps/serverinfo/l10n/pl.json
12824share/nextcloud/apps/serverinfo/l10n/ps.js 12865share/nextcloud/apps/serverinfo/l10n/ps.js
12825share/nextcloud/apps/serverinfo/l10n/ps.json 12866share/nextcloud/apps/serverinfo/l10n/ps.json
12826share/nextcloud/apps/serverinfo/l10n/pt_BR.js 12867share/nextcloud/apps/serverinfo/l10n/pt_BR.js
12827share/nextcloud/apps/serverinfo/l10n/pt_BR.json 12868share/nextcloud/apps/serverinfo/l10n/pt_BR.json
12828share/nextcloud/apps/serverinfo/l10n/pt_PT.js 12869share/nextcloud/apps/serverinfo/l10n/pt_PT.js
12829share/nextcloud/apps/serverinfo/l10n/pt_PT.json 12870share/nextcloud/apps/serverinfo/l10n/pt_PT.json
12830share/nextcloud/apps/serverinfo/l10n/ro.js 12871share/nextcloud/apps/serverinfo/l10n/ro.js
12831share/nextcloud/apps/serverinfo/l10n/ro.json 12872share/nextcloud/apps/serverinfo/l10n/ro.json
12832share/nextcloud/apps/serverinfo/l10n/ru.js 12873share/nextcloud/apps/serverinfo/l10n/ru.js
12833share/nextcloud/apps/serverinfo/l10n/ru.json 12874share/nextcloud/apps/serverinfo/l10n/ru.json
12834share/nextcloud/apps/serverinfo/l10n/si.js 12875share/nextcloud/apps/serverinfo/l10n/si.js
12835share/nextcloud/apps/serverinfo/l10n/si.json 12876share/nextcloud/apps/serverinfo/l10n/si.json
12836share/nextcloud/apps/serverinfo/l10n/si_LK.js 
12837share/nextcloud/apps/serverinfo/l10n/si_LK.json 
12838share/nextcloud/apps/serverinfo/l10n/sk.js 12877share/nextcloud/apps/serverinfo/l10n/sk.js
12839share/nextcloud/apps/serverinfo/l10n/sk.json 12878share/nextcloud/apps/serverinfo/l10n/sk.json
12840share/nextcloud/apps/serverinfo/l10n/sl.js 12879share/nextcloud/apps/serverinfo/l10n/sl.js
12841share/nextcloud/apps/serverinfo/l10n/sl.json 12880share/nextcloud/apps/serverinfo/l10n/sl.json
12842share/nextcloud/apps/serverinfo/l10n/sq.js 12881share/nextcloud/apps/serverinfo/l10n/sq.js
12843share/nextcloud/apps/serverinfo/l10n/sq.json 12882share/nextcloud/apps/serverinfo/l10n/sq.json
12844share/nextcloud/apps/serverinfo/l10n/sr.js 12883share/nextcloud/apps/serverinfo/l10n/sr.js
12845share/nextcloud/apps/serverinfo/l10n/sr.json 12884share/nextcloud/apps/serverinfo/l10n/sr.json
12846share/nextcloud/apps/serverinfo/l10n/sr@latin.js 12885share/nextcloud/apps/serverinfo/l10n/sr@latin.js
12847share/nextcloud/apps/serverinfo/l10n/sr@latin.json 12886share/nextcloud/apps/serverinfo/l10n/sr@latin.json
12848share/nextcloud/apps/serverinfo/l10n/sv.js 12887share/nextcloud/apps/serverinfo/l10n/sv.js
12849share/nextcloud/apps/serverinfo/l10n/sv.json 12888share/nextcloud/apps/serverinfo/l10n/sv.json
12850share/nextcloud/apps/serverinfo/l10n/ta_LK.js 12889share/nextcloud/apps/serverinfo/l10n/ta.js
12851share/nextcloud/apps/serverinfo/l10n/ta_LK.json 12890share/nextcloud/apps/serverinfo/l10n/ta.json
12852share/nextcloud/apps/serverinfo/l10n/th.js 12891share/nextcloud/apps/serverinfo/l10n/th.js
12853share/nextcloud/apps/serverinfo/l10n/th.json 12892share/nextcloud/apps/serverinfo/l10n/th.json
12854share/nextcloud/apps/serverinfo/l10n/tr.js 12893share/nextcloud/apps/serverinfo/l10n/tr.js
12855share/nextcloud/apps/serverinfo/l10n/tr.json 12894share/nextcloud/apps/serverinfo/l10n/tr.json
12856share/nextcloud/apps/serverinfo/l10n/ug.js 12895share/nextcloud/apps/serverinfo/l10n/ug.js
12857share/nextcloud/apps/serverinfo/l10n/ug.json 12896share/nextcloud/apps/serverinfo/l10n/ug.json
12858share/nextcloud/apps/serverinfo/l10n/uk.js 12897share/nextcloud/apps/serverinfo/l10n/uk.js
12859share/nextcloud/apps/serverinfo/l10n/uk.json 12898share/nextcloud/apps/serverinfo/l10n/uk.json
12860share/nextcloud/apps/serverinfo/l10n/uz.js 12899share/nextcloud/apps/serverinfo/l10n/uz.js
12861share/nextcloud/apps/serverinfo/l10n/uz.json 12900share/nextcloud/apps/serverinfo/l10n/uz.json
12862share/nextcloud/apps/serverinfo/l10n/vi.js 12901share/nextcloud/apps/serverinfo/l10n/vi.js
12863share/nextcloud/apps/serverinfo/l10n/vi.json 12902share/nextcloud/apps/serverinfo/l10n/vi.json
12864share/nextcloud/apps/serverinfo/l10n/zh_CN.js 12903share/nextcloud/apps/serverinfo/l10n/zh_CN.js
@@ -13054,26 +13093,28 @@ share/nextcloud/apps/settings/l10n/nl.js @@ -13054,26 +13093,28 @@ share/nextcloud/apps/settings/l10n/nl.js
13054share/nextcloud/apps/settings/l10n/nl.json 13093share/nextcloud/apps/settings/l10n/nl.json
13055share/nextcloud/apps/settings/l10n/oc.js 13094share/nextcloud/apps/settings/l10n/oc.js
13056share/nextcloud/apps/settings/l10n/oc.json 13095share/nextcloud/apps/settings/l10n/oc.json
13057share/nextcloud/apps/settings/l10n/pl.js 13096share/nextcloud/apps/settings/l10n/pl.js
13058share/nextcloud/apps/settings/l10n/pl.json 13097share/nextcloud/apps/settings/l10n/pl.json
13059share/nextcloud/apps/settings/l10n/pt_BR.js 13098share/nextcloud/apps/settings/l10n/pt_BR.js
13060share/nextcloud/apps/settings/l10n/pt_BR.json 13099share/nextcloud/apps/settings/l10n/pt_BR.json
13061share/nextcloud/apps/settings/l10n/pt_PT.js 13100share/nextcloud/apps/settings/l10n/pt_PT.js
13062share/nextcloud/apps/settings/l10n/pt_PT.json 13101share/nextcloud/apps/settings/l10n/pt_PT.json
13063share/nextcloud/apps/settings/l10n/ro.js 13102share/nextcloud/apps/settings/l10n/ro.js
13064share/nextcloud/apps/settings/l10n/ro.json 13103share/nextcloud/apps/settings/l10n/ro.json
13065share/nextcloud/apps/settings/l10n/ru.js 13104share/nextcloud/apps/settings/l10n/ru.js
13066share/nextcloud/apps/settings/l10n/ru.json 13105share/nextcloud/apps/settings/l10n/ru.json
 13106share/nextcloud/apps/settings/l10n/sc.js
 13107share/nextcloud/apps/settings/l10n/sc.json
13067share/nextcloud/apps/settings/l10n/sk.js 13108share/nextcloud/apps/settings/l10n/sk.js
13068share/nextcloud/apps/settings/l10n/sk.json 13109share/nextcloud/apps/settings/l10n/sk.json
13069share/nextcloud/apps/settings/l10n/sl.js 13110share/nextcloud/apps/settings/l10n/sl.js
13070share/nextcloud/apps/settings/l10n/sl.json 13111share/nextcloud/apps/settings/l10n/sl.json
13071share/nextcloud/apps/settings/l10n/sq.js 13112share/nextcloud/apps/settings/l10n/sq.js
13072share/nextcloud/apps/settings/l10n/sq.json 13113share/nextcloud/apps/settings/l10n/sq.json
13073share/nextcloud/apps/settings/l10n/sr.js 13114share/nextcloud/apps/settings/l10n/sr.js
13074share/nextcloud/apps/settings/l10n/sr.json 13115share/nextcloud/apps/settings/l10n/sr.json
13075share/nextcloud/apps/settings/l10n/sv.js 13116share/nextcloud/apps/settings/l10n/sv.js
13076share/nextcloud/apps/settings/l10n/sv.json 13117share/nextcloud/apps/settings/l10n/sv.json
13077share/nextcloud/apps/settings/l10n/th.js 13118share/nextcloud/apps/settings/l10n/th.js
13078share/nextcloud/apps/settings/l10n/th.json 13119share/nextcloud/apps/settings/l10n/th.json
13079share/nextcloud/apps/settings/l10n/tr.js 13120share/nextcloud/apps/settings/l10n/tr.js
@@ -13285,26 +13326,28 @@ share/nextcloud/apps/sharebymail/l10n/sl @@ -13285,26 +13326,28 @@ share/nextcloud/apps/sharebymail/l10n/sl
13285share/nextcloud/apps/sharebymail/l10n/sl.json 13326share/nextcloud/apps/sharebymail/l10n/sl.json
13286share/nextcloud/apps/sharebymail/l10n/sq.js 13327share/nextcloud/apps/sharebymail/l10n/sq.js
13287share/nextcloud/apps/sharebymail/l10n/sq.json 13328share/nextcloud/apps/sharebymail/l10n/sq.json
13288share/nextcloud/apps/sharebymail/l10n/sr.js 13329share/nextcloud/apps/sharebymail/l10n/sr.js
13289share/nextcloud/apps/sharebymail/l10n/sr.json 13330share/nextcloud/apps/sharebymail/l10n/sr.json
13290share/nextcloud/apps/sharebymail/l10n/sv.js 13331share/nextcloud/apps/sharebymail/l10n/sv.js
13291share/nextcloud/apps/sharebymail/l10n/sv.json 13332share/nextcloud/apps/sharebymail/l10n/sv.json
13292share/nextcloud/apps/sharebymail/l10n/tr.js 13333share/nextcloud/apps/sharebymail/l10n/tr.js
13293share/nextcloud/apps/sharebymail/l10n/tr.json 13334share/nextcloud/apps/sharebymail/l10n/tr.json
13294share/nextcloud/apps/sharebymail/l10n/zh_CN.js 13335share/nextcloud/apps/sharebymail/l10n/zh_CN.js
13295share/nextcloud/apps/sharebymail/l10n/zh_CN.json 13336share/nextcloud/apps/sharebymail/l10n/zh_CN.json
13296share/nextcloud/apps/sharebymail/l10n/zh_HK.js 13337share/nextcloud/apps/sharebymail/l10n/zh_HK.js
13297share/nextcloud/apps/sharebymail/l10n/zh_HK.json 13338share/nextcloud/apps/sharebymail/l10n/zh_HK.json
 13339share/nextcloud/apps/sharebymail/l10n/zh_TW.js
 13340share/nextcloud/apps/sharebymail/l10n/zh_TW.json
13298share/nextcloud/apps/sharebymail/lib/Activity.php 13341share/nextcloud/apps/sharebymail/lib/Activity.php
13299share/nextcloud/apps/sharebymail/lib/AppInfo/Application.php 13342share/nextcloud/apps/sharebymail/lib/AppInfo/Application.php
13300share/nextcloud/apps/sharebymail/lib/Capabilities.php 13343share/nextcloud/apps/sharebymail/lib/Capabilities.php
13301share/nextcloud/apps/sharebymail/lib/Settings/Admin.php 13344share/nextcloud/apps/sharebymail/lib/Settings/Admin.php
13302share/nextcloud/apps/sharebymail/lib/Settings/SettingsManager.php 13345share/nextcloud/apps/sharebymail/lib/Settings/SettingsManager.php
13303share/nextcloud/apps/sharebymail/lib/ShareByMailProvider.php 13346share/nextcloud/apps/sharebymail/lib/ShareByMailProvider.php
13304share/nextcloud/apps/sharebymail/templates/settings-admin.php 13347share/nextcloud/apps/sharebymail/templates/settings-admin.php
13305share/nextcloud/apps/support/appinfo/info.xml 13348share/nextcloud/apps/support/appinfo/info.xml
13306share/nextcloud/apps/support/appinfo/routes.php 13349share/nextcloud/apps/support/appinfo/routes.php
13307share/nextcloud/apps/support/appinfo/signature.json 13350share/nextcloud/apps/support/appinfo/signature.json
13308share/nextcloud/apps/support/css/support.scss 13351share/nextcloud/apps/support/css/support.scss
13309share/nextcloud/apps/support/img/app-dark.svg 13352share/nextcloud/apps/support/img/app-dark.svg
13310share/nextcloud/apps/support/img/app.svg 13353share/nextcloud/apps/support/img/app.svg
@@ -13739,27 +13782,26 @@ share/nextcloud/apps/systemtags/l10n/zh_ @@ -13739,27 +13782,26 @@ share/nextcloud/apps/systemtags/l10n/zh_
13739share/nextcloud/apps/systemtags/l10n/zh_HK.js 13782share/nextcloud/apps/systemtags/l10n/zh_HK.js
13740share/nextcloud/apps/systemtags/l10n/zh_HK.json 13783share/nextcloud/apps/systemtags/l10n/zh_HK.json
13741share/nextcloud/apps/systemtags/l10n/zh_TW.js 13784share/nextcloud/apps/systemtags/l10n/zh_TW.js
13742share/nextcloud/apps/systemtags/l10n/zh_TW.json 13785share/nextcloud/apps/systemtags/l10n/zh_TW.json
13743share/nextcloud/apps/systemtags/lib/Activity/Listener.php 13786share/nextcloud/apps/systemtags/lib/Activity/Listener.php
13744share/nextcloud/apps/systemtags/lib/Activity/Provider.php 13787share/nextcloud/apps/systemtags/lib/Activity/Provider.php
13745share/nextcloud/apps/systemtags/lib/Activity/Setting.php 13788share/nextcloud/apps/systemtags/lib/Activity/Setting.php
13746share/nextcloud/apps/systemtags/lib/AppInfo/Application.php 13789share/nextcloud/apps/systemtags/lib/AppInfo/Application.php
13747share/nextcloud/apps/systemtags/lib/Controller/LastUsedController.php 13790share/nextcloud/apps/systemtags/lib/Controller/LastUsedController.php
13748share/nextcloud/apps/systemtags/lib/Settings/Admin.php 13791share/nextcloud/apps/systemtags/lib/Settings/Admin.php
13749share/nextcloud/apps/systemtags/list.php 13792share/nextcloud/apps/systemtags/list.php
13750share/nextcloud/apps/systemtags/templates/admin.php 13793share/nextcloud/apps/systemtags/templates/admin.php
13751share/nextcloud/apps/systemtags/templates/list.php 13794share/nextcloud/apps/systemtags/templates/list.php
13752share/nextcloud/apps/text/.eslintignore 
13753share/nextcloud/apps/text/.stylelintrc.js 13795share/nextcloud/apps/text/.stylelintrc.js
13754share/nextcloud/apps/text/CHANGELOG.md 13796share/nextcloud/apps/text/CHANGELOG.md
13755share/nextcloud/apps/text/COPYING 13797share/nextcloud/apps/text/COPYING
13756share/nextcloud/apps/text/appinfo/info.xml 13798share/nextcloud/apps/text/appinfo/info.xml
13757share/nextcloud/apps/text/appinfo/routes.php 13799share/nextcloud/apps/text/appinfo/routes.php
13758share/nextcloud/apps/text/appinfo/signature.json 13800share/nextcloud/apps/text/appinfo/signature.json
13759share/nextcloud/apps/text/babel.config.js 13801share/nextcloud/apps/text/babel.config.js
13760share/nextcloud/apps/text/composer.json 13802share/nextcloud/apps/text/composer.json
13761share/nextcloud/apps/text/composer.lock 13803share/nextcloud/apps/text/composer.lock
13762share/nextcloud/apps/text/css/icons.scss 13804share/nextcloud/apps/text/css/icons.scss
13763share/nextcloud/apps/text/css/prosemirror.scss 13805share/nextcloud/apps/text/css/prosemirror.scss
13764share/nextcloud/apps/text/css/style.scss 13806share/nextcloud/apps/text/css/style.scss
13765share/nextcloud/apps/text/img/add_col_after.svg 13807share/nextcloud/apps/text/img/add_col_after.svg
@@ -14306,54 +14348,60 @@ share/nextcloud/apps/text/l10n/ko.js @@ -14306,54 +14348,60 @@ share/nextcloud/apps/text/l10n/ko.js
14306share/nextcloud/apps/text/l10n/ko.json 14348share/nextcloud/apps/text/l10n/ko.json
14307share/nextcloud/apps/text/l10n/lt_LT.js 14349share/nextcloud/apps/text/l10n/lt_LT.js
14308share/nextcloud/apps/text/l10n/lt_LT.json 14350share/nextcloud/apps/text/l10n/lt_LT.json
14309share/nextcloud/apps/text/l10n/lv.js 14351share/nextcloud/apps/text/l10n/lv.js
14310share/nextcloud/apps/text/l10n/lv.json 14352share/nextcloud/apps/text/l10n/lv.json
14311share/nextcloud/apps/text/l10n/mk.js 14353share/nextcloud/apps/text/l10n/mk.js
14312share/nextcloud/apps/text/l10n/mk.json 14354share/nextcloud/apps/text/l10n/mk.json
14313share/nextcloud/apps/text/l10n/mn.js 14355share/nextcloud/apps/text/l10n/mn.js
14314share/nextcloud/apps/text/l10n/mn.json 14356share/nextcloud/apps/text/l10n/mn.json
14315share/nextcloud/apps/text/l10n/nb.js 14357share/nextcloud/apps/text/l10n/nb.js
14316share/nextcloud/apps/text/l10n/nb.json 14358share/nextcloud/apps/text/l10n/nb.json
14317share/nextcloud/apps/text/l10n/nl.js 14359share/nextcloud/apps/text/l10n/nl.js
14318share/nextcloud/apps/text/l10n/nl.json 14360share/nextcloud/apps/text/l10n/nl.json
 14361share/nextcloud/apps/text/l10n/oc.js
 14362share/nextcloud/apps/text/l10n/oc.json
14319share/nextcloud/apps/text/l10n/pl.js 14363share/nextcloud/apps/text/l10n/pl.js
14320share/nextcloud/apps/text/l10n/pl.json 14364share/nextcloud/apps/text/l10n/pl.json
14321share/nextcloud/apps/text/l10n/pt_BR.js 14365share/nextcloud/apps/text/l10n/pt_BR.js
14322share/nextcloud/apps/text/l10n/pt_BR.json 14366share/nextcloud/apps/text/l10n/pt_BR.json
14323share/nextcloud/apps/text/l10n/pt_PT.js 14367share/nextcloud/apps/text/l10n/pt_PT.js
14324share/nextcloud/apps/text/l10n/pt_PT.json 14368share/nextcloud/apps/text/l10n/pt_PT.json
14325share/nextcloud/apps/text/l10n/ro.js 14369share/nextcloud/apps/text/l10n/ro.js
14326share/nextcloud/apps/text/l10n/ro.json 14370share/nextcloud/apps/text/l10n/ro.json
14327share/nextcloud/apps/text/l10n/ru.js 14371share/nextcloud/apps/text/l10n/ru.js
14328share/nextcloud/apps/text/l10n/ru.json 14372share/nextcloud/apps/text/l10n/ru.json
 14373share/nextcloud/apps/text/l10n/sc.js
 14374share/nextcloud/apps/text/l10n/sc.json
14329share/nextcloud/apps/text/l10n/si.js 14375share/nextcloud/apps/text/l10n/si.js
14330share/nextcloud/apps/text/l10n/si.json 14376share/nextcloud/apps/text/l10n/si.json
14331share/nextcloud/apps/text/l10n/sk.js 14377share/nextcloud/apps/text/l10n/sk.js
14332share/nextcloud/apps/text/l10n/sk.json 14378share/nextcloud/apps/text/l10n/sk.json
14333share/nextcloud/apps/text/l10n/sl.js 14379share/nextcloud/apps/text/l10n/sl.js
14334share/nextcloud/apps/text/l10n/sl.json 14380share/nextcloud/apps/text/l10n/sl.json
14335share/nextcloud/apps/text/l10n/sq.js 14381share/nextcloud/apps/text/l10n/sq.js
14336share/nextcloud/apps/text/l10n/sq.json 14382share/nextcloud/apps/text/l10n/sq.json
14337share/nextcloud/apps/text/l10n/sr.js 14383share/nextcloud/apps/text/l10n/sr.js
14338share/nextcloud/apps/text/l10n/sr.json 14384share/nextcloud/apps/text/l10n/sr.json
14339share/nextcloud/apps/text/l10n/sr@latin.js 14385share/nextcloud/apps/text/l10n/sr@latin.js
14340share/nextcloud/apps/text/l10n/sr@latin.json 14386share/nextcloud/apps/text/l10n/sr@latin.json
14341share/nextcloud/apps/text/l10n/sv.js 14387share/nextcloud/apps/text/l10n/sv.js
14342share/nextcloud/apps/text/l10n/sv.json 14388share/nextcloud/apps/text/l10n/sv.json
14343share/nextcloud/apps/text/l10n/tr.js 14389share/nextcloud/apps/text/l10n/tr.js
14344share/nextcloud/apps/text/l10n/tr.json 14390share/nextcloud/apps/text/l10n/tr.json
14345share/nextcloud/apps/text/l10n/uk.js 14391share/nextcloud/apps/text/l10n/uk.js
14346share/nextcloud/apps/text/l10n/uk.json 14392share/nextcloud/apps/text/l10n/uk.json
 14393share/nextcloud/apps/text/l10n/vi.js
 14394share/nextcloud/apps/text/l10n/vi.json
14347share/nextcloud/apps/text/l10n/zh_CN.js 14395share/nextcloud/apps/text/l10n/zh_CN.js
14348share/nextcloud/apps/text/l10n/zh_CN.json 14396share/nextcloud/apps/text/l10n/zh_CN.json
14349share/nextcloud/apps/text/l10n/zh_HK.js 14397share/nextcloud/apps/text/l10n/zh_HK.js
14350share/nextcloud/apps/text/l10n/zh_HK.json 14398share/nextcloud/apps/text/l10n/zh_HK.json
14351share/nextcloud/apps/text/l10n/zh_TW.js 14399share/nextcloud/apps/text/l10n/zh_TW.js
14352share/nextcloud/apps/text/l10n/zh_TW.json 14400share/nextcloud/apps/text/l10n/zh_TW.json
14353share/nextcloud/apps/text/lib/AppInfo/Application.php 14401share/nextcloud/apps/text/lib/AppInfo/Application.php
14354share/nextcloud/apps/text/lib/Command/ResetDocument.php 14402share/nextcloud/apps/text/lib/Command/ResetDocument.php
14355share/nextcloud/apps/text/lib/Controller/DirectSessionController.php 14403share/nextcloud/apps/text/lib/Controller/DirectSessionController.php
14356share/nextcloud/apps/text/lib/Controller/NavigationController.php 14404share/nextcloud/apps/text/lib/Controller/NavigationController.php
14357share/nextcloud/apps/text/lib/Controller/PublicSessionController.php 14405share/nextcloud/apps/text/lib/Controller/PublicSessionController.php
14358share/nextcloud/apps/text/lib/Controller/SessionController.php 14406share/nextcloud/apps/text/lib/Controller/SessionController.php
14359share/nextcloud/apps/text/lib/Controller/SettingsController.php 14407share/nextcloud/apps/text/lib/Controller/SettingsController.php
@@ -14651,26 +14699,28 @@ share/nextcloud/apps/twofactor_backupcod @@ -14651,26 +14699,28 @@ share/nextcloud/apps/twofactor_backupcod
14651share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json 14699share/nextcloud/apps/twofactor_backupcodes/l10n/mn.json
14652share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js 14700share/nextcloud/apps/twofactor_backupcodes/l10n/nb.js
14653share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json 14701share/nextcloud/apps/twofactor_backupcodes/l10n/nb.json
14654share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js 14702share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js
14655share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json 14703share/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json
14656share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js 14704share/nextcloud/apps/twofactor_backupcodes/l10n/nl.js
14657share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json 14705share/nextcloud/apps/twofactor_backupcodes/l10n/nl.json
14658share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js 14706share/nextcloud/apps/twofactor_backupcodes/l10n/pl.js
14659share/nextcloud/apps/twofactor_backupcodes/l10n/pl.json 14707share/nextcloud/apps/twofactor_backupcodes/l10n/pl.json
14660share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js 14708share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js
14661share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json 14709share/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
14662share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js 14710share/nextcloud/apps/twofactor_backupcodes/l10n/ru.js
14663share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json 14711share/nextcloud/apps/twofactor_backupcodes/l10n/ru.json
 14712share/nextcloud/apps/twofactor_backupcodes/l10n/sc.js
 14713share/nextcloud/apps/twofactor_backupcodes/l10n/sc.json
14664share/nextcloud/apps/twofactor_backupcodes/l10n/sk.js 14714share/nextcloud/apps/twofactor_backupcodes/l10n/sk.js
14665share/nextcloud/apps/twofactor_backupcodes/l10n/sk.json 14715share/nextcloud/apps/twofactor_backupcodes/l10n/sk.json
14666share/nextcloud/apps/twofactor_backupcodes/l10n/sl.js 14716share/nextcloud/apps/twofactor_backupcodes/l10n/sl.js
14667share/nextcloud/apps/twofactor_backupcodes/l10n/sl.json 14717share/nextcloud/apps/twofactor_backupcodes/l10n/sl.json
14668share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js 14718share/nextcloud/apps/twofactor_backupcodes/l10n/sq.js
14669share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json 14719share/nextcloud/apps/twofactor_backupcodes/l10n/sq.json
14670share/nextcloud/apps/twofactor_backupcodes/l10n/sr.js 14720share/nextcloud/apps/twofactor_backupcodes/l10n/sr.js
14671share/nextcloud/apps/twofactor_backupcodes/l10n/sr.json 14721share/nextcloud/apps/twofactor_backupcodes/l10n/sr.json
14672share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js 14722share/nextcloud/apps/twofactor_backupcodes/l10n/sv.js
14673share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json 14723share/nextcloud/apps/twofactor_backupcodes/l10n/sv.json
14674share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js 14724share/nextcloud/apps/twofactor_backupcodes/l10n/tr.js
14675share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json 14725share/nextcloud/apps/twofactor_backupcodes/l10n/tr.json
14676share/nextcloud/apps/twofactor_backupcodes/l10n/uk.js 14726share/nextcloud/apps/twofactor_backupcodes/l10n/uk.js
@@ -15198,26 +15248,27 @@ share/nextcloud/apps/user_ldap/l10n/vi.j @@ -15198,26 +15248,27 @@ share/nextcloud/apps/user_ldap/l10n/vi.j
15198share/nextcloud/apps/user_ldap/l10n/zh_CN.js 15248share/nextcloud/apps/user_ldap/l10n/zh_CN.js
15199share/nextcloud/apps/user_ldap/l10n/zh_CN.json 15249share/nextcloud/apps/user_ldap/l10n/zh_CN.json
15200share/nextcloud/apps/user_ldap/l10n/zh_HK.js 15250share/nextcloud/apps/user_ldap/l10n/zh_HK.js
15201share/nextcloud/apps/user_ldap/l10n/zh_HK.json 15251share/nextcloud/apps/user_ldap/l10n/zh_HK.json
15202share/nextcloud/apps/user_ldap/l10n/zh_TW.js 15252share/nextcloud/apps/user_ldap/l10n/zh_TW.js
15203share/nextcloud/apps/user_ldap/l10n/zh_TW.json 15253share/nextcloud/apps/user_ldap/l10n/zh_TW.json
15204share/nextcloud/apps/user_ldap/lib/Access.php 15254share/nextcloud/apps/user_ldap/lib/Access.php
15205share/nextcloud/apps/user_ldap/lib/AccessFactory.php 15255share/nextcloud/apps/user_ldap/lib/AccessFactory.php
15206share/nextcloud/apps/user_ldap/lib/AppInfo/Application.php 15256share/nextcloud/apps/user_ldap/lib/AppInfo/Application.php
15207share/nextcloud/apps/user_ldap/lib/BackendUtility.php 15257share/nextcloud/apps/user_ldap/lib/BackendUtility.php
15208share/nextcloud/apps/user_ldap/lib/Command/CheckUser.php 15258share/nextcloud/apps/user_ldap/lib/Command/CheckUser.php
15209share/nextcloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php 15259share/nextcloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php
15210share/nextcloud/apps/user_ldap/lib/Command/DeleteConfig.php 15260share/nextcloud/apps/user_ldap/lib/Command/DeleteConfig.php
 15261share/nextcloud/apps/user_ldap/lib/Command/ResetUser.php
15211share/nextcloud/apps/user_ldap/lib/Command/Search.php 15262share/nextcloud/apps/user_ldap/lib/Command/Search.php
15212share/nextcloud/apps/user_ldap/lib/Command/SetConfig.php 15263share/nextcloud/apps/user_ldap/lib/Command/SetConfig.php
15213share/nextcloud/apps/user_ldap/lib/Command/ShowConfig.php 15264share/nextcloud/apps/user_ldap/lib/Command/ShowConfig.php
15214share/nextcloud/apps/user_ldap/lib/Command/ShowRemnants.php 15265share/nextcloud/apps/user_ldap/lib/Command/ShowRemnants.php
15215share/nextcloud/apps/user_ldap/lib/Command/TestConfig.php 15266share/nextcloud/apps/user_ldap/lib/Command/TestConfig.php
15216share/nextcloud/apps/user_ldap/lib/Configuration.php 15267share/nextcloud/apps/user_ldap/lib/Configuration.php
15217share/nextcloud/apps/user_ldap/lib/Connection.php 15268share/nextcloud/apps/user_ldap/lib/Connection.php
15218share/nextcloud/apps/user_ldap/lib/ConnectionFactory.php 15269share/nextcloud/apps/user_ldap/lib/ConnectionFactory.php
15219share/nextcloud/apps/user_ldap/lib/Controller/ConfigAPIController.php 15270share/nextcloud/apps/user_ldap/lib/Controller/ConfigAPIController.php
15220share/nextcloud/apps/user_ldap/lib/Controller/RenewPasswordController.php 15271share/nextcloud/apps/user_ldap/lib/Controller/RenewPasswordController.php
15221share/nextcloud/apps/user_ldap/lib/Events/GroupBackendRegistered.php 15272share/nextcloud/apps/user_ldap/lib/Events/GroupBackendRegistered.php
15222share/nextcloud/apps/user_ldap/lib/Events/UserBackendRegistered.php 15273share/nextcloud/apps/user_ldap/lib/Events/UserBackendRegistered.php
15223share/nextcloud/apps/user_ldap/lib/Exceptions/AttributeNotSet.php 15274share/nextcloud/apps/user_ldap/lib/Exceptions/AttributeNotSet.php
@@ -15296,52 +15347,56 @@ share/nextcloud/apps/user_status/css/use @@ -15296,52 +15347,56 @@ share/nextcloud/apps/user_status/css/use
15296share/nextcloud/apps/user_status/img/app.svg 15347share/nextcloud/apps/user_status/img/app.svg
15297share/nextcloud/apps/user_status/img/user-status-away.svg 15348share/nextcloud/apps/user_status/img/user-status-away.svg
15298share/nextcloud/apps/user_status/img/user-status-dnd.svg 15349share/nextcloud/apps/user_status/img/user-status-dnd.svg
15299share/nextcloud/apps/user_status/img/user-status-invisible.svg 15350share/nextcloud/apps/user_status/img/user-status-invisible.svg
15300share/nextcloud/apps/user_status/img/user-status-online.svg 15351share/nextcloud/apps/user_status/img/user-status-online.svg
15301share/nextcloud/apps/user_status/js/dashboard.js 15352share/nextcloud/apps/user_status/js/dashboard.js
15302share/nextcloud/apps/user_status/js/dashboard.js.map 15353share/nextcloud/apps/user_status/js/dashboard.js.map
15303share/nextcloud/apps/user_status/js/user-status-menu.js 15354share/nextcloud/apps/user_status/js/user-status-menu.js
15304share/nextcloud/apps/user_status/js/user-status-menu.js.map 15355share/nextcloud/apps/user_status/js/user-status-menu.js.map
15305share/nextcloud/apps/user_status/js/user-status-modal.js 15356share/nextcloud/apps/user_status/js/user-status-modal.js
15306share/nextcloud/apps/user_status/js/user-status-modal.js.map 15357share/nextcloud/apps/user_status/js/user-status-modal.js.map
15307share/nextcloud/apps/user_status/js/vendors-user-status-modal.js 15358share/nextcloud/apps/user_status/js/vendors-user-status-modal.js
15308share/nextcloud/apps/user_status/js/vendors-user-status-modal.js.map 15359share/nextcloud/apps/user_status/js/vendors-user-status-modal.js.map
 15360share/nextcloud/apps/user_status/l10n/af.js
 15361share/nextcloud/apps/user_status/l10n/af.json
15309share/nextcloud/apps/user_status/l10n/ar.js 15362share/nextcloud/apps/user_status/l10n/ar.js
15310share/nextcloud/apps/user_status/l10n/ar.json 15363share/nextcloud/apps/user_status/l10n/ar.json
15311share/nextcloud/apps/user_status/l10n/ca.js 15364share/nextcloud/apps/user_status/l10n/ca.js
15312share/nextcloud/apps/user_status/l10n/ca.json 15365share/nextcloud/apps/user_status/l10n/ca.json
15313share/nextcloud/apps/user_status/l10n/cs.js 15366share/nextcloud/apps/user_status/l10n/cs.js
15314share/nextcloud/apps/user_status/l10n/cs.json 15367share/nextcloud/apps/user_status/l10n/cs.json
15315share/nextcloud/apps/user_status/l10n/de.js 15368share/nextcloud/apps/user_status/l10n/de.js
15316share/nextcloud/apps/user_status/l10n/de.json 15369share/nextcloud/apps/user_status/l10n/de.json
15317share/nextcloud/apps/user_status/l10n/de_DE.js 15370share/nextcloud/apps/user_status/l10n/de_DE.js
15318share/nextcloud/apps/user_status/l10n/de_DE.json 15371share/nextcloud/apps/user_status/l10n/de_DE.json
15319share/nextcloud/apps/user_status/l10n/el.js 15372share/nextcloud/apps/user_status/l10n/el.js
15320share/nextcloud/apps/user_status/l10n/el.json 15373share/nextcloud/apps/user_status/l10n/el.json
15321share/nextcloud/apps/user_status/l10n/es.js 15374share/nextcloud/apps/user_status/l10n/es.js
15322share/nextcloud/apps/user_status/l10n/es.json 15375share/nextcloud/apps/user_status/l10n/es.json
15323share/nextcloud/apps/user_status/l10n/eu.js 15376share/nextcloud/apps/user_status/l10n/eu.js
15324share/nextcloud/apps/user_status/l10n/eu.json 15377share/nextcloud/apps/user_status/l10n/eu.json
15325share/nextcloud/apps/user_status/l10n/fi.js 15378share/nextcloud/apps/user_status/l10n/fi.js
15326share/nextcloud/apps/user_status/l10n/fi.json 15379share/nextcloud/apps/user_status/l10n/fi.json
15327share/nextcloud/apps/user_status/l10n/fr.js 15380share/nextcloud/apps/user_status/l10n/fr.js
15328share/nextcloud/apps/user_status/l10n/fr.json 15381share/nextcloud/apps/user_status/l10n/fr.json
15329share/nextcloud/apps/user_status/l10n/gl.js 15382share/nextcloud/apps/user_status/l10n/gl.js
15330share/nextcloud/apps/user_status/l10n/gl.json 15383share/nextcloud/apps/user_status/l10n/gl.json
15331share/nextcloud/apps/user_status/l10n/he.js 15384share/nextcloud/apps/user_status/l10n/he.js
15332share/nextcloud/apps/user_status/l10n/he.json 15385share/nextcloud/apps/user_status/l10n/he.json
15333share/nextcloud/apps/user_status/l10n/hr.js 15386share/nextcloud/apps/user_status/l10n/hr.js
15334share/nextcloud/apps/user_status/l10n/hr.json 15387share/nextcloud/apps/user_status/l10n/hr.json
 15388share/nextcloud/apps/user_status/l10n/hu.js
 15389share/nextcloud/apps/user_status/l10n/hu.json
15335share/nextcloud/apps/user_status/l10n/is.js 15390share/nextcloud/apps/user_status/l10n/is.js
15336share/nextcloud/apps/user_status/l10n/is.json 15391share/nextcloud/apps/user_status/l10n/is.json
15337share/nextcloud/apps/user_status/l10n/it.js 15392share/nextcloud/apps/user_status/l10n/it.js
15338share/nextcloud/apps/user_status/l10n/it.json 15393share/nextcloud/apps/user_status/l10n/it.json
15339share/nextcloud/apps/user_status/l10n/ja.js 15394share/nextcloud/apps/user_status/l10n/ja.js
15340share/nextcloud/apps/user_status/l10n/ja.json 15395share/nextcloud/apps/user_status/l10n/ja.json
15341share/nextcloud/apps/user_status/l10n/ko.js 15396share/nextcloud/apps/user_status/l10n/ko.js
15342share/nextcloud/apps/user_status/l10n/ko.json 15397share/nextcloud/apps/user_status/l10n/ko.json
15343share/nextcloud/apps/user_status/l10n/lt_LT.js 15398share/nextcloud/apps/user_status/l10n/lt_LT.js
15344share/nextcloud/apps/user_status/l10n/lt_LT.json 15399share/nextcloud/apps/user_status/l10n/lt_LT.json
15345share/nextcloud/apps/user_status/l10n/mk.js 15400share/nextcloud/apps/user_status/l10n/mk.js
15346share/nextcloud/apps/user_status/l10n/mk.json 15401share/nextcloud/apps/user_status/l10n/mk.json
15347share/nextcloud/apps/user_status/l10n/nb.js 15402share/nextcloud/apps/user_status/l10n/nb.js
@@ -15511,26 +15566,28 @@ share/nextcloud/apps/viewer/l10n/ja.js @@ -15511,26 +15566,28 @@ share/nextcloud/apps/viewer/l10n/ja.js
15511share/nextcloud/apps/viewer/l10n/ja.json 15566share/nextcloud/apps/viewer/l10n/ja.json
15512share/nextcloud/apps/viewer/l10n/ka_GE.js 15567share/nextcloud/apps/viewer/l10n/ka_GE.js
15513share/nextcloud/apps/viewer/l10n/ka_GE.json 15568share/nextcloud/apps/viewer/l10n/ka_GE.json
15514share/nextcloud/apps/viewer/l10n/kab.js 15569share/nextcloud/apps/viewer/l10n/kab.js
15515share/nextcloud/apps/viewer/l10n/kab.json 15570share/nextcloud/apps/viewer/l10n/kab.json
15516share/nextcloud/apps/viewer/l10n/km.js 15571share/nextcloud/apps/viewer/l10n/km.js
15517share/nextcloud/apps/viewer/l10n/km.json 15572share/nextcloud/apps/viewer/l10n/km.json
15518share/nextcloud/apps/viewer/l10n/kn.js 15573share/nextcloud/apps/viewer/l10n/kn.js
15519share/nextcloud/apps/viewer/l10n/kn.json 15574share/nextcloud/apps/viewer/l10n/kn.json
15520share/nextcloud/apps/viewer/l10n/ko.js 15575share/nextcloud/apps/viewer/l10n/ko.js
15521share/nextcloud/apps/viewer/l10n/ko.json 15576share/nextcloud/apps/viewer/l10n/ko.json
15522share/nextcloud/apps/viewer/l10n/lb.js 15577share/nextcloud/apps/viewer/l10n/lb.js
15523share/nextcloud/apps/viewer/l10n/lb.json 15578share/nextcloud/apps/viewer/l10n/lb.json
 15579share/nextcloud/apps/viewer/l10n/lo.js
 15580share/nextcloud/apps/viewer/l10n/lo.json
15524share/nextcloud/apps/viewer/l10n/lt_LT.js 15581share/nextcloud/apps/viewer/l10n/lt_LT.js
15525share/nextcloud/apps/viewer/l10n/lt_LT.json 15582share/nextcloud/apps/viewer/l10n/lt_LT.json
15526share/nextcloud/apps/viewer/l10n/lv.js 15583share/nextcloud/apps/viewer/l10n/lv.js
15527share/nextcloud/apps/viewer/l10n/lv.json 15584share/nextcloud/apps/viewer/l10n/lv.json
15528share/nextcloud/apps/viewer/l10n/mk.js 15585share/nextcloud/apps/viewer/l10n/mk.js
15529share/nextcloud/apps/viewer/l10n/mk.json 15586share/nextcloud/apps/viewer/l10n/mk.json
15530share/nextcloud/apps/viewer/l10n/mn.js 15587share/nextcloud/apps/viewer/l10n/mn.js
15531share/nextcloud/apps/viewer/l10n/mn.json 15588share/nextcloud/apps/viewer/l10n/mn.json
15532share/nextcloud/apps/viewer/l10n/ms_MY.js 15589share/nextcloud/apps/viewer/l10n/ms_MY.js
15533share/nextcloud/apps/viewer/l10n/ms_MY.json 15590share/nextcloud/apps/viewer/l10n/ms_MY.json
15534share/nextcloud/apps/viewer/l10n/nb.js 15591share/nextcloud/apps/viewer/l10n/nb.js
15535share/nextcloud/apps/viewer/l10n/nb.json 15592share/nextcloud/apps/viewer/l10n/nb.json
15536share/nextcloud/apps/viewer/l10n/nl.js 15593share/nextcloud/apps/viewer/l10n/nl.js
@@ -15543,42 +15600,42 @@ share/nextcloud/apps/viewer/l10n/pl.js @@ -15543,42 +15600,42 @@ share/nextcloud/apps/viewer/l10n/pl.js
15543share/nextcloud/apps/viewer/l10n/pl.json 15600share/nextcloud/apps/viewer/l10n/pl.json
15544share/nextcloud/apps/viewer/l10n/ps.js 15601share/nextcloud/apps/viewer/l10n/ps.js
15545share/nextcloud/apps/viewer/l10n/ps.json 15602share/nextcloud/apps/viewer/l10n/ps.json
15546share/nextcloud/apps/viewer/l10n/pt_BR.js 15603share/nextcloud/apps/viewer/l10n/pt_BR.js
15547share/nextcloud/apps/viewer/l10n/pt_BR.json 15604share/nextcloud/apps/viewer/l10n/pt_BR.json
15548share/nextcloud/apps/viewer/l10n/pt_PT.js 15605share/nextcloud/apps/viewer/l10n/pt_PT.js
15549share/nextcloud/apps/viewer/l10n/pt_PT.json 15606share/nextcloud/apps/viewer/l10n/pt_PT.json
15550share/nextcloud/apps/viewer/l10n/ro.js 15607share/nextcloud/apps/viewer/l10n/ro.js
15551share/nextcloud/apps/viewer/l10n/ro.json 15608share/nextcloud/apps/viewer/l10n/ro.json
15552share/nextcloud/apps/viewer/l10n/ru.js 15609share/nextcloud/apps/viewer/l10n/ru.js
15553share/nextcloud/apps/viewer/l10n/ru.json 15610share/nextcloud/apps/viewer/l10n/ru.json
15554share/nextcloud/apps/viewer/l10n/sc.js 15611share/nextcloud/apps/viewer/l10n/sc.js
15555share/nextcloud/apps/viewer/l10n/sc.json 15612share/nextcloud/apps/viewer/l10n/sc.json
15556share/nextcloud/apps/viewer/l10n/si_LK.js 15613share/nextcloud/apps/viewer/l10n/si.js
15557share/nextcloud/apps/viewer/l10n/si_LK.json 15614share/nextcloud/apps/viewer/l10n/si.json
15558share/nextcloud/apps/viewer/l10n/sk.js 15615share/nextcloud/apps/viewer/l10n/sk.js
15559share/nextcloud/apps/viewer/l10n/sk.json 15616share/nextcloud/apps/viewer/l10n/sk.json
15560share/nextcloud/apps/viewer/l10n/sl.js 15617share/nextcloud/apps/viewer/l10n/sl.js
15561share/nextcloud/apps/viewer/l10n/sl.json 15618share/nextcloud/apps/viewer/l10n/sl.json
15562share/nextcloud/apps/viewer/l10n/sq.js 15619share/nextcloud/apps/viewer/l10n/sq.js
15563share/nextcloud/apps/viewer/l10n/sq.json 15620share/nextcloud/apps/viewer/l10n/sq.json
15564share/nextcloud/apps/viewer/l10n/sr.js 15621share/nextcloud/apps/viewer/l10n/sr.js
15565share/nextcloud/apps/viewer/l10n/sr.json 15622share/nextcloud/apps/viewer/l10n/sr.json
15566share/nextcloud/apps/viewer/l10n/sr@latin.js 15623share/nextcloud/apps/viewer/l10n/sr@latin.js
15567share/nextcloud/apps/viewer/l10n/sr@latin.json 15624share/nextcloud/apps/viewer/l10n/sr@latin.json
15568share/nextcloud/apps/viewer/l10n/sv.js 15625share/nextcloud/apps/viewer/l10n/sv.js
15569share/nextcloud/apps/viewer/l10n/sv.json 15626share/nextcloud/apps/viewer/l10n/sv.json
15570share/nextcloud/apps/viewer/l10n/ta_LK.js 15627share/nextcloud/apps/viewer/l10n/ta.js
15571share/nextcloud/apps/viewer/l10n/ta_LK.json 15628share/nextcloud/apps/viewer/l10n/ta.json
15572share/nextcloud/apps/viewer/l10n/th.js 15629share/nextcloud/apps/viewer/l10n/th.js
15573share/nextcloud/apps/viewer/l10n/th.json 15630share/nextcloud/apps/viewer/l10n/th.json
15574share/nextcloud/apps/viewer/l10n/tr.js 15631share/nextcloud/apps/viewer/l10n/tr.js
15575share/nextcloud/apps/viewer/l10n/tr.json 15632share/nextcloud/apps/viewer/l10n/tr.json
15576share/nextcloud/apps/viewer/l10n/ug.js 15633share/nextcloud/apps/viewer/l10n/ug.js
15577share/nextcloud/apps/viewer/l10n/ug.json 15634share/nextcloud/apps/viewer/l10n/ug.json
15578share/nextcloud/apps/viewer/l10n/uk.js 15635share/nextcloud/apps/viewer/l10n/uk.js
15579share/nextcloud/apps/viewer/l10n/uk.json 15636share/nextcloud/apps/viewer/l10n/uk.json
15580share/nextcloud/apps/viewer/l10n/ur_PK.js 15637share/nextcloud/apps/viewer/l10n/ur_PK.js
15581share/nextcloud/apps/viewer/l10n/ur_PK.json 15638share/nextcloud/apps/viewer/l10n/ur_PK.json
15582share/nextcloud/apps/viewer/l10n/uz.js 15639share/nextcloud/apps/viewer/l10n/uz.js
15583share/nextcloud/apps/viewer/l10n/uz.json 15640share/nextcloud/apps/viewer/l10n/uz.json
15584share/nextcloud/apps/viewer/l10n/vi.js 15641share/nextcloud/apps/viewer/l10n/vi.js
@@ -15625,26 +15682,28 @@ share/nextcloud/apps/weather_status/js/w @@ -15625,26 +15682,28 @@ share/nextcloud/apps/weather_status/js/w
15625share/nextcloud/apps/weather_status/js/weather-status.js.map 15682share/nextcloud/apps/weather_status/js/weather-status.js.map
15626share/nextcloud/apps/weather_status/l10n/ca.js 15683share/nextcloud/apps/weather_status/l10n/ca.js
15627share/nextcloud/apps/weather_status/l10n/ca.json 15684share/nextcloud/apps/weather_status/l10n/ca.json
15628share/nextcloud/apps/weather_status/l10n/cs.js 15685share/nextcloud/apps/weather_status/l10n/cs.js
15629share/nextcloud/apps/weather_status/l10n/cs.json 15686share/nextcloud/apps/weather_status/l10n/cs.json
15630share/nextcloud/apps/weather_status/l10n/de.js 15687share/nextcloud/apps/weather_status/l10n/de.js
15631share/nextcloud/apps/weather_status/l10n/de.json 15688share/nextcloud/apps/weather_status/l10n/de.json
15632share/nextcloud/apps/weather_status/l10n/de_DE.js 15689share/nextcloud/apps/weather_status/l10n/de_DE.js
15633share/nextcloud/apps/weather_status/l10n/de_DE.json 15690share/nextcloud/apps/weather_status/l10n/de_DE.json
15634share/nextcloud/apps/weather_status/l10n/el.js 15691share/nextcloud/apps/weather_status/l10n/el.js
15635share/nextcloud/apps/weather_status/l10n/el.json 15692share/nextcloud/apps/weather_status/l10n/el.json
15636share/nextcloud/apps/weather_status/l10n/es.js 15693share/nextcloud/apps/weather_status/l10n/es.js
15637share/nextcloud/apps/weather_status/l10n/es.json 15694share/nextcloud/apps/weather_status/l10n/es.json
 15695share/nextcloud/apps/weather_status/l10n/eu.js
 15696share/nextcloud/apps/weather_status/l10n/eu.json
15638share/nextcloud/apps/weather_status/l10n/fi.js 15697share/nextcloud/apps/weather_status/l10n/fi.js
15639share/nextcloud/apps/weather_status/l10n/fi.json 15698share/nextcloud/apps/weather_status/l10n/fi.json
15640share/nextcloud/apps/weather_status/l10n/fr.js 15699share/nextcloud/apps/weather_status/l10n/fr.js
15641share/nextcloud/apps/weather_status/l10n/fr.json 15700share/nextcloud/apps/weather_status/l10n/fr.json
15642share/nextcloud/apps/weather_status/l10n/gl.js 15701share/nextcloud/apps/weather_status/l10n/gl.js
15643share/nextcloud/apps/weather_status/l10n/gl.json 15702share/nextcloud/apps/weather_status/l10n/gl.json
15644share/nextcloud/apps/weather_status/l10n/hr.js 15703share/nextcloud/apps/weather_status/l10n/hr.js
15645share/nextcloud/apps/weather_status/l10n/hr.json 15704share/nextcloud/apps/weather_status/l10n/hr.json
15646share/nextcloud/apps/weather_status/l10n/hu.js 15705share/nextcloud/apps/weather_status/l10n/hu.js
15647share/nextcloud/apps/weather_status/l10n/hu.json 15706share/nextcloud/apps/weather_status/l10n/hu.json
15648share/nextcloud/apps/weather_status/l10n/is.js 15707share/nextcloud/apps/weather_status/l10n/is.js
15649share/nextcloud/apps/weather_status/l10n/is.json 15708share/nextcloud/apps/weather_status/l10n/is.json
15650share/nextcloud/apps/weather_status/l10n/it.js 15709share/nextcloud/apps/weather_status/l10n/it.js
@@ -15934,26 +15993,27 @@ share/nextcloud/core/Command/Interrupted @@ -15934,26 +15993,27 @@ share/nextcloud/core/Command/Interrupted
15934share/nextcloud/core/Command/L10n/CreateJs.php 15993share/nextcloud/core/Command/L10n/CreateJs.php
15935share/nextcloud/core/Command/Log/File.php 15994share/nextcloud/core/Command/Log/File.php
15936share/nextcloud/core/Command/Log/Manage.php 15995share/nextcloud/core/Command/Log/Manage.php
15937share/nextcloud/core/Command/Maintenance/DataFingerprint.php 15996share/nextcloud/core/Command/Maintenance/DataFingerprint.php
15938share/nextcloud/core/Command/Maintenance/Install.php 15997share/nextcloud/core/Command/Maintenance/Install.php
15939share/nextcloud/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php 15998share/nextcloud/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php
15940share/nextcloud/core/Command/Maintenance/Mimetype/UpdateDB.php 15999share/nextcloud/core/Command/Maintenance/Mimetype/UpdateDB.php
15941share/nextcloud/core/Command/Maintenance/Mimetype/UpdateJS.php 16000share/nextcloud/core/Command/Maintenance/Mimetype/UpdateJS.php
15942share/nextcloud/core/Command/Maintenance/Mode.php 16001share/nextcloud/core/Command/Maintenance/Mode.php
15943share/nextcloud/core/Command/Maintenance/Repair.php 16002share/nextcloud/core/Command/Maintenance/Repair.php
15944share/nextcloud/core/Command/Maintenance/UpdateHtaccess.php 16003share/nextcloud/core/Command/Maintenance/UpdateHtaccess.php
15945share/nextcloud/core/Command/Maintenance/UpdateTheme.php 16004share/nextcloud/core/Command/Maintenance/UpdateTheme.php
15946share/nextcloud/core/Command/Preview/Repair.php 16005share/nextcloud/core/Command/Preview/Repair.php
 16006share/nextcloud/core/Command/Preview/ResetRenderedTexts.php
15947share/nextcloud/core/Command/Security/ImportCertificate.php 16007share/nextcloud/core/Command/Security/ImportCertificate.php
15948share/nextcloud/core/Command/Security/ListCertificates.php 16008share/nextcloud/core/Command/Security/ListCertificates.php
15949share/nextcloud/core/Command/Security/RemoveCertificate.php 16009share/nextcloud/core/Command/Security/RemoveCertificate.php
15950share/nextcloud/core/Command/Security/ResetBruteforceAttempts.php 16010share/nextcloud/core/Command/Security/ResetBruteforceAttempts.php
15951share/nextcloud/core/Command/Status.php 16011share/nextcloud/core/Command/Status.php
15952share/nextcloud/core/Command/TwoFactorAuth/Base.php 16012share/nextcloud/core/Command/TwoFactorAuth/Base.php
15953share/nextcloud/core/Command/TwoFactorAuth/Cleanup.php 16013share/nextcloud/core/Command/TwoFactorAuth/Cleanup.php
15954share/nextcloud/core/Command/TwoFactorAuth/Disable.php 16014share/nextcloud/core/Command/TwoFactorAuth/Disable.php
15955share/nextcloud/core/Command/TwoFactorAuth/Enable.php 16015share/nextcloud/core/Command/TwoFactorAuth/Enable.php
15956share/nextcloud/core/Command/TwoFactorAuth/Enforce.php 16016share/nextcloud/core/Command/TwoFactorAuth/Enforce.php
15957share/nextcloud/core/Command/TwoFactorAuth/State.php 16017share/nextcloud/core/Command/TwoFactorAuth/State.php
15958share/nextcloud/core/Command/Upgrade.php 16018share/nextcloud/core/Command/Upgrade.php
15959share/nextcloud/core/Command/User/Add.php 16019share/nextcloud/core/Command/User/Add.php
@@ -16025,26 +16085,28 @@ share/nextcloud/core/Migrations/Version1 @@ -16025,26 +16085,28 @@ share/nextcloud/core/Migrations/Version1
16025share/nextcloud/core/Migrations/Version16000Date20190428150708.php 16085share/nextcloud/core/Migrations/Version16000Date20190428150708.php
16026share/nextcloud/core/Migrations/Version17000Date20190514105811.php 16086share/nextcloud/core/Migrations/Version17000Date20190514105811.php
16027share/nextcloud/core/Migrations/Version18000Date20190920085628.php 16087share/nextcloud/core/Migrations/Version18000Date20190920085628.php
16028share/nextcloud/core/Migrations/Version18000Date20191014105105.php 16088share/nextcloud/core/Migrations/Version18000Date20191014105105.php
16029share/nextcloud/core/Migrations/Version18000Date20191204114856.php 16089share/nextcloud/core/Migrations/Version18000Date20191204114856.php
16030share/nextcloud/core/Migrations/Version19000Date20200211083441.php 16090share/nextcloud/core/Migrations/Version19000Date20200211083441.php
16031share/nextcloud/core/Migrations/Version20000Date20201109081915.php 16091share/nextcloud/core/Migrations/Version20000Date20201109081915.php
16032share/nextcloud/core/Migrations/Version20000Date20201109081918.php 16092share/nextcloud/core/Migrations/Version20000Date20201109081918.php
16033share/nextcloud/core/Migrations/Version20000Date20201109081919.php 16093share/nextcloud/core/Migrations/Version20000Date20201109081919.php
16034share/nextcloud/core/Migrations/Version20000Date20201111081915.php 16094share/nextcloud/core/Migrations/Version20000Date20201111081915.php
16035share/nextcloud/core/Migrations/Version21000Date20201120141228.php 16095share/nextcloud/core/Migrations/Version21000Date20201120141228.php
16036share/nextcloud/core/Migrations/Version21000Date20201202095923.php 16096share/nextcloud/core/Migrations/Version21000Date20201202095923.php
16037share/nextcloud/core/Migrations/Version21000Date20210119195004.php 16097share/nextcloud/core/Migrations/Version21000Date20210119195004.php
 16098share/nextcloud/core/Migrations/Version21000Date20210309185126.php
 16099share/nextcloud/core/Migrations/Version21000Date20210309185127.php
16038share/nextcloud/core/Notification/CoreNotifier.php 16100share/nextcloud/core/Notification/CoreNotifier.php
16039share/nextcloud/core/Service/LoginFlowV2Service.php 16101share/nextcloud/core/Service/LoginFlowV2Service.php
16040share/nextcloud/core/ajax/update.php 16102share/nextcloud/core/ajax/update.php
16041share/nextcloud/core/css/apps.scss 16103share/nextcloud/core/css/apps.scss
16042share/nextcloud/core/css/css-variables.scss 16104share/nextcloud/core/css/css-variables.scss
16043share/nextcloud/core/css/fixes.scss 16105share/nextcloud/core/css/fixes.scss
16044share/nextcloud/core/css/functions.scss 16106share/nextcloud/core/css/functions.scss
16045share/nextcloud/core/css/global.scss 16107share/nextcloud/core/css/global.scss
16046share/nextcloud/core/css/guest.css 16108share/nextcloud/core/css/guest.css
16047share/nextcloud/core/css/header.scss 16109share/nextcloud/core/css/header.scss
16048share/nextcloud/core/css/icons.scss 16110share/nextcloud/core/css/icons.scss
16049share/nextcloud/core/css/ie.scss 16111share/nextcloud/core/css/ie.scss
16050share/nextcloud/core/css/inputs.scss 16112share/nextcloud/core/css/inputs.scss
@@ -16274,31 +16336,68 @@ share/nextcloud/core/doc/admin/_static/c @@ -16274,31 +16336,68 @@ share/nextcloud/core/doc/admin/_static/c
16274share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold-italic.woff 16336share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold-italic.woff
16275share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold-italic.woff2 16337share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold-italic.woff2
16276share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold.woff 16338share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold.woff
16277share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold.woff2 16339share/nextcloud/core/doc/admin/_static/css/fonts/lato-bold.woff2
16278share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal-italic.woff 16340share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal-italic.woff
16279share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal-italic.woff2 16341share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal-italic.woff2
16280share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal.woff 16342share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal.woff
16281share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal.woff2 16343share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal.woff2
16282share/nextcloud/core/doc/admin/_static/css/theme.css 16344share/nextcloud/core/doc/admin/_static/css/theme.css
16283share/nextcloud/core/doc/admin/_static/custom.css 16345share/nextcloud/core/doc/admin/_static/custom.css
16284share/nextcloud/core/doc/admin/_static/doctools.js 16346share/nextcloud/core/doc/admin/_static/doctools.js
16285share/nextcloud/core/doc/admin/_static/documentation_options.js 16347share/nextcloud/core/doc/admin/_static/documentation_options.js
16286share/nextcloud/core/doc/admin/_static/file.png 16348share/nextcloud/core/doc/admin/_static/file.png
 16349share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Bold.ttf
 16350share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Regular.ttf
 16351share/nextcloud/core/doc/admin/_static/fonts/Inconsolata.ttf
 16352share/nextcloud/core/doc/admin/_static/fonts/Lato-Bold.ttf
 16353share/nextcloud/core/doc/admin/_static/fonts/Lato-Regular.ttf
 16354share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.eot
 16355share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.ttf
 16356share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff
 16357share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff2
 16358share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.eot
 16359share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.ttf
 16360share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff
 16361share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff2
 16362share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.eot
 16363share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.ttf
 16364share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff
 16365share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff2
 16366share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.eot
 16367share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.ttf
 16368share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff
 16369share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff2
 16370share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Bold.ttf
 16371share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Regular.ttf
 16372share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
 16373share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
 16374share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
 16375share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
 16376share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
 16377share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
 16378share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
 16379share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
 16380share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot
 16381share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg
 16382share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
 16383share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
 16384share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff2
16287share/nextcloud/core/doc/admin/_static/jquery-3.5.1.js 16385share/nextcloud/core/doc/admin/_static/jquery-3.5.1.js
16288share/nextcloud/core/doc/admin/_static/jquery.js 16386share/nextcloud/core/doc/admin/_static/jquery.js
16289share/nextcloud/core/doc/admin/_static/js/badge_only.js 16387share/nextcloud/core/doc/admin/_static/js/badge_only.js
16290share/nextcloud/core/doc/admin/_static/js/html5shiv-printshiv.min.js 16388share/nextcloud/core/doc/admin/_static/js/html5shiv-printshiv.min.js
16291share/nextcloud/core/doc/admin/_static/js/html5shiv.min.js 16389share/nextcloud/core/doc/admin/_static/js/html5shiv.min.js
 16390share/nextcloud/core/doc/admin/_static/js/modernizr.min.js
16292share/nextcloud/core/doc/admin/_static/js/theme.js 16391share/nextcloud/core/doc/admin/_static/js/theme.js
16293share/nextcloud/core/doc/admin/_static/language_data.js 16392share/nextcloud/core/doc/admin/_static/language_data.js
16294share/nextcloud/core/doc/admin/_static/logo-blue.pdf 16393share/nextcloud/core/doc/admin/_static/logo-blue.pdf
16295share/nextcloud/core/doc/admin/_static/logo-blue.png 16394share/nextcloud/core/doc/admin/_static/logo-blue.png
16296share/nextcloud/core/doc/admin/_static/logo-white.png 16395share/nextcloud/core/doc/admin/_static/logo-white.png
16297share/nextcloud/core/doc/admin/_static/minus.png 16396share/nextcloud/core/doc/admin/_static/minus.png
16298share/nextcloud/core/doc/admin/_static/plus.png 16397share/nextcloud/core/doc/admin/_static/plus.png
16299share/nextcloud/core/doc/admin/_static/pygments.css 16398share/nextcloud/core/doc/admin/_static/pygments.css
16300share/nextcloud/core/doc/admin/_static/searchtools.js 16399share/nextcloud/core/doc/admin/_static/searchtools.js
16301share/nextcloud/core/doc/admin/_static/social/diaspora.svg 16400share/nextcloud/core/doc/admin/_static/social/diaspora.svg
16302share/nextcloud/core/doc/admin/_static/social/diasporaround.png 16401share/nextcloud/core/doc/admin/_static/social/diasporaround.png
16303share/nextcloud/core/doc/admin/_static/social/facebook.png 16402share/nextcloud/core/doc/admin/_static/social/facebook.png
16304share/nextcloud/core/doc/admin/_static/social/googleplus.png 16403share/nextcloud/core/doc/admin/_static/social/googleplus.png
@@ -16445,26 +16544,27 @@ share/nextcloud/core/doc/user/_images/co @@ -16445,26 +16544,27 @@ share/nextcloud/core/doc/user/_images/co
16445share/nextcloud/core/doc/user/_images/contact_manageaddressbook.png 16544share/nextcloud/core/doc/user/_images/contact_manageaddressbook.png
16446share/nextcloud/core/doc/user/_images/contact_new.png 16545share/nextcloud/core/doc/user/_images/contact_new.png
16447share/nextcloud/core/doc/user/_images/contact_picture.png 16546share/nextcloud/core/doc/user/_images/contact_picture.png
16448share/nextcloud/core/doc/user/_images/contact_picture_options.png 16547share/nextcloud/core/doc/user/_images/contact_picture_options.png
16449share/nextcloud/core/doc/user/_images/contact_picture_set.png 16548share/nextcloud/core/doc/user/_images/contact_picture_set.png
16450share/nextcloud/core/doc/user/_images/contact_uploadbutton.png 16549share/nextcloud/core/doc/user/_images/contact_uploadbutton.png
16451share/nextcloud/core/doc/user/_images/contacts_empty.png 16550share/nextcloud/core/doc/user/_images/contacts_empty.png
16452share/nextcloud/core/doc/user/_images/contacts_link.png 16551share/nextcloud/core/doc/user/_images/contacts_link.png
16453share/nextcloud/core/doc/user/_images/contacts_menu.png 16552share/nextcloud/core/doc/user/_images/contacts_menu.png
16454share/nextcloud/core/doc/user/_images/contacts_popup.png 16553share/nextcloud/core/doc/user/_images/contacts_popup.png
16455share/nextcloud/core/doc/user/_images/create_public_share-6.png 16554share/nextcloud/core/doc/user/_images/create_public_share-6.png
16456share/nextcloud/core/doc/user/_images/create_public_share-8.png 16555share/nextcloud/core/doc/user/_images/create_public_share-8.png
16457share/nextcloud/core/doc/user/_images/create_public_share-9.png 16556share/nextcloud/core/doc/user/_images/create_public_share-9.png
 16557share/nextcloud/core/doc/user/_images/direct-share-1.png
16458share/nextcloud/core/doc/user/_images/encryption1.png 16558share/nextcloud/core/doc/user/_images/encryption1.png
16459share/nextcloud/core/doc/user/_images/encryption2.png 16559share/nextcloud/core/doc/user/_images/encryption2.png
16460share/nextcloud/core/doc/user/_images/encryption3.png 16560share/nextcloud/core/doc/user/_images/encryption3.png
16461share/nextcloud/core/doc/user/_images/explorer_webdav.png 16561share/nextcloud/core/doc/user/_images/explorer_webdav.png
16462share/nextcloud/core/doc/user/_images/file_menu_comments_2.png 16562share/nextcloud/core/doc/user/_images/file_menu_comments_2.png
16463share/nextcloud/core/doc/user/_images/files_page-1.png 16563share/nextcloud/core/doc/user/_images/files_page-1.png
16464share/nextcloud/core/doc/user/_images/files_page-3.png 16564share/nextcloud/core/doc/user/_images/files_page-3.png
16465share/nextcloud/core/doc/user/_images/files_page-4.png 16565share/nextcloud/core/doc/user/_images/files_page-4.png
16466share/nextcloud/core/doc/user/_images/files_page-5.png 16566share/nextcloud/core/doc/user/_images/files_page-5.png
16467share/nextcloud/core/doc/user/_images/files_page-6.png 16567share/nextcloud/core/doc/user/_images/files_page-6.png
16468share/nextcloud/core/doc/user/_images/files_page-7.png 16568share/nextcloud/core/doc/user/_images/files_page-7.png
16469share/nextcloud/core/doc/user/_images/files_page-8.png 16569share/nextcloud/core/doc/user/_images/files_page-8.png
16470share/nextcloud/core/doc/user/_images/files_page.png 16570share/nextcloud/core/doc/user/_images/files_page.png
@@ -16528,31 +16628,68 @@ share/nextcloud/core/doc/user/_static/cs @@ -16528,31 +16628,68 @@ share/nextcloud/core/doc/user/_static/cs
16528share/nextcloud/core/doc/user/_static/css/fonts/lato-bold-italic.woff 16628share/nextcloud/core/doc/user/_static/css/fonts/lato-bold-italic.woff
16529share/nextcloud/core/doc/user/_static/css/fonts/lato-bold-italic.woff2 16629share/nextcloud/core/doc/user/_static/css/fonts/lato-bold-italic.woff2
16530share/nextcloud/core/doc/user/_static/css/fonts/lato-bold.woff 16630share/nextcloud/core/doc/user/_static/css/fonts/lato-bold.woff
16531share/nextcloud/core/doc/user/_static/css/fonts/lato-bold.woff2 16631share/nextcloud/core/doc/user/_static/css/fonts/lato-bold.woff2
16532share/nextcloud/core/doc/user/_static/css/fonts/lato-normal-italic.woff 16632share/nextcloud/core/doc/user/_static/css/fonts/lato-normal-italic.woff
16533share/nextcloud/core/doc/user/_static/css/fonts/lato-normal-italic.woff2 16633share/nextcloud/core/doc/user/_static/css/fonts/lato-normal-italic.woff2
16534share/nextcloud/core/doc/user/_static/css/fonts/lato-normal.woff 16634share/nextcloud/core/doc/user/_static/css/fonts/lato-normal.woff
16535share/nextcloud/core/doc/user/_static/css/fonts/lato-normal.woff2 16635share/nextcloud/core/doc/user/_static/css/fonts/lato-normal.woff2
16536share/nextcloud/core/doc/user/_static/css/theme.css 16636share/nextcloud/core/doc/user/_static/css/theme.css
16537share/nextcloud/core/doc/user/_static/custom.css 16637share/nextcloud/core/doc/user/_static/custom.css
16538share/nextcloud/core/doc/user/_static/doctools.js 16638share/nextcloud/core/doc/user/_static/doctools.js
16539share/nextcloud/core/doc/user/_static/documentation_options.js 16639share/nextcloud/core/doc/user/_static/documentation_options.js
16540share/nextcloud/core/doc/user/_static/file.png 16640share/nextcloud/core/doc/user/_static/file.png
 16641share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Bold.ttf
 16642share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Regular.ttf
 16643share/nextcloud/core/doc/user/_static/fonts/Inconsolata.ttf
 16644share/nextcloud/core/doc/user/_static/fonts/Lato-Bold.ttf
 16645share/nextcloud/core/doc/user/_static/fonts/Lato-Regular.ttf
 16646share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.eot
 16647share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.ttf
 16648share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff
 16649share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff2
 16650share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.eot
 16651share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.ttf
 16652share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff
 16653share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff2
 16654share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.eot
 16655share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.ttf
 16656share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff
 16657share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff2
 16658share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.eot
 16659share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.ttf
 16660share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff
 16661share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff2
 16662share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Bold.ttf
 16663share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Regular.ttf
 16664share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
 16665share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
 16666share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
 16667share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
 16668share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
 16669share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
 16670share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
 16671share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
 16672share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.eot
 16673share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.svg
 16674share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
 16675share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
 16676share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff2
16541share/nextcloud/core/doc/user/_static/jquery-3.5.1.js 16677share/nextcloud/core/doc/user/_static/jquery-3.5.1.js
16542share/nextcloud/core/doc/user/_static/jquery.js 16678share/nextcloud/core/doc/user/_static/jquery.js
16543share/nextcloud/core/doc/user/_static/js/badge_only.js 16679share/nextcloud/core/doc/user/_static/js/badge_only.js
16544share/nextcloud/core/doc/user/_static/js/html5shiv-printshiv.min.js 16680share/nextcloud/core/doc/user/_static/js/html5shiv-printshiv.min.js
16545share/nextcloud/core/doc/user/_static/js/html5shiv.min.js 16681share/nextcloud/core/doc/user/_static/js/html5shiv.min.js
 16682share/nextcloud/core/doc/user/_static/js/modernizr.min.js
16546share/nextcloud/core/doc/user/_static/js/theme.js 16683share/nextcloud/core/doc/user/_static/js/theme.js
16547share/nextcloud/core/doc/user/_static/language_data.js 16684share/nextcloud/core/doc/user/_static/language_data.js
16548share/nextcloud/core/doc/user/_static/logo-blue.pdf 16685share/nextcloud/core/doc/user/_static/logo-blue.pdf
16549share/nextcloud/core/doc/user/_static/logo-blue.png 16686share/nextcloud/core/doc/user/_static/logo-blue.png
16550share/nextcloud/core/doc/user/_static/logo-white.png 16687share/nextcloud/core/doc/user/_static/logo-white.png
16551share/nextcloud/core/doc/user/_static/minus.png 16688share/nextcloud/core/doc/user/_static/minus.png
16552share/nextcloud/core/doc/user/_static/plus.png 16689share/nextcloud/core/doc/user/_static/plus.png
16553share/nextcloud/core/doc/user/_static/pygments.css 16690share/nextcloud/core/doc/user/_static/pygments.css
16554share/nextcloud/core/doc/user/_static/searchtools.js 16691share/nextcloud/core/doc/user/_static/searchtools.js
16555share/nextcloud/core/doc/user/_static/social/diaspora.svg 16692share/nextcloud/core/doc/user/_static/social/diaspora.svg
16556share/nextcloud/core/doc/user/_static/social/diasporaround.png 16693share/nextcloud/core/doc/user/_static/social/diasporaround.png
16557share/nextcloud/core/doc/user/_static/social/facebook.png 16694share/nextcloud/core/doc/user/_static/social/facebook.png
16558share/nextcloud/core/doc/user/_static/social/googleplus.png 16695share/nextcloud/core/doc/user/_static/social/googleplus.png
@@ -16719,32 +16856,39 @@ share/nextcloud/core/img/actions/verifyi @@ -16719,32 +16856,39 @@ share/nextcloud/core/img/actions/verifyi
16719share/nextcloud/core/img/actions/video-off.svg 16856share/nextcloud/core/img/actions/video-off.svg
16720share/nextcloud/core/img/actions/video-switch.svg 16857share/nextcloud/core/img/actions/video-switch.svg
16721share/nextcloud/core/img/actions/video.svg 16858share/nextcloud/core/img/actions/video.svg
16722share/nextcloud/core/img/actions/view-close.svg 16859share/nextcloud/core/img/actions/view-close.svg
16723share/nextcloud/core/img/actions/view-download.svg 16860share/nextcloud/core/img/actions/view-download.svg
16724share/nextcloud/core/img/actions/view-next.svg 16861share/nextcloud/core/img/actions/view-next.svg
16725share/nextcloud/core/img/actions/view-pause.svg 16862share/nextcloud/core/img/actions/view-pause.svg
16726share/nextcloud/core/img/actions/view-play.svg 16863share/nextcloud/core/img/actions/view-play.svg
16727share/nextcloud/core/img/actions/view-previous.svg 16864share/nextcloud/core/img/actions/view-previous.svg
16728share/nextcloud/core/img/appstore.svg 16865share/nextcloud/core/img/appstore.svg
16729share/nextcloud/core/img/background.png 16866share/nextcloud/core/img/background.png
16730share/nextcloud/core/img/background.svg 16867share/nextcloud/core/img/background.svg
16731share/nextcloud/core/img/breadcrumb.svg 16868share/nextcloud/core/img/breadcrumb.svg
 16869share/nextcloud/core/img/caldav/attendees.png
16732share/nextcloud/core/img/caldav/attendees.svg 16870share/nextcloud/core/img/caldav/attendees.svg
 16871share/nextcloud/core/img/caldav/description.png
16733share/nextcloud/core/img/caldav/description.svg 16872share/nextcloud/core/img/caldav/description.svg
 16873share/nextcloud/core/img/caldav/link.png
16734share/nextcloud/core/img/caldav/link.svg 16874share/nextcloud/core/img/caldav/link.svg
 16875share/nextcloud/core/img/caldav/location.png
16735share/nextcloud/core/img/caldav/location.svg 16876share/nextcloud/core/img/caldav/location.svg
 16877share/nextcloud/core/img/caldav/organizer.png
16736share/nextcloud/core/img/caldav/organizer.svg 16878share/nextcloud/core/img/caldav/organizer.svg
 16879share/nextcloud/core/img/caldav/time.png
16737share/nextcloud/core/img/caldav/time.svg 16880share/nextcloud/core/img/caldav/time.svg
 16881share/nextcloud/core/img/caldav/title.png
16738share/nextcloud/core/img/caldav/title.svg 16882share/nextcloud/core/img/caldav/title.svg
16739share/nextcloud/core/img/categories/auth.svg 16883share/nextcloud/core/img/categories/auth.svg
16740share/nextcloud/core/img/categories/bundles.svg 16884share/nextcloud/core/img/categories/bundles.svg
16741share/nextcloud/core/img/categories/customization.svg 16885share/nextcloud/core/img/categories/customization.svg
16742share/nextcloud/core/img/categories/dashboard.svg 16886share/nextcloud/core/img/categories/dashboard.svg
16743share/nextcloud/core/img/categories/files.svg 16887share/nextcloud/core/img/categories/files.svg
16744share/nextcloud/core/img/categories/games.svg 16888share/nextcloud/core/img/categories/games.svg
16745share/nextcloud/core/img/categories/integration.svg 16889share/nextcloud/core/img/categories/integration.svg
16746share/nextcloud/core/img/categories/monitoring.svg 16890share/nextcloud/core/img/categories/monitoring.svg
16747share/nextcloud/core/img/categories/multimedia.svg 16891share/nextcloud/core/img/categories/multimedia.svg
16748share/nextcloud/core/img/categories/office.svg 16892share/nextcloud/core/img/categories/office.svg
16749share/nextcloud/core/img/categories/organization.svg 16893share/nextcloud/core/img/categories/organization.svg
16750share/nextcloud/core/img/categories/social.svg 16894share/nextcloud/core/img/categories/social.svg
@@ -16949,26 +17093,28 @@ share/nextcloud/core/l10n/hu.js @@ -16949,26 +17093,28 @@ share/nextcloud/core/l10n/hu.js
16949share/nextcloud/core/l10n/hu.json 17093share/nextcloud/core/l10n/hu.json
16950share/nextcloud/core/l10n/id.js 17094share/nextcloud/core/l10n/id.js
16951share/nextcloud/core/l10n/id.json 17095share/nextcloud/core/l10n/id.json
16952share/nextcloud/core/l10n/is.js 17096share/nextcloud/core/l10n/is.js
16953share/nextcloud/core/l10n/is.json 17097share/nextcloud/core/l10n/is.json
16954share/nextcloud/core/l10n/it.js 17098share/nextcloud/core/l10n/it.js
16955share/nextcloud/core/l10n/it.json 17099share/nextcloud/core/l10n/it.json
16956share/nextcloud/core/l10n/ja.js 17100share/nextcloud/core/l10n/ja.js
16957share/nextcloud/core/l10n/ja.json 17101share/nextcloud/core/l10n/ja.json
16958share/nextcloud/core/l10n/ka_GE.js 17102share/nextcloud/core/l10n/ka_GE.js
16959share/nextcloud/core/l10n/ka_GE.json 17103share/nextcloud/core/l10n/ka_GE.json
16960share/nextcloud/core/l10n/ko.js 17104share/nextcloud/core/l10n/ko.js
16961share/nextcloud/core/l10n/ko.json 17105share/nextcloud/core/l10n/ko.json
 17106share/nextcloud/core/l10n/lo.js
 17107share/nextcloud/core/l10n/lo.json
16962share/nextcloud/core/l10n/lt_LT.js 17108share/nextcloud/core/l10n/lt_LT.js
16963share/nextcloud/core/l10n/lt_LT.json 17109share/nextcloud/core/l10n/lt_LT.json
16964share/nextcloud/core/l10n/lv.js 17110share/nextcloud/core/l10n/lv.js
16965share/nextcloud/core/l10n/lv.json 17111share/nextcloud/core/l10n/lv.json
16966share/nextcloud/core/l10n/mk.js 17112share/nextcloud/core/l10n/mk.js
16967share/nextcloud/core/l10n/mk.json 17113share/nextcloud/core/l10n/mk.json
16968share/nextcloud/core/l10n/nb.js 17114share/nextcloud/core/l10n/nb.js
16969share/nextcloud/core/l10n/nb.json 17115share/nextcloud/core/l10n/nb.json
16970share/nextcloud/core/l10n/nl.js 17116share/nextcloud/core/l10n/nl.js
16971share/nextcloud/core/l10n/nl.json 17117share/nextcloud/core/l10n/nl.json
16972share/nextcloud/core/l10n/oc.js 17118share/nextcloud/core/l10n/oc.js
16973share/nextcloud/core/l10n/oc.json 17119share/nextcloud/core/l10n/oc.json
16974share/nextcloud/core/l10n/pl.js 17120share/nextcloud/core/l10n/pl.js
@@ -17199,26 +17345,28 @@ share/nextcloud/lib/l10n/ka.js @@ -17199,26 +17345,28 @@ share/nextcloud/lib/l10n/ka.js
17199share/nextcloud/lib/l10n/ka.json 17345share/nextcloud/lib/l10n/ka.json
17200share/nextcloud/lib/l10n/ka_GE.js 17346share/nextcloud/lib/l10n/ka_GE.js
17201share/nextcloud/lib/l10n/ka_GE.json 17347share/nextcloud/lib/l10n/ka_GE.json
17202share/nextcloud/lib/l10n/kab.js 17348share/nextcloud/lib/l10n/kab.js
17203share/nextcloud/lib/l10n/kab.json 17349share/nextcloud/lib/l10n/kab.json
17204share/nextcloud/lib/l10n/km.js 17350share/nextcloud/lib/l10n/km.js
17205share/nextcloud/lib/l10n/km.json 17351share/nextcloud/lib/l10n/km.json
17206share/nextcloud/lib/l10n/kn.js 17352share/nextcloud/lib/l10n/kn.js
17207share/nextcloud/lib/l10n/kn.json 17353share/nextcloud/lib/l10n/kn.json
17208share/nextcloud/lib/l10n/ko.js 17354share/nextcloud/lib/l10n/ko.js
17209share/nextcloud/lib/l10n/ko.json 17355share/nextcloud/lib/l10n/ko.json
17210share/nextcloud/lib/l10n/lb.js 17356share/nextcloud/lib/l10n/lb.js
17211share/nextcloud/lib/l10n/lb.json 17357share/nextcloud/lib/l10n/lb.json
 17358share/nextcloud/lib/l10n/lo.js
 17359share/nextcloud/lib/l10n/lo.json
17212share/nextcloud/lib/l10n/lt_LT.js 17360share/nextcloud/lib/l10n/lt_LT.js
17213share/nextcloud/lib/l10n/lt_LT.json 17361share/nextcloud/lib/l10n/lt_LT.json
17214share/nextcloud/lib/l10n/lv.js 17362share/nextcloud/lib/l10n/lv.js
17215share/nextcloud/lib/l10n/lv.json 17363share/nextcloud/lib/l10n/lv.json
17216share/nextcloud/lib/l10n/mk.js 17364share/nextcloud/lib/l10n/mk.js
17217share/nextcloud/lib/l10n/mk.json 17365share/nextcloud/lib/l10n/mk.json
17218share/nextcloud/lib/l10n/mn.js 17366share/nextcloud/lib/l10n/mn.js
17219share/nextcloud/lib/l10n/mn.json 17367share/nextcloud/lib/l10n/mn.json
17220share/nextcloud/lib/l10n/ms_MY.js 17368share/nextcloud/lib/l10n/ms_MY.js
17221share/nextcloud/lib/l10n/ms_MY.json 17369share/nextcloud/lib/l10n/ms_MY.json
17222share/nextcloud/lib/l10n/nb.js 17370share/nextcloud/lib/l10n/nb.js
17223share/nextcloud/lib/l10n/nb.json 17371share/nextcloud/lib/l10n/nb.json
17224share/nextcloud/lib/l10n/ne.js 17372share/nextcloud/lib/l10n/ne.js
@@ -17235,42 +17383,40 @@ share/nextcloud/lib/l10n/ps.js @@ -17235,42 +17383,40 @@ share/nextcloud/lib/l10n/ps.js
17235share/nextcloud/lib/l10n/ps.json 17383share/nextcloud/lib/l10n/ps.json
17236share/nextcloud/lib/l10n/pt_BR.js 17384share/nextcloud/lib/l10n/pt_BR.js
17237share/nextcloud/lib/l10n/pt_BR.json 17385share/nextcloud/lib/l10n/pt_BR.json
17238share/nextcloud/lib/l10n/pt_PT.js 17386share/nextcloud/lib/l10n/pt_PT.js
17239share/nextcloud/lib/l10n/pt_PT.json 17387share/nextcloud/lib/l10n/pt_PT.json
17240share/nextcloud/lib/l10n/ro.js 17388share/nextcloud/lib/l10n/ro.js
17241share/nextcloud/lib/l10n/ro.json 17389share/nextcloud/lib/l10n/ro.json
17242share/nextcloud/lib/l10n/ru.js 17390share/nextcloud/lib/l10n/ru.js
17243share/nextcloud/lib/l10n/ru.json 17391share/nextcloud/lib/l10n/ru.json
17244share/nextcloud/lib/l10n/sc.js 17392share/nextcloud/lib/l10n/sc.js
17245share/nextcloud/lib/l10n/sc.json 17393share/nextcloud/lib/l10n/sc.json
17246share/nextcloud/lib/l10n/si.js 17394share/nextcloud/lib/l10n/si.js
17247share/nextcloud/lib/l10n/si.json 17395share/nextcloud/lib/l10n/si.json
17248share/nextcloud/lib/l10n/si_LK.js 
17249share/nextcloud/lib/l10n/si_LK.json 
17250share/nextcloud/lib/l10n/sk.js 17396share/nextcloud/lib/l10n/sk.js
17251share/nextcloud/lib/l10n/sk.json 17397share/nextcloud/lib/l10n/sk.json
17252share/nextcloud/lib/l10n/sl.js 17398share/nextcloud/lib/l10n/sl.js
17253share/nextcloud/lib/l10n/sl.json 17399share/nextcloud/lib/l10n/sl.json
17254share/nextcloud/lib/l10n/sq.js 17400share/nextcloud/lib/l10n/sq.js
17255share/nextcloud/lib/l10n/sq.json 17401share/nextcloud/lib/l10n/sq.json
17256share/nextcloud/lib/l10n/sr.js 17402share/nextcloud/lib/l10n/sr.js
17257share/nextcloud/lib/l10n/sr.json 17403share/nextcloud/lib/l10n/sr.json
17258share/nextcloud/lib/l10n/sr@latin.js 17404share/nextcloud/lib/l10n/sr@latin.js
17259share/nextcloud/lib/l10n/sr@latin.json 17405share/nextcloud/lib/l10n/sr@latin.json
17260share/nextcloud/lib/l10n/sv.js 17406share/nextcloud/lib/l10n/sv.js
17261share/nextcloud/lib/l10n/sv.json 17407share/nextcloud/lib/l10n/sv.json
17262share/nextcloud/lib/l10n/ta_LK.js 17408share/nextcloud/lib/l10n/ta.js
17263share/nextcloud/lib/l10n/ta_LK.json 17409share/nextcloud/lib/l10n/ta.json
17264share/nextcloud/lib/l10n/th.js 17410share/nextcloud/lib/l10n/th.js
17265share/nextcloud/lib/l10n/th.json 17411share/nextcloud/lib/l10n/th.json
17266share/nextcloud/lib/l10n/tk.js 17412share/nextcloud/lib/l10n/tk.js
17267share/nextcloud/lib/l10n/tk.json 17413share/nextcloud/lib/l10n/tk.json
17268share/nextcloud/lib/l10n/tr.js 17414share/nextcloud/lib/l10n/tr.js
17269share/nextcloud/lib/l10n/tr.json 17415share/nextcloud/lib/l10n/tr.json
17270share/nextcloud/lib/l10n/ug.js 17416share/nextcloud/lib/l10n/ug.js
17271share/nextcloud/lib/l10n/ug.json 17417share/nextcloud/lib/l10n/ug.json
17272share/nextcloud/lib/l10n/uk.js 17418share/nextcloud/lib/l10n/uk.js
17273share/nextcloud/lib/l10n/uk.json 17419share/nextcloud/lib/l10n/uk.json
17274share/nextcloud/lib/l10n/ur_PK.js 17420share/nextcloud/lib/l10n/ur_PK.js
17275share/nextcloud/lib/l10n/ur_PK.json 17421share/nextcloud/lib/l10n/ur_PK.json
17276share/nextcloud/lib/l10n/uz.js 17422share/nextcloud/lib/l10n/uz.js
@@ -17436,26 +17582,27 @@ share/nextcloud/lib/private/Authenticati @@ -17436,26 +17582,27 @@ share/nextcloud/lib/private/Authenticati
17436share/nextcloud/lib/private/Authentication/TwoFactorAuth/Manager.php 17582share/nextcloud/lib/private/Authentication/TwoFactorAuth/Manager.php
17437share/nextcloud/lib/private/Authentication/TwoFactorAuth/MandatoryTwoFactor.php 17583share/nextcloud/lib/private/Authentication/TwoFactorAuth/MandatoryTwoFactor.php
17438share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php 17584share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderLoader.php
17439share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderManager.php 17585share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderManager.php
17440share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderSet.php 17586share/nextcloud/lib/private/Authentication/TwoFactorAuth/ProviderSet.php
17441share/nextcloud/lib/private/Authentication/TwoFactorAuth/Registry.php 17587share/nextcloud/lib/private/Authentication/TwoFactorAuth/Registry.php
17442share/nextcloud/lib/private/Authentication/WebAuthn/CredentialRepository.php 17588share/nextcloud/lib/private/Authentication/WebAuthn/CredentialRepository.php
17443share/nextcloud/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php 17589share/nextcloud/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php
17444share/nextcloud/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php 17590share/nextcloud/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php
17445share/nextcloud/lib/private/Authentication/WebAuthn/Manager.php 17591share/nextcloud/lib/private/Authentication/WebAuthn/Manager.php
17446share/nextcloud/lib/private/Avatar/Avatar.php 17592share/nextcloud/lib/private/Avatar/Avatar.php
17447share/nextcloud/lib/private/Avatar/AvatarManager.php 17593share/nextcloud/lib/private/Avatar/AvatarManager.php
17448share/nextcloud/lib/private/Avatar/GuestAvatar.php 17594share/nextcloud/lib/private/Avatar/GuestAvatar.php
 17595share/nextcloud/lib/private/Avatar/PlaceholderAvatar.php
17449share/nextcloud/lib/private/Avatar/UserAvatar.php 17596share/nextcloud/lib/private/Avatar/UserAvatar.php
17450share/nextcloud/lib/private/BackgroundJob/Job.php 17597share/nextcloud/lib/private/BackgroundJob/Job.php
17451share/nextcloud/lib/private/BackgroundJob/JobList.php 17598share/nextcloud/lib/private/BackgroundJob/JobList.php
17452share/nextcloud/lib/private/BackgroundJob/Legacy/QueuedJob.php 17599share/nextcloud/lib/private/BackgroundJob/Legacy/QueuedJob.php
17453share/nextcloud/lib/private/BackgroundJob/Legacy/RegularJob.php 17600share/nextcloud/lib/private/BackgroundJob/Legacy/RegularJob.php
17454share/nextcloud/lib/private/BackgroundJob/QueuedJob.php 17601share/nextcloud/lib/private/BackgroundJob/QueuedJob.php
17455share/nextcloud/lib/private/BackgroundJob/TimedJob.php 17602share/nextcloud/lib/private/BackgroundJob/TimedJob.php
17456share/nextcloud/lib/private/Broadcast/Events/BroadcastEvent.php 17603share/nextcloud/lib/private/Broadcast/Events/BroadcastEvent.php
17457share/nextcloud/lib/private/Cache/CappedMemoryCache.php 17604share/nextcloud/lib/private/Cache/CappedMemoryCache.php
17458share/nextcloud/lib/private/Cache/File.php 17605share/nextcloud/lib/private/Cache/File.php
17459share/nextcloud/lib/private/Calendar/Manager.php 17606share/nextcloud/lib/private/Calendar/Manager.php
17460share/nextcloud/lib/private/Calendar/Resource/Manager.php 17607share/nextcloud/lib/private/Calendar/Resource/Manager.php
17461share/nextcloud/lib/private/Calendar/Room/Manager.php 17608share/nextcloud/lib/private/Calendar/Room/Manager.php
@@ -17702,32 +17849,36 @@ share/nextcloud/lib/private/Http/Client/ @@ -17702,32 +17849,36 @@ share/nextcloud/lib/private/Http/Client/
17702share/nextcloud/lib/private/Http/Client/ClientService.php 17849share/nextcloud/lib/private/Http/Client/ClientService.php
17703share/nextcloud/lib/private/Http/Client/Response.php 17850share/nextcloud/lib/private/Http/Client/Response.php
17704share/nextcloud/lib/private/Http/CookieHelper.php 17851share/nextcloud/lib/private/Http/CookieHelper.php
17705share/nextcloud/lib/private/Http/WellKnown/RequestManager.php 17852share/nextcloud/lib/private/Http/WellKnown/RequestManager.php
17706share/nextcloud/lib/private/InitialStateService.php 17853share/nextcloud/lib/private/InitialStateService.php
17707share/nextcloud/lib/private/Installer.php 17854share/nextcloud/lib/private/Installer.php
17708share/nextcloud/lib/private/IntegrityCheck/Checker.php 17855share/nextcloud/lib/private/IntegrityCheck/Checker.php
17709share/nextcloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php 17856share/nextcloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php
17710share/nextcloud/lib/private/IntegrityCheck/Helpers/AppLocator.php 17857share/nextcloud/lib/private/IntegrityCheck/Helpers/AppLocator.php
17711share/nextcloud/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php 17858share/nextcloud/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php
17712share/nextcloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php 17859share/nextcloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php
17713share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php 17860share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php
17714share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php 17861share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
 17862share/nextcloud/lib/private/KnownUser/KnownUser.php
 17863share/nextcloud/lib/private/KnownUser/KnownUserMapper.php
 17864share/nextcloud/lib/private/KnownUser/KnownUserService.php
17715share/nextcloud/lib/private/L10N/Factory.php 17865share/nextcloud/lib/private/L10N/Factory.php
17716share/nextcloud/lib/private/L10N/L10N.php 17866share/nextcloud/lib/private/L10N/L10N.php
17717share/nextcloud/lib/private/L10N/L10NString.php 17867share/nextcloud/lib/private/L10N/L10NString.php
17718share/nextcloud/lib/private/L10N/LanguageIterator.php 17868share/nextcloud/lib/private/L10N/LanguageIterator.php
17719share/nextcloud/lib/private/L10N/LanguageNotFoundException.php 17869share/nextcloud/lib/private/L10N/LanguageNotFoundException.php
17720share/nextcloud/lib/private/L10N/LazyL10N.php 17870share/nextcloud/lib/private/L10N/LazyL10N.php
 17871share/nextcloud/lib/private/LDAP/NullLDAPProviderFactory.php
17721share/nextcloud/lib/private/LargeFileHelper.php 17872share/nextcloud/lib/private/LargeFileHelper.php
17722share/nextcloud/lib/private/Lock/AbstractLockingProvider.php 17873share/nextcloud/lib/private/Lock/AbstractLockingProvider.php
17723share/nextcloud/lib/private/Lock/DBLockingProvider.php 17874share/nextcloud/lib/private/Lock/DBLockingProvider.php
17724share/nextcloud/lib/private/Lock/MemcacheLockingProvider.php 17875share/nextcloud/lib/private/Lock/MemcacheLockingProvider.php
17725share/nextcloud/lib/private/Lock/NoopLockingProvider.php 17876share/nextcloud/lib/private/Lock/NoopLockingProvider.php
17726share/nextcloud/lib/private/Lockdown/Filesystem/NullCache.php 17877share/nextcloud/lib/private/Lockdown/Filesystem/NullCache.php
17727share/nextcloud/lib/private/Lockdown/Filesystem/NullStorage.php 17878share/nextcloud/lib/private/Lockdown/Filesystem/NullStorage.php
17728share/nextcloud/lib/private/Lockdown/LockdownManager.php 17879share/nextcloud/lib/private/Lockdown/LockdownManager.php
17729share/nextcloud/lib/private/Log.php 17880share/nextcloud/lib/private/Log.php
17730share/nextcloud/lib/private/Log/ErrorHandler.php 17881share/nextcloud/lib/private/Log/ErrorHandler.php
17731share/nextcloud/lib/private/Log/Errorlog.php 17882share/nextcloud/lib/private/Log/Errorlog.php
17732share/nextcloud/lib/private/Log/ExceptionSerializer.php 17883share/nextcloud/lib/private/Log/ExceptionSerializer.php
17733share/nextcloud/lib/private/Log/File.php 17884share/nextcloud/lib/private/Log/File.php
@@ -18451,26 +18602,27 @@ share/nextcloud/lib/public/Security/ICon @@ -18451,26 +18602,27 @@ share/nextcloud/lib/public/Security/ICon
18451share/nextcloud/lib/public/Security/ICredentialsManager.php 18602share/nextcloud/lib/public/Security/ICredentialsManager.php
18452share/nextcloud/lib/public/Security/ICrypto.php 18603share/nextcloud/lib/public/Security/ICrypto.php
18453share/nextcloud/lib/public/Security/IHasher.php 18604share/nextcloud/lib/public/Security/IHasher.php
18454share/nextcloud/lib/public/Security/ISecureRandom.php 18605share/nextcloud/lib/public/Security/ISecureRandom.php
18455share/nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php 18606share/nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
18456share/nextcloud/lib/public/Settings/IIconSection.php 18607share/nextcloud/lib/public/Settings/IIconSection.php
18457share/nextcloud/lib/public/Settings/IManager.php 18608share/nextcloud/lib/public/Settings/IManager.php
18458share/nextcloud/lib/public/Settings/ISettings.php 18609share/nextcloud/lib/public/Settings/ISettings.php
18459share/nextcloud/lib/public/Settings/ISubAdminSettings.php 18610share/nextcloud/lib/public/Settings/ISubAdminSettings.php
18460share/nextcloud/lib/public/Share.php 18611share/nextcloud/lib/public/Share.php
18461share/nextcloud/lib/public/Share/Events/ShareCreatedEvent.php 18612share/nextcloud/lib/public/Share/Events/ShareCreatedEvent.php
18462share/nextcloud/lib/public/Share/Events/ShareDeletedEvent.php 18613share/nextcloud/lib/public/Share/Events/ShareDeletedEvent.php
18463share/nextcloud/lib/public/Share/Events/VerifyMountPointEvent.php 18614share/nextcloud/lib/public/Share/Events/VerifyMountPointEvent.php
 18615share/nextcloud/lib/public/Share/Exceptions/AlreadySharedException.php
18464share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php 18616share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php
18465share/nextcloud/lib/public/Share/Exceptions/IllegalIDChangeException.php 18617share/nextcloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
18466share/nextcloud/lib/public/Share/Exceptions/ShareNotFound.php 18618share/nextcloud/lib/public/Share/Exceptions/ShareNotFound.php
18467share/nextcloud/lib/public/Share/IManager.php 18619share/nextcloud/lib/public/Share/IManager.php
18468share/nextcloud/lib/public/Share/IProviderFactory.php 18620share/nextcloud/lib/public/Share/IProviderFactory.php
18469share/nextcloud/lib/public/Share/IShare.php 18621share/nextcloud/lib/public/Share/IShare.php
18470share/nextcloud/lib/public/Share/IShareHelper.php 18622share/nextcloud/lib/public/Share/IShareHelper.php
18471share/nextcloud/lib/public/Share/IShareProvider.php 18623share/nextcloud/lib/public/Share/IShareProvider.php
18472share/nextcloud/lib/public/Share_Backend.php 18624share/nextcloud/lib/public/Share_Backend.php
18473share/nextcloud/lib/public/Share_Backend_Collection.php 18625share/nextcloud/lib/public/Share_Backend_Collection.php
18474share/nextcloud/lib/public/Share_Backend_File_Dependent.php 18626share/nextcloud/lib/public/Share_Backend_File_Dependent.php
18475share/nextcloud/lib/public/Support/CrashReport/ICollectBreadcrumbs.php 18627share/nextcloud/lib/public/Support/CrashReport/ICollectBreadcrumbs.php
18476share/nextcloud/lib/public/Support/CrashReport/IMessageReporter.php 18628share/nextcloud/lib/public/Support/CrashReport/IMessageReporter.php
@@ -18491,26 +18643,27 @@ share/nextcloud/lib/public/SystemTag/Tag @@ -18491,26 +18643,27 @@ share/nextcloud/lib/public/SystemTag/Tag
18491share/nextcloud/lib/public/SystemTag/TagNotFoundException.php 18643share/nextcloud/lib/public/SystemTag/TagNotFoundException.php
18492share/nextcloud/lib/public/Template.php 18644share/nextcloud/lib/public/Template.php
18493share/nextcloud/lib/public/User.php 18645share/nextcloud/lib/public/User.php
18494share/nextcloud/lib/public/User/Backend/ABackend.php 18646share/nextcloud/lib/public/User/Backend/ABackend.php
18495share/nextcloud/lib/public/User/Backend/ICheckPasswordBackend.php 18647share/nextcloud/lib/public/User/Backend/ICheckPasswordBackend.php
18496share/nextcloud/lib/public/User/Backend/ICountUsersBackend.php 18648share/nextcloud/lib/public/User/Backend/ICountUsersBackend.php
18497share/nextcloud/lib/public/User/Backend/ICreateUserBackend.php 18649share/nextcloud/lib/public/User/Backend/ICreateUserBackend.php
18498share/nextcloud/lib/public/User/Backend/ICustomLogout.php 18650share/nextcloud/lib/public/User/Backend/ICustomLogout.php
18499share/nextcloud/lib/public/User/Backend/IGetDisplayNameBackend.php 18651share/nextcloud/lib/public/User/Backend/IGetDisplayNameBackend.php
18500share/nextcloud/lib/public/User/Backend/IGetHomeBackend.php 18652share/nextcloud/lib/public/User/Backend/IGetHomeBackend.php
18501share/nextcloud/lib/public/User/Backend/IGetRealUIDBackend.php 18653share/nextcloud/lib/public/User/Backend/IGetRealUIDBackend.php
18502share/nextcloud/lib/public/User/Backend/IPasswordConfirmationBackend.php 18654share/nextcloud/lib/public/User/Backend/IPasswordConfirmationBackend.php
18503share/nextcloud/lib/public/User/Backend/IProvideAvatarBackend.php 18655share/nextcloud/lib/public/User/Backend/IProvideAvatarBackend.php
 18656share/nextcloud/lib/public/User/Backend/ISearchKnownUsersBackend.php
18504share/nextcloud/lib/public/User/Backend/ISetDisplayNameBackend.php 18657share/nextcloud/lib/public/User/Backend/ISetDisplayNameBackend.php
18505share/nextcloud/lib/public/User/Backend/ISetPasswordBackend.php 18658share/nextcloud/lib/public/User/Backend/ISetPasswordBackend.php
18506share/nextcloud/lib/public/User/Events/BeforePasswordUpdatedEvent.php 18659share/nextcloud/lib/public/User/Events/BeforePasswordUpdatedEvent.php
18507share/nextcloud/lib/public/User/Events/BeforeUserCreatedEvent.php 18660share/nextcloud/lib/public/User/Events/BeforeUserCreatedEvent.php
18508share/nextcloud/lib/public/User/Events/BeforeUserDeletedEvent.php 18661share/nextcloud/lib/public/User/Events/BeforeUserDeletedEvent.php
18509share/nextcloud/lib/public/User/Events/BeforeUserLoggedInEvent.php 18662share/nextcloud/lib/public/User/Events/BeforeUserLoggedInEvent.php
18510share/nextcloud/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php 18663share/nextcloud/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php
18511share/nextcloud/lib/public/User/Events/BeforeUserLoggedOutEvent.php 18664share/nextcloud/lib/public/User/Events/BeforeUserLoggedOutEvent.php
18512share/nextcloud/lib/public/User/Events/PasswordUpdatedEvent.php 18665share/nextcloud/lib/public/User/Events/PasswordUpdatedEvent.php
18513share/nextcloud/lib/public/User/Events/PostLoginEvent.php 18666share/nextcloud/lib/public/User/Events/PostLoginEvent.php
18514share/nextcloud/lib/public/User/Events/UserChangedEvent.php 18667share/nextcloud/lib/public/User/Events/UserChangedEvent.php
18515share/nextcloud/lib/public/User/Events/UserCreatedEvent.php 18668share/nextcloud/lib/public/User/Events/UserCreatedEvent.php
18516share/nextcloud/lib/public/User/Events/UserDeletedEvent.php 18669share/nextcloud/lib/public/User/Events/UserDeletedEvent.php

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

--- pkgsrc/www/php-nextcloud/distinfo 2021/02/27 19:04:55 1.42
+++ pkgsrc/www/php-nextcloud/distinfo 2021/05/12 12:54:53 1.43
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.42 2021/02/27 19:04:55 ryoon Exp $ 1$NetBSD: distinfo,v 1.43 2021/05/12 12:54:53 ryoon Exp $
2 2
3SHA1 (nextcloud-21.0.0.tar.bz2) = 1fdd0c6c63c91f3713383e9abf6059014dd63731 3SHA1 (nextcloud-21.0.1.tar.bz2) = 9db916710e350191c2b3fc287654bdf170515d26
4RMD160 (nextcloud-21.0.0.tar.bz2) = 5d6231c305e804c1c4347c54590f3991edb82a44 4RMD160 (nextcloud-21.0.1.tar.bz2) = 471ac7460d4a8bc2b8c2092ab8c29088faeaa786
5SHA512 (nextcloud-21.0.0.tar.bz2) = a1ae3400f0fb5997e54b0cee821c50d13e4ba0e27c9d11731c8b5233cba564666121a58aed848ccd2593a9783e27db1ed98ff559588a76a1acaeaf083ef4404a 5SHA512 (nextcloud-21.0.1.tar.bz2) = a1339515349af45d293985e939235cf7a6723f0b65144c0635c66bc8110caa13a7e10672550aeb9aa46a61b93b28240cdb76696e41ccae76b8bed6d8667d3c51
6Size (nextcloud-21.0.0.tar.bz2) = 110504725 bytes 6Size (nextcloud-21.0.1.tar.bz2) = 129229822 bytes