pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/php-nextcloud php-nextcloud: Update to 22.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/031498b91c2b
branches:  trunk
changeset: 458011:031498b91c2b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Sep 06 13:06:48 2021 +0000

description:
php-nextcloud: Update to 22.1.1

* Add security/php-sodium as dependency.

Changelog:
Changes

  * Manual backport of "No limit in the number of group shares" #27875 (server#
    27993)
  * Extend pending shares list in frontend to include remote shares (server#
    28209)
  * Allow to disable group membership change notification (server#28231)
  * Add h2 to personal info page, fixing accessibility issue (server#28252)
  * Add quota restrictions options (server#28256)
  * Bump marked from 2.0.6 to 2.0.7 (server#28271)
  * Fix CI failures when building settings app (server#28274)
  * Check that php was compiled with argon2 support or that the php-sodium
    extensions is installed (server#28288)
  * Allow upgrade from 22.1 (server#28304)
  * Bump dompurify from 2.2.8 to 2.2.9 (server#28340)
  * Bump @babel/preset-env from 7.14.8 to 7.14.9 (server#28341)
  * Bump vue-loader from 15.9.7 to 15.9.8 (server#28342)
  * Change the concurrent upload limit to less than 10 (server#28353)
  * Fix Folder->getById() when a single storage is mounted multiple times
    (server#28359)
  * Make "name" column nullable for workflows (server#28384)
  * Gracefully handle smb acls for users without a domain (server#28416)
  * Add missing files for Composer v2 (server#28441)
  * Improve auto expiration hint for trashbin and file versions (server#28446)
  * UnifiedSearchController: strip webroot from URL before finding a route
    (server#28454)
  * Only trap E_ERROR in session handling (server#28470)
  * Disable autofocus of primary Email (server#28479)
  * Emit an error log when the app token login name does not match (server#
    28489)
  * Hash cache key (server#28494)
  * Fix #20913: Check image resource before attempting to preserve alpha
    (server#28499)
  * Output exception in cron (server#28518)
  * Properly log errors in Movie previews generation (server#28522)
  * Fix folder size contained in S3 buckets (server#28534)
  * Set alias for result of cast column function (server#28536)
  * Do not load versions tab view if the files app is not available (server#
    28545)
  * Bump webdav from 4.6.0 to 4.6.1 (server#28553)
  * Fix UserController tests (server#28568)
  * Use case insensitive like when limiting search to jail (server#28573)
  * Log exception message during failed ownership transfer share restore
    (server#28576)
  * Use getGetUnjailedRoot to determine if jailed search needs the path filter
    (server#28583)
  * 22.1.1-rc2 (server#28590)
  * Fix setting up 2FA providers when 2FA is enforced and bc are generated
    (server#28596)
  * Fix activity design (activity#633)
  * Check if `$knownPath` is set before invoking `rtrim()` (circles#776)
  * Generate quick members' memberships during migration (circles#779)
  * Verify shareType in params (circles#782)
  * Details on non-visible (but open) circles (circles#787)
  * Fix definition on single circles (circles#788)
  * Emulate initiator on CircleJoin (circles#791)
  * Owner of NO_OWNER should not have memberships cached (circles#799)
  * Fix notification when invited to a circle (circles#800)
  * Exception on non visible circle (circles#805)
  * Force join_request on old secret circles (circles#806)
  * Fix hide download and printing (files_pdfviewer#460)
  * Fix body footer hiding (files_pdfviewer#463)
  * Disable download for pdf files (files_pdfviewer#469)
  * Fix download & print view (files_pdfviewer#473)
  * Fix share option being displayed erroneously (files_rightclick#119)
  * Give twofactor nextcloud notifications a high priority (notifications#1062)
  * Always show the dismiss all button (notifications#1065)
  * Fix maria db tests (notifications#1067)
  * High priority for the PhoneTrack app (notifications#1070)
  * Bump @babel/plugin-transform-modules-commonjs from 7.14.0 to 7.14.5 (text#
    1732)
  * Bump @babel/plugin-transform-classes from 7.14.5 to 7.14.9 (text#1813)
  * Bump vue-loader from 15.9.7 to 15.9.8 (text#1814)
  * Bump @babel/preset-env from 7.14.5 to 7.14.9 (text#1815)

diffstat:

 www/php-nextcloud/Makefile |    5 +-
 www/php-nextcloud/PLIST    |  165 ++++++++++++++++++++++++++++++++++----------
 www/php-nextcloud/distinfo |   10 +-
 3 files changed, 136 insertions(+), 44 deletions(-)

diffs (truncated from 689 to 300 lines):

diff -r b3e4a1ddc9e1 -r 031498b91c2b www/php-nextcloud/Makefile
--- a/www/php-nextcloud/Makefile        Mon Sep 06 12:22:43 2021 +0000
+++ b/www/php-nextcloud/Makefile        Mon Sep 06 13:06:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2021/08/23 15:08:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.57 2021/09/06 13:06:48 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.0
+DISTNAME=      nextcloud-22.1.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://download.nextcloud.com/server/releases/
@@ -30,6 +30,7 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-posix>=5.4.0:../../devel/php-posix
 DEPENDS+=      ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl
 DEPENDS+=      ${PHP_PKG_PREFIX}-intl>=5.4.0:../../textproc/php-intl
+DEPENDS+=      ${PHP_PKG_PREFIX}-sodium>=5.4.0:../../security/php-sodium
 
 .include "options.mk"
 
diff -r b3e4a1ddc9e1 -r 031498b91c2b www/php-nextcloud/PLIST
--- a/www/php-nextcloud/PLIST   Mon Sep 06 12:22:43 2021 +0000
+++ b/www/php-nextcloud/PLIST   Mon Sep 06 13:06:48 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.45 2021/08/23 15:08:23 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.46 2021/09/06 13:06:48 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.github/dependabot.yml
@@ -6627,13 +6627,17 @@
 share/nextcloud/apps/accessibility/appinfo/signature.json
 share/nextcloud/apps/accessibility/composer/autoload.php
 share/nextcloud/apps/accessibility/composer/composer.json
+share/nextcloud/apps/accessibility/composer/composer.lock
 share/nextcloud/apps/accessibility/composer/composer/ClassLoader.php
+share/nextcloud/apps/accessibility/composer/composer/InstalledVersions.php
 share/nextcloud/apps/accessibility/composer/composer/LICENSE
 share/nextcloud/apps/accessibility/composer/composer/autoload_classmap.php
 share/nextcloud/apps/accessibility/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/accessibility/composer/composer/autoload_psr4.php
 share/nextcloud/apps/accessibility/composer/composer/autoload_real.php
 share/nextcloud/apps/accessibility/composer/composer/autoload_static.php
+share/nextcloud/apps/accessibility/composer/composer/installed.json
+share/nextcloud/apps/accessibility/composer/composer/installed.php
 share/nextcloud/apps/accessibility/css/dark.scss
 share/nextcloud/apps/accessibility/css/fontdyslexic.scss
 share/nextcloud/apps/accessibility/css/highcontrast.scss
@@ -7084,13 +7088,17 @@
 share/nextcloud/apps/admin_audit/appinfo/signature.json
 share/nextcloud/apps/admin_audit/composer/autoload.php
 share/nextcloud/apps/admin_audit/composer/composer.json
+share/nextcloud/apps/admin_audit/composer/composer.lock
 share/nextcloud/apps/admin_audit/composer/composer/ClassLoader.php
+share/nextcloud/apps/admin_audit/composer/composer/InstalledVersions.php
 share/nextcloud/apps/admin_audit/composer/composer/LICENSE
 share/nextcloud/apps/admin_audit/composer/composer/autoload_classmap.php
 share/nextcloud/apps/admin_audit/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/admin_audit/composer/composer/autoload_psr4.php
 share/nextcloud/apps/admin_audit/composer/composer/autoload_real.php
 share/nextcloud/apps/admin_audit/composer/composer/autoload_static.php
+share/nextcloud/apps/admin_audit/composer/composer/installed.json
+share/nextcloud/apps/admin_audit/composer/composer/installed.php
 share/nextcloud/apps/admin_audit/l10n/ar.js
 share/nextcloud/apps/admin_audit/l10n/ar.json
 share/nextcloud/apps/admin_audit/l10n/bg.js
@@ -7844,13 +7852,17 @@
 share/nextcloud/apps/cloud_federation_api/appinfo/signature.json
 share/nextcloud/apps/cloud_federation_api/composer/autoload.php
 share/nextcloud/apps/cloud_federation_api/composer/composer.json
+share/nextcloud/apps/cloud_federation_api/composer/composer.lock
 share/nextcloud/apps/cloud_federation_api/composer/composer/ClassLoader.php
+share/nextcloud/apps/cloud_federation_api/composer/composer/InstalledVersions.php
 share/nextcloud/apps/cloud_federation_api/composer/composer/LICENSE
 share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_classmap.php
 share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_psr4.php
 share/nextcloud/apps/cloud_federation_api/composer/composer/autoload_real.php
 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/ca.js
 share/nextcloud/apps/cloud_federation_api/l10n/ca.json
 share/nextcloud/apps/cloud_federation_api/l10n/cs.js
@@ -7921,13 +7933,17 @@
 share/nextcloud/apps/comments/appinfo/signature.json
 share/nextcloud/apps/comments/composer/autoload.php
 share/nextcloud/apps/comments/composer/composer.json
+share/nextcloud/apps/comments/composer/composer.lock
 share/nextcloud/apps/comments/composer/composer/ClassLoader.php
+share/nextcloud/apps/comments/composer/composer/InstalledVersions.php
 share/nextcloud/apps/comments/composer/composer/LICENSE
 share/nextcloud/apps/comments/composer/composer/autoload_classmap.php
 share/nextcloud/apps/comments/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/comments/composer/composer/autoload_psr4.php
 share/nextcloud/apps/comments/composer/composer/autoload_real.php
 share/nextcloud/apps/comments/composer/composer/autoload_static.php
+share/nextcloud/apps/comments/composer/composer/installed.json
+share/nextcloud/apps/comments/composer/composer/installed.php
 share/nextcloud/apps/comments/img/comments-dark.svg
 share/nextcloud/apps/comments/img/comments.svg
 share/nextcloud/apps/comments/js/comments-app.js
@@ -8168,13 +8184,17 @@
 share/nextcloud/apps/contactsinteraction/appinfo/signature.json
 share/nextcloud/apps/contactsinteraction/composer/autoload.php
 share/nextcloud/apps/contactsinteraction/composer/composer.json
+share/nextcloud/apps/contactsinteraction/composer/composer.lock
 share/nextcloud/apps/contactsinteraction/composer/composer/ClassLoader.php
+share/nextcloud/apps/contactsinteraction/composer/composer/InstalledVersions.php
 share/nextcloud/apps/contactsinteraction/composer/composer/LICENSE
 share/nextcloud/apps/contactsinteraction/composer/composer/autoload_classmap.php
 share/nextcloud/apps/contactsinteraction/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/contactsinteraction/composer/composer/autoload_psr4.php
 share/nextcloud/apps/contactsinteraction/composer/composer/autoload_real.php
 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/ca.js
 share/nextcloud/apps/contactsinteraction/l10n/ca.json
 share/nextcloud/apps/contactsinteraction/l10n/cs.js
@@ -8314,6 +8334,8 @@
 share/nextcloud/apps/dashboard/l10n/hr.json
 share/nextcloud/apps/dashboard/l10n/hu.js
 share/nextcloud/apps/dashboard/l10n/hu.json
+share/nextcloud/apps/dashboard/l10n/id.js
+share/nextcloud/apps/dashboard/l10n/id.json
 share/nextcloud/apps/dashboard/l10n/it.js
 share/nextcloud/apps/dashboard/l10n/it.json
 share/nextcloud/apps/dashboard/l10n/ja.js
@@ -8377,13 +8399,17 @@
 share/nextcloud/apps/dav/bin/chunkperf.php
 share/nextcloud/apps/dav/composer/autoload.php
 share/nextcloud/apps/dav/composer/composer.json
+share/nextcloud/apps/dav/composer/composer.lock
 share/nextcloud/apps/dav/composer/composer/ClassLoader.php
+share/nextcloud/apps/dav/composer/composer/InstalledVersions.php
 share/nextcloud/apps/dav/composer/composer/LICENSE
 share/nextcloud/apps/dav/composer/composer/autoload_classmap.php
 share/nextcloud/apps/dav/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/dav/composer/composer/autoload_psr4.php
 share/nextcloud/apps/dav/composer/composer/autoload_real.php
 share/nextcloud/apps/dav/composer/composer/autoload_static.php
+share/nextcloud/apps/dav/composer/composer/installed.json
+share/nextcloud/apps/dav/composer/composer/installed.php
 share/nextcloud/apps/dav/css/schedule-response.css
 share/nextcloud/apps/dav/js/settings-admin-caldav.js
 share/nextcloud/apps/dav/js/settings-admin-caldav.js.map
@@ -8813,13 +8839,17 @@
 share/nextcloud/apps/encryption/appinfo/signature.json
 share/nextcloud/apps/encryption/composer/autoload.php
 share/nextcloud/apps/encryption/composer/composer.json
+share/nextcloud/apps/encryption/composer/composer.lock
 share/nextcloud/apps/encryption/composer/composer/ClassLoader.php
+share/nextcloud/apps/encryption/composer/composer/InstalledVersions.php
 share/nextcloud/apps/encryption/composer/composer/LICENSE
 share/nextcloud/apps/encryption/composer/composer/autoload_classmap.php
 share/nextcloud/apps/encryption/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/encryption/composer/composer/autoload_psr4.php
 share/nextcloud/apps/encryption/composer/composer/autoload_real.php
 share/nextcloud/apps/encryption/composer/composer/autoload_static.php
+share/nextcloud/apps/encryption/composer/composer/installed.json
+share/nextcloud/apps/encryption/composer/composer/installed.php
 share/nextcloud/apps/encryption/css/settings-admin.css
 share/nextcloud/apps/encryption/css/settings-personal.scss
 share/nextcloud/apps/encryption/img/app.svg
@@ -9033,13 +9063,17 @@
 share/nextcloud/apps/federatedfilesharing/appinfo/signature.json
 share/nextcloud/apps/federatedfilesharing/composer/autoload.php
 share/nextcloud/apps/federatedfilesharing/composer/composer.json
+share/nextcloud/apps/federatedfilesharing/composer/composer.lock
 share/nextcloud/apps/federatedfilesharing/composer/composer/ClassLoader.php
+share/nextcloud/apps/federatedfilesharing/composer/composer/InstalledVersions.php
 share/nextcloud/apps/federatedfilesharing/composer/composer/LICENSE
 share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_classmap.php
 share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_psr4.php
 share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_real.php
 share/nextcloud/apps/federatedfilesharing/composer/composer/autoload_static.php
+share/nextcloud/apps/federatedfilesharing/composer/composer/installed.json
+share/nextcloud/apps/federatedfilesharing/composer/composer/installed.php
 share/nextcloud/apps/federatedfilesharing/css/settings-admin.scss
 share/nextcloud/apps/federatedfilesharing/css/settings-personal.scss
 share/nextcloud/apps/federatedfilesharing/img/social-diaspora.svg
@@ -9228,13 +9262,17 @@
 share/nextcloud/apps/federation/appinfo/signature.json
 share/nextcloud/apps/federation/composer/autoload.php
 share/nextcloud/apps/federation/composer/composer.json
+share/nextcloud/apps/federation/composer/composer.lock
 share/nextcloud/apps/federation/composer/composer/ClassLoader.php
+share/nextcloud/apps/federation/composer/composer/InstalledVersions.php
 share/nextcloud/apps/federation/composer/composer/LICENSE
 share/nextcloud/apps/federation/composer/composer/autoload_classmap.php
 share/nextcloud/apps/federation/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/federation/composer/composer/autoload_psr4.php
 share/nextcloud/apps/federation/composer/composer/autoload_real.php
 share/nextcloud/apps/federation/composer/composer/autoload_static.php
+share/nextcloud/apps/federation/composer/composer/installed.json
+share/nextcloud/apps/federation/composer/composer/installed.php
 share/nextcloud/apps/federation/css/settings-admin.css
 share/nextcloud/apps/federation/img/app.svg
 share/nextcloud/apps/federation/js/settings-admin.js
@@ -9415,13 +9453,17 @@
 share/nextcloud/apps/files/appinfo/signature.json
 share/nextcloud/apps/files/composer/autoload.php
 share/nextcloud/apps/files/composer/composer.json
+share/nextcloud/apps/files/composer/composer.lock
 share/nextcloud/apps/files/composer/composer/ClassLoader.php
+share/nextcloud/apps/files/composer/composer/InstalledVersions.php
 share/nextcloud/apps/files/composer/composer/LICENSE
 share/nextcloud/apps/files/composer/composer/autoload_classmap.php
 share/nextcloud/apps/files/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/files/composer/composer/autoload_psr4.php
 share/nextcloud/apps/files/composer/composer/autoload_real.php
 share/nextcloud/apps/files/composer/composer/autoload_static.php
+share/nextcloud/apps/files/composer/composer/installed.json
+share/nextcloud/apps/files/composer/composer/installed.php
 share/nextcloud/apps/files/css/detailsView.scss
 share/nextcloud/apps/files/css/files.scss
 share/nextcloud/apps/files/css/merged.scss
@@ -10845,13 +10887,17 @@
 share/nextcloud/apps/files_sharing/appinfo/signature.json
 share/nextcloud/apps/files_sharing/composer/autoload.php
 share/nextcloud/apps/files_sharing/composer/composer.json
+share/nextcloud/apps/files_sharing/composer/composer.lock
 share/nextcloud/apps/files_sharing/composer/composer/ClassLoader.php
+share/nextcloud/apps/files_sharing/composer/composer/InstalledVersions.php
 share/nextcloud/apps/files_sharing/composer/composer/LICENSE
 share/nextcloud/apps/files_sharing/composer/composer/autoload_classmap.php
 share/nextcloud/apps/files_sharing/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/files_sharing/composer/composer/autoload_psr4.php
 share/nextcloud/apps/files_sharing/composer/composer/autoload_real.php
 share/nextcloud/apps/files_sharing/composer/composer/autoload_static.php
+share/nextcloud/apps/files_sharing/composer/composer/installed.json
+share/nextcloud/apps/files_sharing/composer/composer/installed.php
 share/nextcloud/apps/files_sharing/css/404.css
 share/nextcloud/apps/files_sharing/css/icons.scss
 share/nextcloud/apps/files_sharing/css/mobile.scss
@@ -11169,13 +11215,17 @@
 share/nextcloud/apps/files_trashbin/appinfo/signature.json
 share/nextcloud/apps/files_trashbin/composer/autoload.php
 share/nextcloud/apps/files_trashbin/composer/composer.json
+share/nextcloud/apps/files_trashbin/composer/composer.lock
 share/nextcloud/apps/files_trashbin/composer/composer/ClassLoader.php
+share/nextcloud/apps/files_trashbin/composer/composer/InstalledVersions.php
 share/nextcloud/apps/files_trashbin/composer/composer/LICENSE
 share/nextcloud/apps/files_trashbin/composer/composer/autoload_classmap.php
 share/nextcloud/apps/files_trashbin/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/files_trashbin/composer/composer/autoload_psr4.php
 share/nextcloud/apps/files_trashbin/composer/composer/autoload_real.php
 share/nextcloud/apps/files_trashbin/composer/composer/autoload_static.php
+share/nextcloud/apps/files_trashbin/composer/composer/installed.json
+share/nextcloud/apps/files_trashbin/composer/composer/installed.php
 share/nextcloud/apps/files_trashbin/img/app.svg
 share/nextcloud/apps/files_trashbin/js/files_trashbin.js
 share/nextcloud/apps/files_trashbin/js/files_trashbin.js.map
@@ -11430,13 +11480,17 @@
 share/nextcloud/apps/files_versions/appinfo/signature.json
 share/nextcloud/apps/files_versions/composer/autoload.php
 share/nextcloud/apps/files_versions/composer/composer.json
+share/nextcloud/apps/files_versions/composer/composer.lock
 share/nextcloud/apps/files_versions/composer/composer/ClassLoader.php
+share/nextcloud/apps/files_versions/composer/composer/InstalledVersions.php
 share/nextcloud/apps/files_versions/composer/composer/LICENSE
 share/nextcloud/apps/files_versions/composer/composer/autoload_classmap.php
 share/nextcloud/apps/files_versions/composer/composer/autoload_namespaces.php
 share/nextcloud/apps/files_versions/composer/composer/autoload_psr4.php
 share/nextcloud/apps/files_versions/composer/composer/autoload_real.php
 share/nextcloud/apps/files_versions/composer/composer/autoload_static.php
+share/nextcloud/apps/files_versions/composer/composer/installed.json
+share/nextcloud/apps/files_versions/composer/composer/installed.php
 share/nextcloud/apps/files_versions/img/app.svg
 share/nextcloud/apps/files_versions/js/files_versions.js
 share/nextcloud/apps/files_versions/js/files_versions.js.map
@@ -11931,14 +11985,8 @@
 share/nextcloud/apps/logreader/l10n/ar.json
 share/nextcloud/apps/logreader/l10n/ast.js
 share/nextcloud/apps/logreader/l10n/ast.json
-share/nextcloud/apps/logreader/l10n/az.js
-share/nextcloud/apps/logreader/l10n/az.json
 share/nextcloud/apps/logreader/l10n/bg.js
 share/nextcloud/apps/logreader/l10n/bg.json
-share/nextcloud/apps/logreader/l10n/bn_BD.js
-share/nextcloud/apps/logreader/l10n/bn_BD.json
-share/nextcloud/apps/logreader/l10n/br.js
-share/nextcloud/apps/logreader/l10n/br.json
 share/nextcloud/apps/logreader/l10n/ca.js
 share/nextcloud/apps/logreader/l10n/ca.json
 share/nextcloud/apps/logreader/l10n/cs.js
@@ -12001,8 +12049,6 @@
 share/nextcloud/apps/logreader/l10n/fa.json
 share/nextcloud/apps/logreader/l10n/fi.js
 share/nextcloud/apps/logreader/l10n/fi.json
-share/nextcloud/apps/logreader/l10n/fo.js
-share/nextcloud/apps/logreader/l10n/fo.json
 share/nextcloud/apps/logreader/l10n/fr.js



Home | Main Index | Thread Index | Old Index