pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-nextcloud



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Dec  4 14:47:59 UTC 2021

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

Log Message:
php-nextcloud: Update to 22.2.3

Changelog:
Version 22.2.3 November 15 2021

Changes

  * Bump moment-timezone from 0.5.33 to 0.5.34 (server#29658)
  * Don't flash external storage mountpoints during the status check (server#
    29706)
  * Bump doctrine/dbal to 3.1.4 (server#29717)
  * Add composer patch (3rdparty#890)
  * Bump doctrine/dbal to 3.1.4 (3rdparty#895)

Version 22.2.2 November 12 2021

Changes

Single fix that could cause significant performance degradation: Fix missing
token update #29682

Version 22.2.1 November 11 2021

Changes

  * Ensure that user and group IDs in LDAP's tables are also max 64chars
    (server#28968)
  * Fix Lots of Error: file_exists(): open_basedir restriction in effect.??
    (server#29016)
  * Change output format of Psalm to Github (server#29046)
  * Don't further setup disabled users when logging in with apache (server#
    29062)
  * Allow "TwoFactor Nextcloud Notifications" to pull the state of the 2FA
    again (server#29066)
  * Fix path of `file_get_contents` (server#29073)
  * Do not transfer shares for deleted users (server#29078)
  * Add a few sensitive config keys (server#29086)
  * Update the certificate bundle (server#29096)
  * Add button color variables (server#29113)
  * Generate a better optimized query for path prefix search filters (server#
    29121)
  * Set associative = true for cleanup job (server#29124)
  * Keep pw based auth tokens valid when pw-less login happens (server#29129)
  * Explicitly close source stream on local / encryption storage (server#29133)
  * Properly handle folder deletion on external s3 storage (server#29160)
  * Tokens without password should not trigger changed password invalidation
    (server#29162)
  * Add 'supported'-label to all supported apps (server#29183)
  * Keep group restrictions when reenabling apps after an update (server#29196)
  * Fix translated app details (server#29207)
  * Add documentation for files_no_background_scan (server#29217)
  * Don't setup the filesystem to check for a favicon we don't use anyway
    (server#29221)
  * Add proper message to created share not found (server#29225)
  * Fix background scan doc in config (server#29251)
  * Add configuration flag to disable the background job for files_trashbin
    (server#29262)
  * Add configuration flag to disable the background job for files_versions
    (server#29263)
  * Fix bug introduced on drag and drop external files (server#29283)
  * Get `filesize()` if `file_exists()` (server#29288)
  * Fix app upgrade (server#29301)
  * Fix cliping issues in alternative logging buttons (server#29311)
  * Avoid PHP errors when the LDAP attribute is not found (server#29316)
  * Fix basic auth for OAuth token endpoint (server#29341)
  * Fix login button alignment (server#29359)
  * Fix security issues when copying groupfolder with advanced ACL (server#
    29365)
  * Prevent duplicate auth token activity updates (server#29381)
  * Catch null path in share manager (server#29383)
  * Scheduling plugin not updating responding attendee status (server#29385)
  * Make calendar schedule options translatable (server#29389)
  * S3 external storage fixes (server#29391)
  * Fix federated scope not shown when public addressbook upload is disabled
    (server#29393)
  * Make the route name error more helpful (server#29398)
  * Bump babel-loader from 8.2.2 to 8.2.3 (server#29409)
  * Update behat/behat requirement from ~3.8.0 to ~3.9.0 in /build/integration
    (server#29410)
  * Handle files with `is_file` instead of `file_exists` (server#29415)
  * Fixes an undefined index when getAccessList returns an empty array (server#
    29419)
  * Backport #29260: Respect user enumeration settings in user status lists
    (server#29427)
  * Implement local filtering in file list (server#29442)
  * Detect mimetype by content only with content (server#29459)
  * Fix permissions when copying from ObjectStorage (server#29475)
  * Bump vue-router from 3.5.2 to 3.5.3 (server#29494)
  * Bump bootstrap from 4.6.0 to 4.6.1 (server#29495)
  * Update CRL (server#29503)
  * Limit parameter count per query in Cache.removeChildren (server#29506)
  * Fix/images php 8.0 (server#29519)
  * Revert split capability "AccountPropertyScopesFederationEnabled" (server#
    29528)
  * Expose send_password_by_mail via capabilities (server#29534)
  * Update update-psalm-baseline workflow (server#29549)
  * Do not retain VerifyUserData job when lookup server is not available
    (server#29562)
  * Bump @nextcloud/initial-state from 1.2.0 to 1.2.1 (server#29575)
  * Update behat/behat requirement from ~3.9.0 to ~3.10.0 in /build/integration
    (server#29578)
  * Handle empty directory drag-and-drop in Files UI (server#29597)
  * Fix HTML entity rendering in file comments sidebar (server#29598)
  * Reduce the sleep time in test-dummy-token handler (circles#816)
  * Dispatching event before the action (circles#825)
  * Bump version (files_pdfviewer#513)
  * Allow to open links in new tab (notifications#1078)
  * Fix deleting notifications with numeric user ID (notifications#1088)
  * Add integration tests for push registration (notifications#1095)
  * Restore old device signature so the proxy works again (notifications#1103)
  * Bump autoprefixer from 9.8.6 to 9.8.7 (photos#902)
  * Bump autoprefixer from 9.8.7 to 9.8.8 (photos#907)
  * Bump prosemirror-schema-list from 1.1.5 to 1.1.6 (text#1871)
  * Bump prosemirror-transform from 1.3.2 to 1.3.3 (text#1881)
  * Additional checks for workspace controller (text#1885)

Version 22.2.0 October 1 2021

Changes

  * Fix SQL type error (server#28531)
  * Allow to open any app in a standalone window (server#28594)
  * Fix encrypted version to 0 when finding unencrypted file (server#28603)
  * Only recommand for php-sodium on >= PHP 7.4 (server#28658)
  * Fix position of search bar (server#28670)
  * Fix S3 ObjectStore proxy option (server#28683)
  * NMC-464 Highlight the search term on no results (server#28685)
  * NMC-552 Move filename/size out of the download button (server#28697)
  * Fix user list infinite loading state in user settings (server#28701)
  * Pin Psalm version for security analysis (server#28705)
  * Bump css-vars-ponyfill from 2.4.6 to 2.4.7 (server#28712)
  * Check if SVG path is valid (server#28734)
  * Remove 2FA exemption from PublicPage annotation (server#28740)
  * Bump 3rdparty ref (server#28744)
  * Send attendence links to required and optinal attendees of an event without
    an RSVP (server#28748)
  * Bump 3rdparty ref (server#28752)
  * Fix trashbin files view sticky action bar (server#28769)
  * Make it possible to override the default collation on mysql (server#28777)
  * Allow users to choose a different email for notifications (server#28780)
  * Dashboard - fix touch layout (server#28781)
  * Scan the shared external storage source on access (server#28785)
  * Bump vue-clipboard2 from 0.3.1 to 0.3.2 (server#28801)
  * Add database ratelimiting backend (server#28814)
  * Fixes missing prefix to validate password reset token (server#28824)
  * Update .htaccess (php8+ and mod_lsapi) (server#28827)
  * Do not cache file ids in FileSystemTags inside group folders (server#28830)
  * Allow using of disabled password reset mechanism for special cases (server#
    28841)
  * The user always may modify their additional emails (server#28843)
  * Added support for transferring incoming file shares. (server#28844)
  * L10n: ignore packed js files from TX sync (server#28850)
  * Add config.php option for transfer ownership (server#28851)
  * L10n: Remove a text string from translation (server#28852)
  * Let user choose notification email in user settings (server#28855)
  * Add email addresses to contacts menu (server#28860)
  * Add new ExternalShareActions API (server#28865)
  * Fix files view change and undefined currentFileList (server#28878)
  * Fix file creation from template without ext (server#28881)
  * Bump vue-clipboard2 from 0.3.2 to 0.3.3 (server#28888)
  * Fall back to full file for video previews (server#28895)
  * Update CRL due to revoked twofactor_email.crt (server#28900)
  * Support seeking also from the end of file on S3 storage (server#28910)
  * Use IRoomMetadata as source of truth for supported room types (server#
    28919)
  * Bump 3rdparty ref (server#28928)
  * Allow upgrade from 22.2.0.0 to 22.2.0.1 (server#28945)
  * Fix caching of objectsid searches (server#28949)
  * Allow casting query functions (server#28953)
  * Fix check for redis minimal version (server#28954)
  * Don't allow to change activity settings that don't work (server#28962)
  * Bump app versions (server#28984)
  * Fix redirect during initial setup (server#28998)
  * Fix CI (3rdparty#758)
  * Bump Webauthn Lib to 3.3.9 (3rdparty#780)
  * Bump Archive_Tar to latest release (3rdparty#781)
  * Composer install (3rdparty#812)
  * Read the email from IUser (API) not guess from the DB (activity#637)
  * Increase activity email speed in instances with more than 500 users
    (activity#641)
  * Bump pdfjs-dist from 2.8.335 to 2.9.359 (files_pdfviewer#478)
  * Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0 (files_pdfviewer#
    479)
  * Fix phpunit (files_pdfviewer#487)
  * Update workflows (files_pdfviewer#492)
  * Use setup-php v2 (files_pdfviewer#495)
  * Bump cli-progress from 3.9.0 to 3.9.1 (files_pdfviewer#504)
  * Fix illustrations (photos#876)
  * Bump @nextcloud/vue from 3.10.0 to 3.10.2 (photos#889)
  * Dependency updates (text#1835)
  * Bump prosemirror-markdown from 1.5.1 to 1.5.2 (text#1851)
  * Update dependabot (viewer#1013)


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/php-nextcloud/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-nextcloud/Makefile
diff -u pkgsrc/www/php-nextcloud/Makefile:1.58 pkgsrc/www/php-nextcloud/Makefile:1.59
--- pkgsrc/www/php-nextcloud/Makefile:1.58      Mon Sep  6 19:51:29 2021
+++ pkgsrc/www/php-nextcloud/Makefile   Sat Dec  4 14:47:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2021/09/06 19:51:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.59 2021/12/04 14:47:59 ryoon Exp $
 #
 
 # The nextcloud update process only works from one version to the
@@ -10,7 +10,7 @@
 # contained 18.0.2, then during April to June it is ok to update to
 # later 18.x.y, to 19.0.0, and to later 19.x.y, but it is not ok to
 # update to 20.
-DISTNAME=      nextcloud-22.1.1
+DISTNAME=      nextcloud-22.2.3
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://download.nextcloud.com/server/releases/

Index: pkgsrc/www/php-nextcloud/PLIST
diff -u pkgsrc/www/php-nextcloud/PLIST:1.46 pkgsrc/www/php-nextcloud/PLIST:1.47
--- pkgsrc/www/php-nextcloud/PLIST:1.46 Mon Sep  6 13:06:48 2021
+++ pkgsrc/www/php-nextcloud/PLIST      Sat Dec  4 14:47:59 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.46 2021/09/06 13:06:48 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.47 2021/12/04 14:47:59 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.github/dependabot.yml
@@ -1568,6 +1568,8 @@ share/nextcloud/3rdparty/beberlei/assert
 share/nextcloud/3rdparty/brick/math/LICENSE
 share/nextcloud/3rdparty/brick/math/SECURITY.md
 share/nextcloud/3rdparty/brick/math/composer.json
+share/nextcloud/3rdparty/brick/math/psalm-baseline.xml
+share/nextcloud/3rdparty/brick/math/psalm.xml
 share/nextcloud/3rdparty/brick/math/src/BigDecimal.php
 share/nextcloud/3rdparty/brick/math/src/BigInteger.php
 share/nextcloud/3rdparty/brick/math/src/BigNumber.php
@@ -1596,6 +1598,7 @@ share/nextcloud/3rdparty/christophwurst/
 share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_lib.php
 share/nextcloud/3rdparty/composer.json
 share/nextcloud/3rdparty/composer.lock
+share/nextcloud/3rdparty/composer.patches.json
 share/nextcloud/3rdparty/composer/ClassLoader.php
 share/nextcloud/3rdparty/composer/InstalledVersions.php
 share/nextcloud/3rdparty/composer/LICENSE
@@ -1620,6 +1623,12 @@ share/nextcloud/3rdparty/composer/packag
 share/nextcloud/3rdparty/composer/package-versions-deprecated/src/PackageVersions/Installer.php
 share/nextcloud/3rdparty/composer/package-versions-deprecated/src/PackageVersions/Versions.php
 share/nextcloud/3rdparty/composer/platform_check.php
+share/nextcloud/3rdparty/cweagans/composer-patches/LICENSE.md
+share/nextcloud/3rdparty/cweagans/composer-patches/composer.json
+share/nextcloud/3rdparty/cweagans/composer-patches/composer.lock
+share/nextcloud/3rdparty/cweagans/composer-patches/src/PatchEvent.php
+share/nextcloud/3rdparty/cweagans/composer-patches/src/PatchEvents.php
+share/nextcloud/3rdparty/cweagans/composer-patches/src/Patches.php
 share/nextcloud/3rdparty/deepdiver/zipstreamer/.gitignore
 share/nextcloud/3rdparty/deepdiver/zipstreamer/COPYING
 share/nextcloud/3rdparty/deepdiver/zipstreamer/MANUAL.md
@@ -1766,7 +1775,6 @@ share/nextcloud/3rdparty/doctrine/dbal/s
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Connection.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Driver.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Exception/Error.php
-share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/LastInsertId.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Result.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Statement.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php
@@ -1858,6 +1866,8 @@ share/nextcloud/3rdparty/doctrine/dbal/s
 share/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryException.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Result.php
 share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Parser.php
+share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Parser/Exception.php
+share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Parser/Exception/RegularExpressionError.php
 share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Parser/Visitor.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractAsset.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Schema/AbstractSchemaManager.php
@@ -1936,6 +1946,19 @@ share/nextcloud/3rdparty/doctrine/dbal/s
 share/nextcloud/3rdparty/doctrine/dbal/src/Types/VarDateTimeImmutableType.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Types/VarDateTimeType.php
 share/nextcloud/3rdparty/doctrine/dbal/src/VersionAwarePlatformDriver.php
+share/nextcloud/3rdparty/doctrine/dbal/static-analysis/driver-manager-retrieves-correct-connection-type.php
+share/nextcloud/3rdparty/doctrine/deprecations/.gitignore
+share/nextcloud/3rdparty/doctrine/deprecations/README.md
+share/nextcloud/3rdparty/doctrine/deprecations/composer.json
+share/nextcloud/3rdparty/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
+share/nextcloud/3rdparty/doctrine/deprecations/lib/Doctrine/Deprecations/PHPUnit/VerifyDeprecations.php
+share/nextcloud/3rdparty/doctrine/deprecations/phpcs.xml
+share/nextcloud/3rdparty/doctrine/deprecations/phpunit.xml.dist
+share/nextcloud/3rdparty/doctrine/deprecations/test_fixtures/src/Foo.php
+share/nextcloud/3rdparty/doctrine/deprecations/test_fixtures/src/RootDeprecation.php
+share/nextcloud/3rdparty/doctrine/deprecations/tests/Doctrine/Deprecations/DeprecationTest.php
+share/nextcloud/3rdparty/doctrine/deprecations/tests/Doctrine/Deprecations/VerifyDeprecationsTest.php
+share/nextcloud/3rdparty/doctrine/event-manager/.doctrine-project.json
 share/nextcloud/3rdparty/doctrine/event-manager/LICENSE
 share/nextcloud/3rdparty/doctrine/event-manager/README.md
 share/nextcloud/3rdparty/doctrine/event-manager/composer.json
@@ -4253,7 +4276,6 @@ share/nextcloud/3rdparty/opis/closure/sr
 share/nextcloud/3rdparty/opis/closure/src/SecurityProvider.php
 share/nextcloud/3rdparty/opis/closure/src/SelfReference.php
 share/nextcloud/3rdparty/opis/closure/src/SerializableClosure.php
-share/nextcloud/3rdparty/patches.txt
 share/nextcloud/3rdparty/patchwork/jsqueeze/LICENSE.ASL20
 share/nextcloud/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2
 share/nextcloud/3rdparty/patchwork/jsqueeze/README.md
@@ -4563,6 +4585,7 @@ share/nextcloud/3rdparty/psr/log/Psr/Log
 share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerInterface.php
 share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerTrait.php
 share/nextcloud/3rdparty/psr/log/Psr/Log/NullLogger.php
+share/nextcloud/3rdparty/psr/log/README.md
 share/nextcloud/3rdparty/psr/log/composer.json
 share/nextcloud/3rdparty/punic/punic/LICENSE.txt
 share/nextcloud/3rdparty/punic/punic/README.md
@@ -5093,6 +5116,7 @@ share/nextcloud/3rdparty/punic/punic/cod
 share/nextcloud/3rdparty/punic/punic/composer.json
 share/nextcloud/3rdparty/punic/punic/punic.php
 share/nextcloud/3rdparty/ralouphie/getallheaders/LICENSE
+share/nextcloud/3rdparty/ralouphie/getallheaders/README.md
 share/nextcloud/3rdparty/ralouphie/getallheaders/composer.json
 share/nextcloud/3rdparty/ralouphie/getallheaders/src/getallheaders.php
 share/nextcloud/3rdparty/ramsey/collection/CHANGELOG.md
@@ -5974,6 +5998,7 @@ share/nextcloud/3rdparty/symfony/console
 share/nextcloud/3rdparty/symfony/console/Tester/CommandTester.php
 share/nextcloud/3rdparty/symfony/console/Tester/TesterTrait.php
 share/nextcloud/3rdparty/symfony/console/composer.json
+share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/.gitignore
 share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/Event.php
 share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
 share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/LICENSE
@@ -7007,16 +7032,12 @@ share/nextcloud/apps/activity/l10n/sr@la
 share/nextcloud/apps/activity/l10n/sr%latin.json@localhost
 share/nextcloud/apps/activity/l10n/sv.js
 share/nextcloud/apps/activity/l10n/sv.json
-share/nextcloud/apps/activity/l10n/ta.js
-share/nextcloud/apps/activity/l10n/ta.json
 share/nextcloud/apps/activity/l10n/th.js
 share/nextcloud/apps/activity/l10n/th.json
 share/nextcloud/apps/activity/l10n/tk.js
 share/nextcloud/apps/activity/l10n/tk.json
 share/nextcloud/apps/activity/l10n/tr.js
 share/nextcloud/apps/activity/l10n/tr.json
-share/nextcloud/apps/activity/l10n/ug.js
-share/nextcloud/apps/activity/l10n/ug.json
 share/nextcloud/apps/activity/l10n/uk.js
 share/nextcloud/apps/activity/l10n/uk.json
 share/nextcloud/apps/activity/l10n/uz.js
@@ -7127,6 +7148,8 @@ share/nextcloud/apps/admin_audit/l10n/es
 share/nextcloud/apps/admin_audit/l10n/es_DO.json
 share/nextcloud/apps/admin_audit/l10n/es_MX.js
 share/nextcloud/apps/admin_audit/l10n/es_MX.json
+share/nextcloud/apps/admin_audit/l10n/et_EE.js
+share/nextcloud/apps/admin_audit/l10n/et_EE.json
 share/nextcloud/apps/admin_audit/l10n/eu.js
 share/nextcloud/apps/admin_audit/l10n/eu.json
 share/nextcloud/apps/admin_audit/l10n/fi.js
@@ -7863,10 +7886,14 @@ share/nextcloud/apps/cloud_federation_ap
 share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_static.php
 share/nextcloud/apps/cloud_federation_api/composer/composer/installed.json
 share/nextcloud/apps/cloud_federation_api/composer/composer/installed.php
+share/nextcloud/apps/cloud_federation_api/l10n/bg.js
+share/nextcloud/apps/cloud_federation_api/l10n/bg.json
 share/nextcloud/apps/cloud_federation_api/l10n/ca.js
 share/nextcloud/apps/cloud_federation_api/l10n/ca.json
 share/nextcloud/apps/cloud_federation_api/l10n/cs.js
 share/nextcloud/apps/cloud_federation_api/l10n/cs.json
+share/nextcloud/apps/cloud_federation_api/l10n/da.js
+share/nextcloud/apps/cloud_federation_api/l10n/da.json
 share/nextcloud/apps/cloud_federation_api/l10n/de.js
 share/nextcloud/apps/cloud_federation_api/l10n/de.json
 share/nextcloud/apps/cloud_federation_api/l10n/de_DE.js
@@ -7879,6 +7906,8 @@ share/nextcloud/apps/cloud_federation_ap
 share/nextcloud/apps/cloud_federation_api/l10n/es.json
 share/nextcloud/apps/cloud_federation_api/l10n/eu.js
 share/nextcloud/apps/cloud_federation_api/l10n/eu.json
+share/nextcloud/apps/cloud_federation_api/l10n/fi.js
+share/nextcloud/apps/cloud_federation_api/l10n/fi.json
 share/nextcloud/apps/cloud_federation_api/l10n/fr.js
 share/nextcloud/apps/cloud_federation_api/l10n/fr.json
 share/nextcloud/apps/cloud_federation_api/l10n/gl.js
@@ -8195,10 +8224,14 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/composer/composer/autoload_static.php
 share/nextcloud/apps/contactsinteraction/composer/composer/installed.json
 share/nextcloud/apps/contactsinteraction/composer/composer/installed.php
+share/nextcloud/apps/contactsinteraction/l10n/bg.js
+share/nextcloud/apps/contactsinteraction/l10n/bg.json
 share/nextcloud/apps/contactsinteraction/l10n/ca.js
 share/nextcloud/apps/contactsinteraction/l10n/ca.json
 share/nextcloud/apps/contactsinteraction/l10n/cs.js
 share/nextcloud/apps/contactsinteraction/l10n/cs.json
+share/nextcloud/apps/contactsinteraction/l10n/da.js
+share/nextcloud/apps/contactsinteraction/l10n/da.json
 share/nextcloud/apps/contactsinteraction/l10n/de.js
 share/nextcloud/apps/contactsinteraction/l10n/de.json
 share/nextcloud/apps/contactsinteraction/l10n/de_DE.js
@@ -9489,14 +9522,12 @@ share/nextcloud/apps/files/js/breadcrumb
 share/nextcloud/apps/files/js/detailfileinfoview.js
 share/nextcloud/apps/files/js/detailsview.js
 share/nextcloud/apps/files/js/detailtabview.js
-share/nextcloud/apps/files/js/dist/files-app-settings.js
-share/nextcloud/apps/files/js/dist/files-app-settings.js.map
+share/nextcloud/apps/files/js/dist/main.js
+share/nextcloud/apps/files/js/dist/main.js.map
 share/nextcloud/apps/files/js/dist/personal-settings.js
 share/nextcloud/apps/files/js/dist/personal-settings.js.map
 share/nextcloud/apps/files/js/dist/sidebar.js
 share/nextcloud/apps/files/js/dist/sidebar.js.map
-share/nextcloud/apps/files/js/dist/templates.js
-share/nextcloud/apps/files/js/dist/templates.js.map
 share/nextcloud/apps/files/js/favoritesfilelist.js
 share/nextcloud/apps/files/js/favoritesplugin.js
 share/nextcloud/apps/files/js/file-upload.js
@@ -10655,6 +10686,7 @@ share/nextcloud/apps/files_pdfviewer/js/
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ro/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ru/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/scn/viewer.properties
+share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sco/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/si/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sk/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/sl/viewer.properties
@@ -10665,6 +10697,7 @@ share/nextcloud/apps/files_pdfviewer/js/
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/szl/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/ta/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/te/viewer.properties
+share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tg/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/th/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tl/viewer.properties
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/locale/tr/viewer.properties
@@ -12160,10 +12193,14 @@ share/nextcloud/apps/lookup_server_conne
 share/nextcloud/apps/lookup_server_connector/composer/composer/autoload_static.php
 share/nextcloud/apps/lookup_server_connector/composer/composer/installed.json
 share/nextcloud/apps/lookup_server_connector/composer/composer/installed.php
+share/nextcloud/apps/lookup_server_connector/l10n/bg.js
+share/nextcloud/apps/lookup_server_connector/l10n/bg.json
 share/nextcloud/apps/lookup_server_connector/l10n/ca.js
 share/nextcloud/apps/lookup_server_connector/l10n/ca.json
 share/nextcloud/apps/lookup_server_connector/l10n/cs.js
 share/nextcloud/apps/lookup_server_connector/l10n/cs.json
+share/nextcloud/apps/lookup_server_connector/l10n/da.js
+share/nextcloud/apps/lookup_server_connector/l10n/da.json
 share/nextcloud/apps/lookup_server_connector/l10n/de.js
 share/nextcloud/apps/lookup_server_connector/l10n/de.json
 share/nextcloud/apps/lookup_server_connector/l10n/de_DE.js
@@ -12188,6 +12225,8 @@ share/nextcloud/apps/lookup_server_conne
 share/nextcloud/apps/lookup_server_connector/l10n/hu.json
 share/nextcloud/apps/lookup_server_connector/l10n/it.js
 share/nextcloud/apps/lookup_server_connector/l10n/it.json
+share/nextcloud/apps/lookup_server_connector/l10n/ko.js
+share/nextcloud/apps/lookup_server_connector/l10n/ko.json
 share/nextcloud/apps/lookup_server_connector/l10n/nl.js
 share/nextcloud/apps/lookup_server_connector/l10n/nl.json
 share/nextcloud/apps/lookup_server_connector/l10n/pl.js
@@ -12407,8 +12446,6 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/bn_BD.json
 share/nextcloud/apps/notifications/l10n/br.js
 share/nextcloud/apps/notifications/l10n/br.json
-share/nextcloud/apps/notifications/l10n/bs.js
-share/nextcloud/apps/notifications/l10n/bs.json
 share/nextcloud/apps/notifications/l10n/ca.js
 share/nextcloud/apps/notifications/l10n/ca.json
 share/nextcloud/apps/notifications/l10n/cs.js
@@ -12471,8 +12508,6 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/fa.json
 share/nextcloud/apps/notifications/l10n/fi.js
 share/nextcloud/apps/notifications/l10n/fi.json
-share/nextcloud/apps/notifications/l10n/fo.js
-share/nextcloud/apps/notifications/l10n/fo.json
 share/nextcloud/apps/notifications/l10n/fr.js
 share/nextcloud/apps/notifications/l10n/fr.json
 share/nextcloud/apps/notifications/l10n/gl.js
@@ -12483,8 +12518,6 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/hr.json
 share/nextcloud/apps/notifications/l10n/hu.js
 share/nextcloud/apps/notifications/l10n/hu.json
-share/nextcloud/apps/notifications/l10n/hy.js
-share/nextcloud/apps/notifications/l10n/hy.json
 share/nextcloud/apps/notifications/l10n/ia.js
 share/nextcloud/apps/notifications/l10n/ia.json
 share/nextcloud/apps/notifications/l10n/id.js
@@ -12497,18 +12530,12 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/ja.json
 share/nextcloud/apps/notifications/l10n/ka_GE.js
 share/nextcloud/apps/notifications/l10n/ka_GE.json
-share/nextcloud/apps/notifications/l10n/kab.js
-share/nextcloud/apps/notifications/l10n/kab.json
 share/nextcloud/apps/notifications/l10n/km.js
 share/nextcloud/apps/notifications/l10n/km.json
-share/nextcloud/apps/notifications/l10n/kn.js
-share/nextcloud/apps/notifications/l10n/kn.json
 share/nextcloud/apps/notifications/l10n/ko.js
 share/nextcloud/apps/notifications/l10n/ko.json
 share/nextcloud/apps/notifications/l10n/lb.js
 share/nextcloud/apps/notifications/l10n/lb.json
-share/nextcloud/apps/notifications/l10n/lo.js
-share/nextcloud/apps/notifications/l10n/lo.json
 share/nextcloud/apps/notifications/l10n/lt_LT.js
 share/nextcloud/apps/notifications/l10n/lt_LT.json
 share/nextcloud/apps/notifications/l10n/lv.js
@@ -12517,14 +12544,8 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/mk.json
 share/nextcloud/apps/notifications/l10n/mn.js
 share/nextcloud/apps/notifications/l10n/mn.json
-share/nextcloud/apps/notifications/l10n/ms_MY.js
-share/nextcloud/apps/notifications/l10n/ms_MY.json
-share/nextcloud/apps/notifications/l10n/my.js
-share/nextcloud/apps/notifications/l10n/my.json
 share/nextcloud/apps/notifications/l10n/nb.js
 share/nextcloud/apps/notifications/l10n/nb.json
-share/nextcloud/apps/notifications/l10n/ne.js
-share/nextcloud/apps/notifications/l10n/ne.json
 share/nextcloud/apps/notifications/l10n/nl.js
 share/nextcloud/apps/notifications/l10n/nl.json
 share/nextcloud/apps/notifications/l10n/nn_NO.js
@@ -12533,8 +12554,6 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/oc.json
 share/nextcloud/apps/notifications/l10n/pl.js
 share/nextcloud/apps/notifications/l10n/pl.json
-share/nextcloud/apps/notifications/l10n/ps.js
-share/nextcloud/apps/notifications/l10n/ps.json
 share/nextcloud/apps/notifications/l10n/pt_BR.js
 share/nextcloud/apps/notifications/l10n/pt_BR.json
 share/nextcloud/apps/notifications/l10n/pt_PT.js
@@ -12559,16 +12578,12 @@ share/nextcloud/apps/notifications/l10n/
 share/nextcloud/apps/notifications/l10n/sr%latin.json@localhost
 share/nextcloud/apps/notifications/l10n/sv.js
 share/nextcloud/apps/notifications/l10n/sv.json
-share/nextcloud/apps/notifications/l10n/ta.js
-share/nextcloud/apps/notifications/l10n/ta.json
 share/nextcloud/apps/notifications/l10n/th.js
 share/nextcloud/apps/notifications/l10n/th.json
 share/nextcloud/apps/notifications/l10n/tr.js
 share/nextcloud/apps/notifications/l10n/tr.json
 share/nextcloud/apps/notifications/l10n/uk.js
 share/nextcloud/apps/notifications/l10n/uk.json
-share/nextcloud/apps/notifications/l10n/ur_PK.js
-share/nextcloud/apps/notifications/l10n/ur_PK.json
 share/nextcloud/apps/notifications/l10n/uz.js
 share/nextcloud/apps/notifications/l10n/uz.json
 share/nextcloud/apps/notifications/l10n/vi.js
@@ -12982,32 +12997,37 @@ share/nextcloud/apps/photos/css/icons.sc
 share/nextcloud/apps/photos/img/app.svg
 share/nextcloud/apps/photos/img/photos.svg
 share/nextcloud/apps/photos/img/yourphotos.svg
-share/nextcloud/apps/photos/js/photos-0.js
-share/nextcloud/apps/photos/js/photos-0.js.map
-share/nextcloud/apps/photos/js/photos-1.js
-share/nextcloud/apps/photos/js/photos-1.js.map
-share/nextcloud/apps/photos/js/photos-10.js
-share/nextcloud/apps/photos/js/photos-10.js.map
-share/nextcloud/apps/photos/js/photos-2.js
-share/nextcloud/apps/photos/js/photos-2.js.map
-share/nextcloud/apps/photos/js/photos-3.js
-share/nextcloud/apps/photos/js/photos-3.js.map
-share/nextcloud/apps/photos/js/photos-4.js
-share/nextcloud/apps/photos/js/photos-4.js.map
-share/nextcloud/apps/photos/js/photos-5.js
-share/nextcloud/apps/photos/js/photos-5.js.map
-share/nextcloud/apps/photos/js/photos-6.js
-share/nextcloud/apps/photos/js/photos-6.js.map
-share/nextcloud/apps/photos/js/photos-7.js
-share/nextcloud/apps/photos/js/photos-7.js.map
-share/nextcloud/apps/photos/js/photos-8.js
-share/nextcloud/apps/photos/js/photos-8.js.map
-share/nextcloud/apps/photos/js/photos-9.js
-share/nextcloud/apps/photos/js/photos-9.js.map
 share/nextcloud/apps/photos/js/photos-main.js
 share/nextcloud/apps/photos/js/photos-main.js.LICENSE.txt
 share/nextcloud/apps/photos/js/photos-main.js.map
+share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_moment_node_modules_moment_locale_sync_recursive_-src_patchedRequest_j-3cb869.js
+share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_moment_node_modules_moment_locale_sync_recursive_-src_patchedRequest_j-3cb869.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_moment_node_modules_moment_locale_sync_recursive_-src_patchedRequest_j-3cb869.js.map
+share/nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_empty_svg.js
+share/nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_empty_svg.js.map
+share/nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_folder_svg.js
+share/nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_folder_svg.js.map
+share/nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_images_svg.js
+share/nextcloud/apps/photos/js/photos-node_modules_raw-loader_dist_cjs_js_src_assets_Illustrations_images_svg.js.map
 share/nextcloud/apps/photos/js/photos-service-worker.js
+share/nextcloud/apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-45f6cf.js
+share/nextcloud/apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-45f6cf.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-src_mixins_GridConfig_js-src_utils_CancelableRequest_js-src_components_EmptyContent_vue-src_c-45f6cf.js.map
+share/nextcloud/apps/photos/js/photos-src_patchedRequest_js-src_views_Tags_vue.js
+share/nextcloud/apps/photos/js/photos-src_patchedRequest_js-src_views_Tags_vue.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-src_patchedRequest_js-src_views_Tags_vue.js.map
+share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js
+share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.map
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_moment_node_module-ca085a.js
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_moment_node_module-ca085a.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_moment_node_module-ca085a.js.map
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-701342.js
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-701342.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_vue_dist_Components_ActionButton_js-node_modules_nextcloud_vue-701342.js.map
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_webdav_dist_node_index_js-node_modules_webdav_dist_node_request_js.js
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_webdav_dist_node_index_js-node_modules_webdav_dist_node_request_js.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_webdav_dist_node_index_js-node_modules_webdav_dist_node_request_js.js.map
 share/nextcloud/apps/photos/l10n/af.js
 share/nextcloud/apps/photos/l10n/af.json
 share/nextcloud/apps/photos/l10n/ar.js
@@ -13390,6 +13410,7 @@ share/nextcloud/apps/provisioning_api/li
 share/nextcloud/apps/provisioning_api/lib/Controller/AppsController.php
 share/nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php
 share/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php
+share/nextcloud/apps/provisioning_api/lib/Controller/VerificationController.php
 share/nextcloud/apps/provisioning_api/lib/FederatedShareProviderFactory.php
 share/nextcloud/apps/provisioning_api/lib/Listener/UserDeletedListener.php
 share/nextcloud/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php
@@ -16170,6 +16191,7 @@ share/nextcloud/apps/user_ldap/lib/Migra
 share/nextcloud/apps/user_ldap/lib/Migration/UUIDFixUser.php
 share/nextcloud/apps/user_ldap/lib/Migration/UnsetDefaultProvider.php
 share/nextcloud/apps/user_ldap/lib/Migration/Version1010Date20200630192842.php
+share/nextcloud/apps/user_ldap/lib/Migration/Version1120Date20210917155206.php
 share/nextcloud/apps/user_ldap/lib/Notification/Notifier.php
 share/nextcloud/apps/user_ldap/lib/PagedResults/IAdapter.php
 share/nextcloud/apps/user_ldap/lib/PagedResults/Php73.php
@@ -16273,6 +16295,8 @@ share/nextcloud/apps/user_status/l10n/nb
 share/nextcloud/apps/user_status/l10n/nb.json
 share/nextcloud/apps/user_status/l10n/nl.js
 share/nextcloud/apps/user_status/l10n/nl.json
+share/nextcloud/apps/user_status/l10n/oc.js
+share/nextcloud/apps/user_status/l10n/oc.json
 share/nextcloud/apps/user_status/l10n/pl.js
 share/nextcloud/apps/user_status/l10n/pl.json
 share/nextcloud/apps/user_status/l10n/pt_BR.js
@@ -16994,6 +17018,7 @@ share/nextcloud/core/Migrations/Version2
 share/nextcloud/core/Migrations/Version21000Date20210309185126.php
 share/nextcloud/core/Migrations/Version21000Date20210309185127.php
 share/nextcloud/core/Migrations/Version22000Date20210216080825.php
+share/nextcloud/core/Migrations/Version23000Date20210906132259.php
 share/nextcloud/core/Notification/CoreNotifier.php
 share/nextcloud/core/Service/LoginFlowV2Service.php
 share/nextcloud/core/ajax/update.php
@@ -17246,48 +17271,11 @@ share/nextcloud/core/doc/admin/_static/c
 share/nextcloud/core/doc/admin/_static/doctools.js
 share/nextcloud/core/doc/admin/_static/documentation_options.js
 share/nextcloud/core/doc/admin/_static/file.png
-share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Bold.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Inconsolata-Regular.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Inconsolata.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Lato-Bold.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Lato-Regular.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.eot
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff2
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.eot
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff2
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.eot
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff2
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.eot
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.ttf
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff
-share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff2
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Bold.ttf
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab-Regular.ttf
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
-share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
-share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.eot
-share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.svg
-share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
-share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff
-share/nextcloud/core/doc/admin/_static/fonts/fontawesome-webfont.woff2
 share/nextcloud/core/doc/admin/_static/jquery-3.5.1.js
 share/nextcloud/core/doc/admin/_static/jquery.js
 share/nextcloud/core/doc/admin/_static/js/badge_only.js
 share/nextcloud/core/doc/admin/_static/js/html5shiv-printshiv.min.js
 share/nextcloud/core/doc/admin/_static/js/html5shiv.min.js
-share/nextcloud/core/doc/admin/_static/js/modernizr.min.js
 share/nextcloud/core/doc/admin/_static/js/theme.js
 share/nextcloud/core/doc/admin/_static/language_data.js
 share/nextcloud/core/doc/admin/_static/logo-blue.pdf
@@ -17576,48 +17564,11 @@ share/nextcloud/core/doc/user/_static/cu
 share/nextcloud/core/doc/user/_static/doctools.js
 share/nextcloud/core/doc/user/_static/documentation_options.js
 share/nextcloud/core/doc/user/_static/file.png
-share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Bold.ttf
-share/nextcloud/core/doc/user/_static/fonts/Inconsolata-Regular.ttf
-share/nextcloud/core/doc/user/_static/fonts/Inconsolata.ttf
-share/nextcloud/core/doc/user/_static/fonts/Lato-Bold.ttf
-share/nextcloud/core/doc/user/_static/fonts/Lato-Regular.ttf
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.eot
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.ttf
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff2
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.eot
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.ttf
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff2
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.eot
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.ttf
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff2
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.eot
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.ttf
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff
-share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff2
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Bold.ttf
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab-Regular.ttf
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
-share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
-share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.eot
-share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.svg
-share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.ttf
-share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff
-share/nextcloud/core/doc/user/_static/fonts/fontawesome-webfont.woff2
 share/nextcloud/core/doc/user/_static/jquery-3.5.1.js
 share/nextcloud/core/doc/user/_static/jquery.js
 share/nextcloud/core/doc/user/_static/js/badge_only.js
 share/nextcloud/core/doc/user/_static/js/html5shiv-printshiv.min.js
 share/nextcloud/core/doc/user/_static/js/html5shiv.min.js
-share/nextcloud/core/doc/user/_static/js/modernizr.min.js
 share/nextcloud/core/doc/user/_static/js/theme.js
 share/nextcloud/core/doc/user/_static/language_data.js
 share/nextcloud/core/doc/user/_static/logo-blue.pdf
@@ -18018,8 +17969,6 @@ share/nextcloud/core/l10n/es_SV.js
 share/nextcloud/core/l10n/es_SV.json
 share/nextcloud/core/l10n/es_UY.js
 share/nextcloud/core/l10n/es_UY.json
-share/nextcloud/core/l10n/et_EE.js
-share/nextcloud/core/l10n/et_EE.json
 share/nextcloud/core/l10n/eu.js
 share/nextcloud/core/l10n/eu.json
 share/nextcloud/core/l10n/fa.js
@@ -18134,6 +18083,7 @@ share/nextcloud/core/strings.php
 share/nextcloud/core/templates/403.php
 share/nextcloud/core/templates/404.php
 share/nextcloud/core/templates/429.php
+share/nextcloud/core/templates/confirmation.php
 share/nextcloud/core/templates/error.php
 share/nextcloud/core/templates/exception.php
 share/nextcloud/core/templates/filepicker.html
@@ -18157,6 +18107,7 @@ share/nextcloud/core/templates/loginflow
 share/nextcloud/core/templates/message.html
 share/nextcloud/core/templates/publicshareauth.php
 share/nextcloud/core/templates/recommendedapps.php
+share/nextcloud/core/templates/success.php
 share/nextcloud/core/templates/tags.html
 share/nextcloud/core/templates/twofactorselectchallenge.php
 share/nextcloud/core/templates/twofactorsetupchallenge.php
@@ -18734,6 +18685,9 @@ share/nextcloud/lib/private/Files/Object
 share/nextcloud/lib/private/Files/ObjectStore/Swift.php
 share/nextcloud/lib/private/Files/ObjectStore/SwiftFactory.php
 share/nextcloud/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php
+share/nextcloud/lib/private/Files/Search/QueryOptimizer/PathPrefixOptimizer.php
+share/nextcloud/lib/private/Files/Search/QueryOptimizer/QueryOptimizer.php
+share/nextcloud/lib/private/Files/Search/QueryOptimizer/QueryOptimizerStep.php
 share/nextcloud/lib/private/Files/Search/SearchBinaryOperator.php
 share/nextcloud/lib/private/Files/Search/SearchComparison.php
 share/nextcloud/lib/private/Files/Search/SearchOrder.php
@@ -18985,12 +18939,15 @@ share/nextcloud/lib/private/Security/Ide
 share/nextcloud/lib/private/Security/IdentityProof/Manager.php
 share/nextcloud/lib/private/Security/IdentityProof/Signer.php
 share/nextcloud/lib/private/Security/Normalizer/IpAddress.php
+share/nextcloud/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php
 share/nextcloud/lib/private/Security/RateLimiting/Backend/IBackend.php
-share/nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCache.php
+share/nextcloud/lib/private/Security/RateLimiting/Backend/MemoryCacheBackend.php
 share/nextcloud/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php
 share/nextcloud/lib/private/Security/RateLimiting/Limiter.php
 share/nextcloud/lib/private/Security/SecureRandom.php
 share/nextcloud/lib/private/Security/TrustedDomainHelper.php
+share/nextcloud/lib/private/Security/VerificationToken/CleanUpJob.php
+share/nextcloud/lib/private/Security/VerificationToken/VerificationToken.php
 share/nextcloud/lib/private/Server.php
 share/nextcloud/lib/private/ServerContainer.php
 share/nextcloud/lib/private/ServerNotAvailableException.php
@@ -19559,6 +19516,8 @@ share/nextcloud/lib/public/Security/ICre
 share/nextcloud/lib/public/Security/ICrypto.php
 share/nextcloud/lib/public/Security/IHasher.php
 share/nextcloud/lib/public/Security/ISecureRandom.php
+share/nextcloud/lib/public/Security/VerificationToken/IVerificationToken.php
+share/nextcloud/lib/public/Security/VerificationToken/InvalidTokenException.php
 share/nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
 share/nextcloud/lib/public/Settings/IIconSection.php
 share/nextcloud/lib/public/Settings/IManager.php

Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.49 pkgsrc/www/php-nextcloud/distinfo:1.50
--- pkgsrc/www/php-nextcloud/distinfo:1.49      Tue Oct 26 11:30:24 2021
+++ pkgsrc/www/php-nextcloud/distinfo   Sat Dec  4 14:47:59 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2021/10/26 11:30:24 nia Exp $
+$NetBSD: distinfo,v 1.50 2021/12/04 14:47:59 ryoon Exp $
 
-BLAKE2s (nextcloud-22.1.1.tar.bz2) = 1c197e345e21674a5b1e3e9b605670e3ef7feade7c9116f6c6dd1174579bba15
-SHA512 (nextcloud-22.1.1.tar.bz2) = 0b418d7d0e0e825ec9259334e377449a8dcd183dc907b094361c70b51b00732353996fdbf12f17c06cfa6bb918221cac56ee3051df0308ff453bb2d727e9c0ad
-Size (nextcloud-22.1.1.tar.bz2) = 145195483 bytes
+BLAKE2s (nextcloud-22.2.3.tar.bz2) = 0168ca4a12a9e77ef67f2974faf7d5b984cce80c03b6239794d696d09d9723e4
+SHA512 (nextcloud-22.2.3.tar.bz2) = d451454ba82d75d5c3639734b5b855ff320168a709fbd9ccc4e1e73c39446936787385cbdd64326743b262e057264eba291642dd0ed66d01c386f8261cc0c1fa
+Size (nextcloud-22.2.3.tar.bz2) = 130819469 bytes



Home | Main Index | Thread Index | Old Index