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:   khorben
Date:           Thu May 12 11:26:54 UTC 2022

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

Log Message:
php-nextcloud: update to 23.0.4

Changes since 23.0.3:

 * Run tests with primary object storage in CI + large upload fixes (server#31453)
 * User_ldap fix ldap connection resets #31421 (server#31514)
 * Validate overwrite.cli.url to be a url in setup check (server#31518)
 * Fix duplicated UUID detection when there are empty uuids (server#31521)
 * Fix occ user:add-app-password (server#31536)
 * Fix the logger that is imported for critical actions (server#31540)
 * Toggle profile globally (server#31624)
 * Improve imagick, bcmath and gmp extension warnings (server#31634)
 * Add optional WebDav propfind properties to count sub elements (server#31641)
 * Fix listeners declaration in case of occ usage (server#31656)
 * Do not forget DB table prefix with truncate query (server#31666)
 * Limit the length of app password names (server#31678)
 * Add OPcache recommendations to Transifex (server#31705)
 * Bump babel-loader from 8.2.3 to 8.2.4 (server#31721)
 * Add oauth2_clients migration for Owncloud (server#31730)
 * Dont create cards_abiduri it if already exists (server#31733)
 * Show that the web updater is not recommended on big instances (server#31740)
 * Add direct arg to login flow (server#31748)
 * Wrap oauth2 migrations inside conditions (server#31774)
 * Fix assignment of the LDAP Wizard connection (server#31785)
 * Fix ldap wizard styling (server#31804)
 * Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5 (server#31821)
 * Ignore errors when searching for bundled preview (server#31831)
 * Deduplicate storage ids in list before reusing (server#31835)
 * Dont re-query fileinfo when getting dav quota (server#31836)
 * Take permissions from multiple paths into account for share permissions (server#31846)
 * Log in audit log federated shares events (server#31856)
 * Update autoloaders and Node package-lock.json (server#31862)
 * Fix incorrect if conditions in View (server#31878)
 * Do not decorate the CLI output if its explicitly turned off (server#31880)
 * Fix _App::getCurrentApp() when being called from CLI or phpunit (server#31882)
 * Bump moment from 2.29.1 to 2.29.2 (server#31913)
 * Fix shared mount roots not being returned from getSharesInFolder (server#31923)
 * Confirm user is internal to globalscale (server#31940)
 * AmazonS3: allow not implemented versioning (server#31946)
 * Fix accept/reject remote share action (server#31949)
 * Update CRL after revocation of socialsharing_telegram.csr (server#31955)
 * Fix LDAP Dark Theme Issue (server#31968)
 * Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5 (3rdparty#1016)
 * Fallback to the admin settings if the user did not configure it (activity#781)
 * Bypass/limit permissions (circles#1001)
 * Update memberships on path change (circles#1007)
 * Check owner attendance (circles#1010)
 * Remove child shares (circles#1015)
 * Update displayName (circles#1017)
 * Oracle support (circles#978)
 * Limit some feature when Circles is managed by an app (circles#982)
 * Use stable23 for oci tests (circles#985)
 * Missing $prec (circles#995)
 * Update population (circles#997)
 * Disable social recommendation (firstrunwizard#693)
 * Fix settings navigation order (firstrunwizard#697)
 * Bump babel-loader from 8.2.3 to 8.2.4 (privacy#752)
 * Build(deps): bump prosemirror-view from 1.23.7 to 1.23.9 (text#2233)
 * Build(deps): bump prosemirror-view from 1.23.9 to 1.23.10 (text#2259)
 * Build(deps): bump prosemirror-view from 1.23.10 to 1.23.11 (text#2274)
 * Fix: menu bubble size at the end of the line (text#2277)
 * Build(deps): bump prosemirror-view from 1.23.11 to 1.23.12 (text#2286)
 * Properly cancel and reset ongoing streams when unmounting (viewer#1208)

Changes since 23.0.2:

 * Allow writing audit log to syslog and systemdlog (server#30852)
 * Allow to disable AuthToken v1 (server#30949)
 * Add primary key for ratelimit table (server#30965)
 * Bump samba images in tests (server#30967)
 * Update variables.scss Fallback font before Noto Color Emoji (server#30969)
 * Show if the mail server settings are not set or verified (server#30998)
 * Use the unjailed-path in OC_Helper::getStorageInfo() for files located in SharedStorage. (server#30999)
 * Fix: Birthday events missing after reimporting contacts (server#31000)
 * Bump clipboard from 2.0.9 to 2.0.10 (server#31023)
 * Fix bugs with incorrect currentFileList in the favorite and share by you view (server#31050)
 * Allow specify a config prefix for another database connection (server#31059)
 * Dont provide favorite activity settings (server#31084)
 * Only setup part of the filesystem for appdata requests (server#31098)
 * Allow sub-admins to access delegated settings. (server#31102)
 * Ignore contact interaction with self (server#31120)
 * Fix overlapping buttons in apps-management (server#31179)
 * Fix typo in DAV namespace registration (server#31183)
 * Fix a broken tooltip (server#31184)
 * Improve user status revert performance (server#31192)
 * Fix path handling when transferring incoming shares (server#31204)
 * Bump dompurify from 2.3.5 to 2.3.6 (server#31226)
 * Improve caching policy use immutable when loading versionned assets (server#31244)
 * Hide download button for images (server#31253)
 * Dont redirect when loading files index page (server#31255)
 * Consider only reminders with calendar data (server#31262)
 * Also cache non-existing to reuse it (server#31297)
 * Ignore cache in occ ldap:check-ldap command (server#31299)
 * Wrap S3 multipart upload exception (server#31302)
 * Fix ldap:check-user method for newly created LDAP users (server#31306)
 * Avoid PHP errors in the checkers drone step (server#31313)
 * Background job time windows (server#31318)
 * Mark split database configs as sensitive (server#31331)
 * Update CRL after revocation of rocket_integration.csr (server#31350)
 * Bump backbone from 1.4.0 to 1.4.1 (server#31369)
 * Make Sabre File exception messages translatable (server#31392)
 * Censor more configs (server#31399)
 * Dont set up full filesystem to check for certificates (server#31401)
 * Also use hashed/indexed column on delete (server#31402)
 * Fix caching of the user avatar (server#31410)
 * Fix duplicate primary email message (server#31412)
 * Fix developer link (server#31423)
 * Fix fileactions for sharing overview (server#31424)
 * Prevent default right-click options when hideDownload is enabled (server#31427)
 * Fix return type of avatar file (server#31432)
 * Fix Nextcloud is not allowed to use the OPcache API warning (server#31437)
 * Add Nextcloud docs link to OPcache recommends (server#31438)
 * Be conservative when reading from fresh created column (server#31442)
 * Init users file system if not existing on ownership transfer (server#31445)
 * Use persistent connections when connecting to redis (server#31450)
 * Fix settings error message timeout (server#31457)
 * Connectivity check: allow using the protocol in connectivity_check_domains (server#31479)
 * Add option to disallow creation of local storages (server#31481)
 * Fix too many file download notifications when watching a video (server#31485)
 * Fix new file menu (server#31490)
 * Fix listeners declaration in case of occ usage (server#31529)
 * Fix user status not resetting correctly after a call (server#31543)
 * Prevent reading key on SFTP stat bool (server#31547)
 * Fix more than 1000 entries in queries exception in CardDavBackend (server#31550)
 * Update CRL after revoke deckimportfromtrello.csr (server#31618)
 * Revert Fix listeners declaration in case of occ usage (server#31642)
 * Try to reduce the load from writing (activity#731)
 * Allow specify a config prefix for another database connection (activity#735)
 * Adjust nextcloud lib version (activity#739)
 * Make background job time insensitive (activity#741)
 * Fix cached circle returning bool before being parsed as JSON (circles#932)
 * MembershipsService -> membershipService (circles#934)
 * Block/force circle types (circles#938)
 * Set member as INVITED only if not external (circles#940)
 * Allow configuration of one single password per circle (circles#944)
 * Display spent time on request (circles#949)
 * Lighter SQL requests and compat with Oracle (circles#956)
 * Update population (circles#959)
 * Fix PrimaryKey on circles_event (circles#965)
 * Fix import (circles#970)
 * Only refresh notifications once with notify push (notifications#1155)
 * Improve mass notification processing (notifications#1156)
 * Bump url-parse from 1.5.4 to 1.5.10 (photos#1043)
 * Fix privacy UI with subscription (privacy#707)
 * Bump vue-loader from 15.9.6 to 15.9.8 (privacy#712)
 * Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0 (privacy#715)
 * Bump @babel/core from 7.13.15 to 7.13.16 (privacy#718)
 * Bump eslint-import-resolver-webpack from 0.13.0 to 0.13.2 (privacy#721)
 * Bump babel-loader from 8.2.2 to 8.2.3 (privacy#724)
 * Bump sass from 1.32.10 to 1.32.13 (privacy#731)
 * Bump vue and vue-template-compiler (privacy#732)
 * Bump eslint-config-standard from 16.0.2 to 16.0.3 (privacy#733)
 * Bump node-polyfill-webpack-plugin from 1.1.0 to 1.1.4 (privacy#734)
 * Bump eslint-webpack-plugin from 2.5.3 to 2.5.4 (privacy#738)
 * Add index for last_contact in text_sessions table (text#2147)
 * Use file.path to track EditorWrapper instances more accurately (text#2150)
 * Build(deps): bump prosemirror-transform from 1.3.3 to 1.3.4 (text#2159)
 * Fix: only apply bullet style to ul > li (text#2195)
 * Build(deps): bump prosemirror-view from 1.23.6 to 1.23.7 (text#2207)
 * Fix: update psalm baseline to account for changes in server (text#2208)
 * Derpgon cz fix/stable23/image data urls (text#2210)
 * Display content first and then load menus (text#2228)
 * Build(deps-dev): bump @babel/plugin-proposal-class-properties from 7.16.0 to 7.16.7 (viewer#1171)
 * Build(deps-dev): bump @nextcloud/webpack-vue-config from 4.1.0 to 4.1.4 (viewer#1174)
 * Build(deps): bump camelcase from 6.2.0 to 6.2.1 (viewer#1175)
 * Build(deps): bump @nextcloud/event-bus from 2.1.0 to 2.1.1 (viewer#1176)
 * Build(deps-dev): bump @cypress/browserify-preprocessor from 3.0.1 to 3.0.2 (viewer#1178)
 * Build(deps-dev): bump @nextcloud/eslint-config from 6.1.0 to 6.1.2 (viewer#1179)
 * Build(deps-dev): bump wait-on from 6.0.0 to 6.0.1 (viewer#1180)

"Please commit it" ryoon@


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.52 -r1.53 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.61 pkgsrc/www/php-nextcloud/Makefile:1.62
--- pkgsrc/www/php-nextcloud/Makefile:1.61      Fri Feb 25 02:47:00 2022
+++ pkgsrc/www/php-nextcloud/Makefile   Thu May 12 11:26:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2022/02/25 02:47:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.62 2022/05/12 11:26:54 khorben 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-23.0.2
+DISTNAME=      nextcloud-23.0.4
 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.49 pkgsrc/www/php-nextcloud/PLIST:1.50
--- pkgsrc/www/php-nextcloud/PLIST:1.49 Fri Feb 25 02:47:00 2022
+++ pkgsrc/www/php-nextcloud/PLIST      Thu May 12 11:26:54 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.49 2022/02/25 02:47:00 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.50 2022/05/12 11:26:54 khorben Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.github/dependabot.yml
@@ -6628,6 +6628,8 @@ share/nextcloud/apps/accessibility/l10n/
 share/nextcloud/apps/accessibility/l10n/af.json
 share/nextcloud/apps/accessibility/l10n/ar.js
 share/nextcloud/apps/accessibility/l10n/ar.json
+share/nextcloud/apps/accessibility/l10n/be.js
+share/nextcloud/apps/accessibility/l10n/be.json
 share/nextcloud/apps/accessibility/l10n/bg.js
 share/nextcloud/apps/accessibility/l10n/bg.json
 share/nextcloud/apps/accessibility/l10n/bn_BD.js
@@ -6656,12 +6658,16 @@ share/nextcloud/apps/accessibility/l10n/
 share/nextcloud/apps/accessibility/l10n/es.json
 share/nextcloud/apps/accessibility/l10n/es_AR.js
 share/nextcloud/apps/accessibility/l10n/es_AR.json
+share/nextcloud/apps/accessibility/l10n/es_CL.js
+share/nextcloud/apps/accessibility/l10n/es_CL.json
 share/nextcloud/apps/accessibility/l10n/es_CO.js
 share/nextcloud/apps/accessibility/l10n/es_CO.json
 share/nextcloud/apps/accessibility/l10n/es_DO.js
 share/nextcloud/apps/accessibility/l10n/es_DO.json
 share/nextcloud/apps/accessibility/l10n/es_EC.js
 share/nextcloud/apps/accessibility/l10n/es_EC.json
+share/nextcloud/apps/accessibility/l10n/es_GT.js
+share/nextcloud/apps/accessibility/l10n/es_GT.json
 share/nextcloud/apps/accessibility/l10n/es_MX.js
 share/nextcloud/apps/accessibility/l10n/es_MX.json
 share/nextcloud/apps/accessibility/l10n/et_EE.js
@@ -6706,6 +6712,8 @@ share/nextcloud/apps/accessibility/l10n/
 share/nextcloud/apps/accessibility/l10n/lv.json
 share/nextcloud/apps/accessibility/l10n/mk.js
 share/nextcloud/apps/accessibility/l10n/mk.json
+share/nextcloud/apps/accessibility/l10n/mr.js
+share/nextcloud/apps/accessibility/l10n/mr.json
 share/nextcloud/apps/accessibility/l10n/ms_MY.js
 share/nextcloud/apps/accessibility/l10n/ms_MY.json
 share/nextcloud/apps/accessibility/l10n/nb.js
@@ -6820,6 +6828,8 @@ share/nextcloud/apps/activity/l10n/ast.j
 share/nextcloud/apps/activity/l10n/ast.json
 share/nextcloud/apps/activity/l10n/az.js
 share/nextcloud/apps/activity/l10n/az.json
+share/nextcloud/apps/activity/l10n/be.js
+share/nextcloud/apps/activity/l10n/be.json
 share/nextcloud/apps/activity/l10n/bg.js
 share/nextcloud/apps/activity/l10n/bg.json
 share/nextcloud/apps/activity/l10n/bn_BD.js
@@ -7102,6 +7112,8 @@ share/nextcloud/apps/admin_audit/l10n/et
 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/fa.js
+share/nextcloud/apps/admin_audit/l10n/fa.json
 share/nextcloud/apps/admin_audit/l10n/fi.js
 share/nextcloud/apps/admin_audit/l10n/fi.json
 share/nextcloud/apps/admin_audit/l10n/fr.js
@@ -7176,7 +7188,9 @@ share/nextcloud/apps/admin_audit/lib/Act
 share/nextcloud/apps/admin_audit/lib/Actions/UserManagement.php
 share/nextcloud/apps/admin_audit/lib/Actions/Versions.php
 share/nextcloud/apps/admin_audit/lib/AppInfo/Application.php
+share/nextcloud/apps/admin_audit/lib/AuditLogger.php
 share/nextcloud/apps/admin_audit/lib/BackgroundJobs/Rotate.php
+share/nextcloud/apps/admin_audit/lib/IAuditLogger.php
 share/nextcloud/apps/admin_audit/lib/Listener/CriticalActionPerformedEventListener.php
 share/nextcloud/apps/circles/CHANGELOG.md
 share/nextcloud/apps/circles/LICENSE
@@ -7363,6 +7377,7 @@ share/nextcloud/apps/circles/lib/Command
 share/nextcloud/apps/circles/lib/Command/CirclesMemberships.php
 share/nextcloud/apps/circles/lib/Command/CirclesRemote.php
 share/nextcloud/apps/circles/lib/Command/CirclesReport.php
+share/nextcloud/apps/circles/lib/Command/CirclesSetting.php
 share/nextcloud/apps/circles/lib/Command/CirclesSync.php
 share/nextcloud/apps/circles/lib/Command/CirclesTest.php
 share/nextcloud/apps/circles/lib/Command/FixUniqueId.php
@@ -7498,9 +7513,11 @@ share/nextcloud/apps/circles/lib/Excepti
 share/nextcloud/apps/circles/lib/Exceptions/GroupNotFoundException.php
 share/nextcloud/apps/circles/lib/Exceptions/InitiatorNotConfirmedException.php
 share/nextcloud/apps/circles/lib/Exceptions/InitiatorNotFoundException.php
+share/nextcloud/apps/circles/lib/Exceptions/InsufficientPermissionException.php
 share/nextcloud/apps/circles/lib/Exceptions/InvalidIdException.php
 share/nextcloud/apps/circles/lib/Exceptions/InvalidModelException.php
 share/nextcloud/apps/circles/lib/Exceptions/JsonException.php
+share/nextcloud/apps/circles/lib/Exceptions/JsonNotRequestedException.php
 share/nextcloud/apps/circles/lib/Exceptions/LinkedGroupNotAllowedException.php
 share/nextcloud/apps/circles/lib/Exceptions/MaintenanceException.php
 share/nextcloud/apps/circles/lib/Exceptions/MemberAlreadyExistsException.php
@@ -7529,6 +7546,7 @@ share/nextcloud/apps/circles/lib/Excepti
 share/nextcloud/apps/circles/lib/Exceptions/ParseMemberLevelException.php
 share/nextcloud/apps/circles/lib/Exceptions/PayloadDeliveryException.php
 share/nextcloud/apps/circles/lib/Exceptions/RemoteAlreadyExistsException.php
+share/nextcloud/apps/circles/lib/Exceptions/RemoteCircleException.php
 share/nextcloud/apps/circles/lib/Exceptions/RemoteInstanceException.php
 share/nextcloud/apps/circles/lib/Exceptions/RemoteNotFoundException.php
 share/nextcloud/apps/circles/lib/Exceptions/RemoteResourceNotFoundException.php
@@ -7542,6 +7560,7 @@ share/nextcloud/apps/circles/lib/Excepti
 share/nextcloud/apps/circles/lib/Exceptions/SharingFrameDoesNotExistException.php
 share/nextcloud/apps/circles/lib/Exceptions/SharingFrameSourceCannotBeAppCirclesException.php
 share/nextcloud/apps/circles/lib/Exceptions/SingleCircleNotFoundException.php
+share/nextcloud/apps/circles/lib/Exceptions/SuperSessionException.php
 share/nextcloud/apps/circles/lib/Exceptions/TokenDoesNotExistException.php
 share/nextcloud/apps/circles/lib/Exceptions/UnknownFederatedItemException.php
 share/nextcloud/apps/circles/lib/Exceptions/UnknownInterfaceException.php
@@ -7553,6 +7572,7 @@ share/nextcloud/apps/circles/lib/Federat
 share/nextcloud/apps/circles/lib/FederatedItems/CircleEdit.php
 share/nextcloud/apps/circles/lib/FederatedItems/CircleJoin.php
 share/nextcloud/apps/circles/lib/FederatedItems/CircleLeave.php
+share/nextcloud/apps/circles/lib/FederatedItems/CircleSetting.php
 share/nextcloud/apps/circles/lib/FederatedItems/CircleSettings.php
 share/nextcloud/apps/circles/lib/FederatedItems/Files/FileShare.php
 share/nextcloud/apps/circles/lib/FederatedItems/Files/FileUnshare.php
@@ -7633,6 +7653,9 @@ share/nextcloud/apps/circles/lib/Migrati
 share/nextcloud/apps/circles/lib/Migration/Version0022Date20220526113601.php
 share/nextcloud/apps/circles/lib/Migration/Version0022Date20220703115023.php
 share/nextcloud/apps/circles/lib/Migration/Version0023Date20211216113101.php
+share/nextcloud/apps/circles/lib/Migration/Version0024Date20220203123901.php
+share/nextcloud/apps/circles/lib/Migration/Version0024Date20220203123902.php
+share/nextcloud/apps/circles/lib/Migration/Version0024Date20220317190331.php
 share/nextcloud/apps/circles/lib/Model/BaseCircle.php
 share/nextcloud/apps/circles/lib/Model/BaseMember.php
 share/nextcloud/apps/circles/lib/Model/Circle.php
@@ -7699,6 +7722,7 @@ share/nextcloud/apps/circles/lib/Service
 share/nextcloud/apps/circles/lib/Service/MiscService.php
 share/nextcloud/apps/circles/lib/Service/NotificationService.php
 share/nextcloud/apps/circles/lib/Service/OutputService.php
+share/nextcloud/apps/circles/lib/Service/PermissionService.php
 share/nextcloud/apps/circles/lib/Service/RemoteDownstreamService.php
 share/nextcloud/apps/circles/lib/Service/RemoteService.php
 share/nextcloud/apps/circles/lib/Service/RemoteStreamService.php
@@ -7713,127 +7737,52 @@ share/nextcloud/apps/circles/lib/Service
 share/nextcloud/apps/circles/lib/ShareByCircleProvider.php
 share/nextcloud/apps/circles/lib/ShareByCircleProviderDeprecated.php
 share/nextcloud/apps/circles/lib/StatusCode.php
+share/nextcloud/apps/circles/lib/Tools/ActivityPub/NCSignature.php
+share/nextcloud/apps/circles/lib/Tools/Db/ExtendedQueryBuilder.php
+share/nextcloud/apps/circles/lib/Tools/Db/IQueryRow.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/ArrayNotFoundException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/DateTimeException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/InvalidItemException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/InvalidOriginException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/ItemNotFoundException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/MalformedArrayException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestContentException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestNetworkException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestResultNotJsonException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestResultSizeException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/RequestServerException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/RowNotFoundException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/SignatoryException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/SignatureException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/UnknownTypeException.php
+share/nextcloud/apps/circles/lib/Tools/Exceptions/WellKnownLinkNotFoundException.php
+share/nextcloud/apps/circles/lib/Tools/IDeserializable.php
+share/nextcloud/apps/circles/lib/Tools/Model/NCRequest.php
+share/nextcloud/apps/circles/lib/Tools/Model/NCRequestResult.php
+share/nextcloud/apps/circles/lib/Tools/Model/NCSignatory.php
+share/nextcloud/apps/circles/lib/Tools/Model/NCSignedRequest.php
+share/nextcloud/apps/circles/lib/Tools/Model/NCWebfinger.php
+share/nextcloud/apps/circles/lib/Tools/Model/NCWellKnownLink.php
+share/nextcloud/apps/circles/lib/Tools/Model/Request.php
+share/nextcloud/apps/circles/lib/Tools/Model/SimpleDataStore.php
+share/nextcloud/apps/circles/lib/Tools/Model/TreeNode.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TArrayTools.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TAsync.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TConsoleTree.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TDeserialize.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TNCLocalSignatory.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TNCLogger.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TNCRequest.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TNCSetup.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TNCSignatory.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TNCWellKnown.php
+share/nextcloud/apps/circles/lib/Tools/Traits/TStringTools.php
 share/nextcloud/apps/circles/lib/UnifiedSearch/UnifiedSearchProvider.php
 share/nextcloud/apps/circles/lib/UnifiedSearch/UnifiedSearchResult.php
 share/nextcloud/apps/circles/screenshots/0.12.0.png
 share/nextcloud/apps/circles/screenshots/1.png
 share/nextcloud/apps/circles/screenshots/contacts_backend.png
 share/nextcloud/apps/circles/templates/files/list.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/.gitignore
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/README.md
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/composer.json
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/composer.lock
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/ActivityPub/Nextcloud/nc21/NC21Signature.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/ActivityPub/Nextcloud/nc22/NC22Signature.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/ActivityPub/Nextcloud/nc23/NC23Signature.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Console/Nextcloud/nc22/NC22InteractiveShell.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/DI/DIContainer.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/ExtendedQueryBuilder.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc21/INC21QueryRow.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc21/NC21ExtendedQueryBuilder.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc22/INC22QueryRow.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc22/NC22ExtendedQueryBuilder.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc23/INC23QueryRow.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/Nextcloud/nc23/NC23ExtendedQueryBuilder.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Db/RequestBuilder.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ArrayNotFoundException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/CacheItemNotFoundException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/DateTimeException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/DependencyInjectionException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/InvalidItemException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/InvalidOriginException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ItemNotFoundException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/JsonNotRequestedException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/MalformedArrayException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestContentException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestNetworkException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestResultNotJsonException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestResultSizeException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RequestServerException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/RowNotFoundException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellConfirmationException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellMissingCommandException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellMissingItemException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellUnknownCommandException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/ShellUnknownItemException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/SignatoryException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/SignatureException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/UnknownTypeException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Exceptions/WellKnownLinkNotFoundException.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/IDeserializable.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/IExtendedQueryBuilder.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/IInteractiveShellClient.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/IQueryRow.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/ISignedModel.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Cache.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/CacheItem.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/NC19Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc20/NC20Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc20/NC20RequestResult.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/INC21Convert.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21RequestResult.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21Signatory.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21SignedRequest.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21TreeNode.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21Webfinger.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc21/NC21WellKnownLink.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/INC22Convert.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22InteractiveShellSession.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22RequestResult.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22Signatory.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22SignedRequest.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22TreeNode.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22Webfinger.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc22/NC22WellKnownLink.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23RequestResult.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23Signatory.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23SignedRequest.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23Webfinger.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Nextcloud/nc23/NC23WellKnownLink.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/SimpleDataStore.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/TNC19Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/TNCDataResponse.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/TNCRequest.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc20/TNC20Logger.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc20/TNC20Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc20/TNC20Setup.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21ConsoleTree.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Controller.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Deserialize.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21LocalSignatory.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Logger.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Setup.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21Signatory.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/TNC21WellKnown.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Async.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22ConsoleTree.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Controller.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Deserialize.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22LocalSignatory.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Logger.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Setup.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Signatory.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22WellKnown.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Controller.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Deserialize.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23LocalSignatory.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Logger.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Request.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Setup.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23Signatory.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc23/TNC23WellKnown.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TArrayTools.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TAsync.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TFileTools.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TPathTools.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TRequest.php
-share/nextcloud/apps/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/TStringTools.php
 share/nextcloud/apps/circles/vendor/autoload.php
 share/nextcloud/apps/circles/vendor/composer/ClassLoader.php
 share/nextcloud/apps/circles/vendor/composer/LICENSE
@@ -7866,6 +7815,8 @@ share/nextcloud/apps/cloud_federation_ap
 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
@@ -7878,6 +7829,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
@@ -7890,6 +7843,10 @@ share/nextcloud/apps/cloud_federation_ap
 share/nextcloud/apps/cloud_federation_api/l10n/is.json
 share/nextcloud/apps/cloud_federation_api/l10n/it.js
 share/nextcloud/apps/cloud_federation_api/l10n/it.json
+share/nextcloud/apps/cloud_federation_api/l10n/ja.js
+share/nextcloud/apps/cloud_federation_api/l10n/ja.json
+share/nextcloud/apps/cloud_federation_api/l10n/lt_LT.js
+share/nextcloud/apps/cloud_federation_api/l10n/lt_LT.json
 share/nextcloud/apps/cloud_federation_api/l10n/mk.js
 share/nextcloud/apps/cloud_federation_api/l10n/mk.json
 share/nextcloud/apps/cloud_federation_api/l10n/my.js
@@ -8228,6 +8185,8 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/l10n/hu.json
 share/nextcloud/apps/contactsinteraction/l10n/it.js
 share/nextcloud/apps/contactsinteraction/l10n/it.json
+share/nextcloud/apps/contactsinteraction/l10n/ja.js
+share/nextcloud/apps/contactsinteraction/l10n/ja.json
 share/nextcloud/apps/contactsinteraction/l10n/lt_LT.js
 share/nextcloud/apps/contactsinteraction/l10n/lt_LT.json
 share/nextcloud/apps/contactsinteraction/l10n/mk.js
@@ -8248,6 +8207,8 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/l10n/sk.json
 share/nextcloud/apps/contactsinteraction/l10n/sl.js
 share/nextcloud/apps/contactsinteraction/l10n/sl.json
+share/nextcloud/apps/contactsinteraction/l10n/sv.js
+share/nextcloud/apps/contactsinteraction/l10n/sv.json
 share/nextcloud/apps/contactsinteraction/l10n/tr.js
 share/nextcloud/apps/contactsinteraction/l10n/tr.json
 share/nextcloud/apps/contactsinteraction/l10n/zh_CN.js
@@ -8695,6 +8656,7 @@ share/nextcloud/apps/dav/lib/Connector/S
 share/nextcloud/apps/dav/lib/Connector/Sabre/DavAclPlugin.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php
+share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/BadGateway.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php
@@ -12171,10 +12133,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
@@ -12187,6 +12153,8 @@ share/nextcloud/apps/lookup_server_conne
 share/nextcloud/apps/lookup_server_connector/l10n/es.json
 share/nextcloud/apps/lookup_server_connector/l10n/eu.js
 share/nextcloud/apps/lookup_server_connector/l10n/eu.json
+share/nextcloud/apps/lookup_server_connector/l10n/fi.js
+share/nextcloud/apps/lookup_server_connector/l10n/fi.json
 share/nextcloud/apps/lookup_server_connector/l10n/fr.js
 share/nextcloud/apps/lookup_server_connector/l10n/fr.json
 share/nextcloud/apps/lookup_server_connector/l10n/gl.js
@@ -12199,6 +12167,12 @@ 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/ja.js
+share/nextcloud/apps/lookup_server_connector/l10n/ja.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/lt_LT.js
+share/nextcloud/apps/lookup_server_connector/l10n/lt_LT.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
@@ -12624,6 +12598,8 @@ share/nextcloud/apps/oauth2/l10n/ar.js
 share/nextcloud/apps/oauth2/l10n/ar.json
 share/nextcloud/apps/oauth2/l10n/ast.js
 share/nextcloud/apps/oauth2/l10n/ast.json
+share/nextcloud/apps/oauth2/l10n/bg.js
+share/nextcloud/apps/oauth2/l10n/bg.json
 share/nextcloud/apps/oauth2/l10n/br.js
 share/nextcloud/apps/oauth2/l10n/br.json
 share/nextcloud/apps/oauth2/l10n/ca.js
@@ -12716,6 +12692,8 @@ share/nextcloud/apps/oauth2/l10n/nb.js
 share/nextcloud/apps/oauth2/l10n/nb.json
 share/nextcloud/apps/oauth2/l10n/nl.js
 share/nextcloud/apps/oauth2/l10n/nl.json
+share/nextcloud/apps/oauth2/l10n/oc.js
+share/nextcloud/apps/oauth2/l10n/oc.json
 share/nextcloud/apps/oauth2/l10n/pl.js
 share/nextcloud/apps/oauth2/l10n/pl.json
 share/nextcloud/apps/oauth2/l10n/pt_BR.js
@@ -13340,6 +13318,8 @@ share/nextcloud/apps/provisioning_api/co
 share/nextcloud/apps/provisioning_api/composer/composer/installed.json
 share/nextcloud/apps/provisioning_api/composer/composer/installed.php
 share/nextcloud/apps/provisioning_api/img/app.svg
+share/nextcloud/apps/provisioning_api/l10n/bg.js
+share/nextcloud/apps/provisioning_api/l10n/bg.json
 share/nextcloud/apps/provisioning_api/l10n/ca.js
 share/nextcloud/apps/provisioning_api/l10n/ca.json
 share/nextcloud/apps/provisioning_api/l10n/cs.js
@@ -13452,6 +13432,8 @@ share/nextcloud/apps/recommendations/l10
 share/nextcloud/apps/recommendations/l10n/hr.json
 share/nextcloud/apps/recommendations/l10n/hu.js
 share/nextcloud/apps/recommendations/l10n/hu.json
+share/nextcloud/apps/recommendations/l10n/id.js
+share/nextcloud/apps/recommendations/l10n/id.json
 share/nextcloud/apps/recommendations/l10n/is.js
 share/nextcloud/apps/recommendations/l10n/is.json
 share/nextcloud/apps/recommendations/l10n/it.js
@@ -13769,6 +13751,8 @@ share/nextcloud/apps/settings/js/setting
 share/nextcloud/apps/settings/js/templates.js
 share/nextcloud/apps/settings/js/templates/federationscopemenu.handlebars
 share/nextcloud/apps/settings/js/usersettings.js
+share/nextcloud/apps/settings/js/vue-settings-admin-basic-settings.js
+share/nextcloud/apps/settings/js/vue-settings-admin-basic-settings.js.map
 share/nextcloud/apps/settings/js/vue-settings-admin-delegation.js
 share/nextcloud/apps/settings/js/vue-settings-admin-delegation.js.map
 share/nextcloud/apps/settings/js/vue-settings-admin-security.js
@@ -14048,6 +14032,8 @@ share/nextcloud/apps/sharebymail/img/app
 share/nextcloud/apps/sharebymail/js/settings-admin.js
 share/nextcloud/apps/sharebymail/l10n/ast.js
 share/nextcloud/apps/sharebymail/l10n/ast.json
+share/nextcloud/apps/sharebymail/l10n/bg.js
+share/nextcloud/apps/sharebymail/l10n/bg.json
 share/nextcloud/apps/sharebymail/l10n/ca.js
 share/nextcloud/apps/sharebymail/l10n/ca.json
 share/nextcloud/apps/sharebymail/l10n/cs.js
@@ -15138,12 +15124,8 @@ share/nextcloud/apps/text/l10n/eo.js
 share/nextcloud/apps/text/l10n/eo.json
 share/nextcloud/apps/text/l10n/es.js
 share/nextcloud/apps/text/l10n/es.json
-share/nextcloud/apps/text/l10n/es_AR.js
-share/nextcloud/apps/text/l10n/es_AR.json
 share/nextcloud/apps/text/l10n/es_MX.js
 share/nextcloud/apps/text/l10n/es_MX.json
-share/nextcloud/apps/text/l10n/et_EE.js
-share/nextcloud/apps/text/l10n/et_EE.json
 share/nextcloud/apps/text/l10n/eu.js
 share/nextcloud/apps/text/l10n/eu.json
 share/nextcloud/apps/text/l10n/fa.js
@@ -15244,6 +15226,7 @@ share/nextcloud/apps/text/lib/Migration/
 share/nextcloud/apps/text/lib/Migration/Version030001Date20200402075029.php
 share/nextcloud/apps/text/lib/Migration/Version030201Date20201116110353.php
 share/nextcloud/apps/text/lib/Migration/Version030201Date20201116123153.php
+share/nextcloud/apps/text/lib/Migration/Version030401Date20220203141002.php
 share/nextcloud/apps/text/lib/Service/ApiService.php
 share/nextcloud/apps/text/lib/Service/DocumentService.php
 share/nextcloud/apps/text/lib/Service/SessionService.php
@@ -16210,6 +16193,8 @@ share/nextcloud/apps/user_status/l10n/af
 share/nextcloud/apps/user_status/l10n/af.json
 share/nextcloud/apps/user_status/l10n/ar.js
 share/nextcloud/apps/user_status/l10n/ar.json
+share/nextcloud/apps/user_status/l10n/bg.js
+share/nextcloud/apps/user_status/l10n/bg.json
 share/nextcloud/apps/user_status/l10n/ca.js
 share/nextcloud/apps/user_status/l10n/ca.json
 share/nextcloud/apps/user_status/l10n/cs.js
@@ -16258,6 +16243,8 @@ share/nextcloud/apps/user_status/l10n/pl
 share/nextcloud/apps/user_status/l10n/pl.json
 share/nextcloud/apps/user_status/l10n/pt_BR.js
 share/nextcloud/apps/user_status/l10n/pt_BR.json
+share/nextcloud/apps/user_status/l10n/pt_PT.js
+share/nextcloud/apps/user_status/l10n/pt_PT.json
 share/nextcloud/apps/user_status/l10n/ru.js
 share/nextcloud/apps/user_status/l10n/ru.json
 share/nextcloud/apps/user_status/l10n/sc.js
@@ -16538,6 +16525,8 @@ share/nextcloud/apps/weather_status/js/w
 share/nextcloud/apps/weather_status/js/weather-status.js.map
 share/nextcloud/apps/weather_status/l10n/af.js
 share/nextcloud/apps/weather_status/l10n/af.json
+share/nextcloud/apps/weather_status/l10n/bg.js
+share/nextcloud/apps/weather_status/l10n/bg.json
 share/nextcloud/apps/weather_status/l10n/ca.js
 share/nextcloud/apps/weather_status/l10n/ca.json
 share/nextcloud/apps/weather_status/l10n/cs.js
@@ -16987,7 +16976,10 @@ share/nextcloud/core/Migrations/Version2
 share/nextcloud/core/Migrations/Version23000Date20210930122352.php
 share/nextcloud/core/Migrations/Version23000Date20211203110726.php
 share/nextcloud/core/Migrations/Version23000Date20211213203940.php
+share/nextcloud/core/Migrations/Version24000Date20211213081506.php
+share/nextcloud/core/Migrations/Version24000Date20211213081604.php
 share/nextcloud/core/Migrations/Version24000Date20211230140012.php
+share/nextcloud/core/Migrations/Version24000Date20220131153041.php
 share/nextcloud/core/Notification/CoreNotifier.php
 share/nextcloud/core/Service/LoginFlowV2Service.php
 share/nextcloud/core/ajax/update.php
@@ -17079,9 +17071,11 @@ share/nextcloud/core/doc/admin/_images/l
 share/nextcloud/core/doc/admin/_images/local.png
 share/nextcloud/core/doc/admin/_images/mount_options.png
 share/nextcloud/core/doc/admin/_images/oauth2-settings.png
+share/nextcloud/core/doc/admin/_images/office.png
 share/nextcloud/core/doc/admin/_images/openstack.png
 share/nextcloud/core/doc/admin/_images/phpinfo.png
 share/nextcloud/core/doc/admin/_images/preview_images.png
+share/nextcloud/core/doc/admin/_images/profile_default_setting.png
 share/nextcloud/core/doc/admin/_images/rackspace.png
 share/nextcloud/core/doc/admin/_images/retention_sample.png
 share/nextcloud/core/doc/admin/_images/security-setup-warning-1.png
@@ -17124,6 +17118,7 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/configuration_database/index.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_database/linux_database_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_database/mysql_4byte_support.rst.txt
+share/nextcloud/core/doc/admin/_sources/configuration_database/splitting.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/default_files_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/encryption_configuration.rst.txt
@@ -17170,6 +17165,7 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/configuration_user/instruction_set_for_apps.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/instruction_set_for_groups.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/instruction_set_for_users.rst.txt
+share/nextcloud/core/doc/admin/_sources/configuration_user/profile_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/reset_admin_password.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/reset_user_password.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/two_factor-auth.rst.txt
@@ -17217,6 +17213,14 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/maintenance/restore.rst.txt
 share/nextcloud/core/doc/admin/_sources/maintenance/update.rst.txt
 share/nextcloud/core/doc/admin/_sources/maintenance/upgrade.rst.txt
+share/nextcloud/core/doc/admin/_sources/office/configuration.rst.txt
+share/nextcloud/core/doc/admin/_sources/office/example-docker.rst.txt
+share/nextcloud/core/doc/admin/_sources/office/example-ubuntu.rst.txt
+share/nextcloud/core/doc/admin/_sources/office/index.rst.txt
+share/nextcloud/core/doc/admin/_sources/office/installation.rst.txt
+share/nextcloud/core/doc/admin/_sources/office/migration.rst.txt
+share/nextcloud/core/doc/admin/_sources/office/proxy.rst.txt
+share/nextcloud/core/doc/admin/_sources/office/troubleshooting.rst.txt
 share/nextcloud/core/doc/admin/_sources/release_notes.rst.txt
 share/nextcloud/core/doc/admin/_sources/release_schedule.rst.txt
 share/nextcloud/core/doc/admin/_static/basic.css
@@ -17276,6 +17280,7 @@ share/nextcloud/core/doc/admin/configura
 share/nextcloud/core/doc/admin/configuration_database/index.html
 share/nextcloud/core/doc/admin/configuration_database/linux_database_configuration.html
 share/nextcloud/core/doc/admin/configuration_database/mysql_4byte_support.html
+share/nextcloud/core/doc/admin/configuration_database/splitting.html
 share/nextcloud/core/doc/admin/configuration_files/big_file_upload_configuration.html
 share/nextcloud/core/doc/admin/configuration_files/default_files_configuration.html
 share/nextcloud/core/doc/admin/configuration_files/encryption_configuration.html
@@ -17322,6 +17327,7 @@ share/nextcloud/core/doc/admin/configura
 share/nextcloud/core/doc/admin/configuration_user/instruction_set_for_apps.html
 share/nextcloud/core/doc/admin/configuration_user/instruction_set_for_groups.html
 share/nextcloud/core/doc/admin/configuration_user/instruction_set_for_users.html
+share/nextcloud/core/doc/admin/configuration_user/profile_configuration.html
 share/nextcloud/core/doc/admin/configuration_user/reset_admin_password.html
 share/nextcloud/core/doc/admin/configuration_user/reset_user_password.html
 share/nextcloud/core/doc/admin/configuration_user/two_factor-auth.html
@@ -17371,6 +17377,14 @@ share/nextcloud/core/doc/admin/maintenan
 share/nextcloud/core/doc/admin/maintenance/update.html
 share/nextcloud/core/doc/admin/maintenance/upgrade.html
 share/nextcloud/core/doc/admin/objects.inv
+share/nextcloud/core/doc/admin/office/configuration.html
+share/nextcloud/core/doc/admin/office/example-docker.html
+share/nextcloud/core/doc/admin/office/example-ubuntu.html
+share/nextcloud/core/doc/admin/office/index.html
+share/nextcloud/core/doc/admin/office/installation.html
+share/nextcloud/core/doc/admin/office/migration.html
+share/nextcloud/core/doc/admin/office/proxy.html
+share/nextcloud/core/doc/admin/office/troubleshooting.html
 share/nextcloud/core/doc/admin/release_notes.html
 share/nextcloud/core/doc/admin/release_schedule.html
 share/nextcloud/core/doc/admin/search.html
@@ -18018,8 +18032,6 @@ share/nextcloud/core/l10n/sk.js
 share/nextcloud/core/l10n/sk.json
 share/nextcloud/core/l10n/sl.js
 share/nextcloud/core/l10n/sl.json
-share/nextcloud/core/l10n/sq.js
-share/nextcloud/core/l10n/sq.json
 share/nextcloud/core/l10n/sr.js
 share/nextcloud/core/l10n/sr.json
 share/nextcloud/core/l10n/sv.js
@@ -18030,8 +18042,6 @@ share/nextcloud/core/l10n/tr.js
 share/nextcloud/core/l10n/tr.json
 share/nextcloud/core/l10n/uk.js
 share/nextcloud/core/l10n/uk.json
-share/nextcloud/core/l10n/vi.js
-share/nextcloud/core/l10n/vi.json
 share/nextcloud/core/l10n/zh_CN.js
 share/nextcloud/core/l10n/zh_CN.json
 share/nextcloud/core/l10n/zh_HK.js
@@ -18898,6 +18908,7 @@ share/nextcloud/lib/private/Repair/Owncl
 share/nextcloud/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php
 share/nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php
 share/nextcloud/lib/private/Repair/Owncloud/InstallCoreBundle.php
+share/nextcloud/lib/private/Repair/Owncloud/MigrateOauthTables.php
 share/nextcloud/lib/private/Repair/Owncloud/MoveAvatars.php
 share/nextcloud/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php
 share/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php

Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.52 pkgsrc/www/php-nextcloud/distinfo:1.53
--- pkgsrc/www/php-nextcloud/distinfo:1.52      Fri Feb 25 02:47:00 2022
+++ pkgsrc/www/php-nextcloud/distinfo   Thu May 12 11:26:54 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2022/02/25 02:47:00 ryoon Exp $
+$NetBSD: distinfo,v 1.53 2022/05/12 11:26:54 khorben Exp $
 
-BLAKE2s (nextcloud-23.0.2.tar.bz2) = b6dce57f7416a3bc3fd4868065088e7bda91a42f836fdab737f48a5fd2f701e1
-SHA512 (nextcloud-23.0.2.tar.bz2) = 0c033a39a13daf2be1f6720908ca0052659995458ad6ab3c22147761a10d62da1ad0fb9f0c1090b4e8ba993729b95cad02e9b39b6a682a02c832329c2fbe68f9
-Size (nextcloud-23.0.2.tar.bz2) = 139878469 bytes
+BLAKE2s (nextcloud-23.0.4.tar.bz2) = 8d877faaf155c8a9b75f6fedc1641ffaec22fdf862822e3cf441bbdd56dce300
+SHA512 (nextcloud-23.0.4.tar.bz2) = f43acf7c9df6e3105d9085bf9b4c95eebca83812980b933cd57920dec5684c34fe47e8f5395aa7eed806c75f13049790a30b2f8abce8738f9e8a55b24280871f
+Size (nextcloud-23.0.4.tar.bz2) = 140409123 bytes



Home | Main Index | Thread Index | Old Index