Wednesday, September 06, 2017

UPDATE: Nextcloud-12.0.2

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/nextcloud/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 21 Aug 2017 19:29:20 -0000 1.4
+++ Makefile 6 Sep 2017 19:48:54 -0000
@@ -2,10 +2,9 @@

COMMENT= easy and universal access to shared and/or personal files

-V= 12.0.0
+V= 12.0.2
DISTNAME= nextcloud-${V}
EXTRACT_SUFX= .tar.bz2
-REVISION= 0

CATEGORIES= www

@@ -35,11 +34,29 @@ PREFIX= ${VARBASE}/www
INSTDIR= ${PREFIX}/nextcloud
TINSTDIR= ${TRUEPREFIX}/nextcloud
VR= ${V:R}
-MAJOR= 11
+MAJOR= 12
SUBST_VARS= INSTDIR TINSTDIR MODPHP_BIN VR MAJOR

-RUN_DEPENDS= lang/php/${MODPHP_VERSION},-gd \
- lang/php/${MODPHP_VERSION},-zip
+RUN_DEPENDS= lang/php/${MODPHP_VERSION},-bcmath \
+ lang/php/${MODPHP_VERSION},-ctype \
+ lang/php/${MODPHP_VERSION},-dom \
+ lang/php/${MODPHP_VERSION},-exif \
+ lang/php/${MODPHP_VERSION},-fileinfo \
+ lang/php/${MODPHP_VERSION},-ftp \
+ lang/php/${MODPHP_VERSION},-gd \
+ lang/php/${MODPHP_VERSION},-iconv \
+ lang/php/${MODPHP_VERSION},-json\
+ lang/php/${MODPHP_VERSION},-mbstring \
+ lang/php/${MODPHP_VERSION},-pdo \
+ lang/php/${MODPHP_VERSION},-phar \
+ lang/php/${MODPHP_VERSION},-posix \
+ lang/php/${MODPHP_VERSION},-readline \
+ lang/php/${MODPHP_VERSION},-simplexml \
+ lang/php/${MODPHP_VERSION},-sqlite3 \
+ lang/php/${MODPHP_VERSION},-tokenizer \
+ lang/php/${MODPHP_VERSION},-xmlreader \
+ lang/php/${MODPHP_VERSION},-xmlwriter \
+ lang/php/${MODPHP_VERSION},-zip

# http user authentication
RUN_DEPENDS += lang/php/${MODPHP_VERSION},-curl
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/nextcloud/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 28 May 2017 20:03:16 -0000 1.3
+++ distinfo 6 Sep 2017 19:48:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-12.0.0.tar.bz2) = G52c8F5lfNVkpVK0GPv0LWacpR4P0fHxGP5Ey/k6JD8=
-SIZE (nextcloud-12.0.0.tar.bz2) = 41743343
+SHA256 (nextcloud-12.0.2.tar.bz2) = 6zTWy59V7oS/KthHtLCM25JTIYSP+iJkqbFWbnshoXw=
+SIZE (nextcloud-12.0.2.tar.bz2) = 42756355
Index: patches/patch-version_php
===================================================================
RCS file: /cvs/ports/www/nextcloud/patches/patch-version_php,v
retrieving revision 1.3
diff -u -p -r1.3 patch-version_php
--- patches/patch-version_php 28 May 2017 20:03:16 -0000 1.3
+++ patches/patch-version_php 6 Sep 2017 19:48:54 -0000
@@ -3,8 +3,8 @@ Index: version.php
--- version.php.orig
+++ version.php
@@ -2,7 +2,7 @@
- $OC_Version = array(12,0,0,29);
- $OC_VersionString = '12.0.0';
+ $OC_Version = array(12,0,2,0);
+ $OC_VersionString = '12.0.2';
$OC_Edition = '';
-$OC_Channel = 'stable';
+$OC_Channel = 'OpenBSD ports';
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/nextcloud/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST 21 Aug 2017 19:29:20 -0000 1.4
+++ pkg/PLIST 6 Sep 2017 19:49:27 -0000
@@ -347,13 +347,13 @@ nextcloud/3rdparty/doctrine/dbal/lib/Doc
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php
+nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere${MAJOR}Keywords.php
-nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php
-nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php
+nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer20${MAJOR}Keywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
@@ -362,14 +362,14 @@ nextcloud/3rdparty/doctrine/dbal/lib/Doc
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
+nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere${MAJOR}Platform.php
-nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php
-nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php
+nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer20${MAJOR}Platform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/
@@ -1726,7 +1726,7 @@ nextcloud/3rdparty/patchwork/utf8/src/Pa
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.gsm0338.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-${MAJOR}.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser
@@ -1748,15 +1748,15 @@ nextcloud/3rdparty/patchwork/utf8/src/Pa
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.turkish.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii-quotes.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1250.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1251.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1252.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1253.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1254.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1255.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1256.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1257.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1258.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-${MAJOR}50.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-${MAJOR}51.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-${MAJOR}52.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-${MAJOR}53.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-${MAJOR}54.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-${MAJOR}55.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-${MAJOR}56.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-${MAJOR}57.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-${MAJOR}58.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-ce.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-cyrillic.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-greek.ser
@@ -1789,15 +1789,15 @@ nextcloud/3rdparty/patchwork/utf8/src/Pa
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/WindowsStreamWrapper.php
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/caseFolding_full.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1250.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1251.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1252.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1253.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1254.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1255.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1256.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1257.ser
-nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1258.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit${MAJOR}50.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit${MAJOR}51.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit${MAJOR}52.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit${MAJOR}53.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit${MAJOR}54.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit${MAJOR}55.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit${MAJOR}56.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit${MAJOR}57.ser
+nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit${MAJOR}58.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit874.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit932.ser
nextcloud/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit936.ser
@@ -3875,6 +3875,8 @@ nextcloud/apps/activity/l10n/
nextcloud/apps/activity/l10n/.gitkeep
nextcloud/apps/activity/l10n/.tx/
nextcloud/apps/activity/l10n/.tx/config
+nextcloud/apps/activity/l10n/af.js
+nextcloud/apps/activity/l10n/af.json
nextcloud/apps/activity/l10n/ar.js
nextcloud/apps/activity/l10n/ar.json
nextcloud/apps/activity/l10n/ast.js
@@ -3953,6 +3955,8 @@ nextcloud/apps/activity/l10n/lv.js
nextcloud/apps/activity/l10n/lv.json
nextcloud/apps/activity/l10n/mk.js
nextcloud/apps/activity/l10n/mk.json
+nextcloud/apps/activity/l10n/mn.js
+nextcloud/apps/activity/l10n/mn.json
nextcloud/apps/activity/l10n/nb.js
nextcloud/apps/activity/l10n/nb.json
nextcloud/apps/activity/l10n/nl.js
@@ -3992,6 +3996,8 @@ nextcloud/apps/activity/l10n/vi.js
nextcloud/apps/activity/l10n/vi.json
nextcloud/apps/activity/l10n/zh_CN.js
nextcloud/apps/activity/l10n/zh_CN.json
+nextcloud/apps/activity/l10n/zh_HK.js
+nextcloud/apps/activity/l10n/zh_HK.json
nextcloud/apps/activity/l10n/zh_TW.js
nextcloud/apps/activity/l10n/zh_TW.json
nextcloud/apps/activity/lib/
@@ -4083,6 +4089,7 @@ nextcloud/apps/comments/appinfo/signatur
nextcloud/apps/comments/css/
nextcloud/apps/comments/css/comments.css
nextcloud/apps/comments/img/
+nextcloud/apps/comments/img/comments-dark.svg
nextcloud/apps/comments/img/comments.svg
nextcloud/apps/comments/js/
nextcloud/apps/comments/js/activitytabviewplugin.js
@@ -4095,6 +4102,8 @@ nextcloud/apps/comments/js/filesplugin.j
nextcloud/apps/comments/js/merged.json
nextcloud/apps/comments/l10n/
nextcloud/apps/comments/l10n/.gitkeep
+nextcloud/apps/comments/l10n/af.js
+nextcloud/apps/comments/l10n/af.json
nextcloud/apps/comments/l10n/af_ZA.js
nextcloud/apps/comments/l10n/af_ZA.json
nextcloud/apps/comments/l10n/ar.js
@@ -4308,14 +4317,20 @@ nextcloud/apps/dav/l10n/cs.js
nextcloud/apps/dav/l10n/cs.json
nextcloud/apps/dav/l10n/cs_CZ.js
nextcloud/apps/dav/l10n/cs_CZ.json
+nextcloud/apps/dav/l10n/da.js
+nextcloud/apps/dav/l10n/da.json
nextcloud/apps/dav/l10n/de.js
nextcloud/apps/dav/l10n/de.json
nextcloud/apps/dav/l10n/de_DE.js
nextcloud/apps/dav/l10n/de_DE.json
nextcloud/apps/dav/l10n/el.js
nextcloud/apps/dav/l10n/el.json
+nextcloud/apps/dav/l10n/en_GB.js
+nextcloud/apps/dav/l10n/en_GB.json
nextcloud/apps/dav/l10n/es.js
nextcloud/apps/dav/l10n/es.json
+nextcloud/apps/dav/l10n/es_AR.js
+nextcloud/apps/dav/l10n/es_AR.json
nextcloud/apps/dav/l10n/es_MX.js
nextcloud/apps/dav/l10n/es_MX.json
nextcloud/apps/dav/l10n/fi.js
@@ -4324,6 +4339,8 @@ nextcloud/apps/dav/l10n/fi_FI.js
nextcloud/apps/dav/l10n/fi_FI.json
nextcloud/apps/dav/l10n/fr.js
nextcloud/apps/dav/l10n/fr.json
+nextcloud/apps/dav/l10n/gl.js
+nextcloud/apps/dav/l10n/gl.json
nextcloud/apps/dav/l10n/hu.js
nextcloud/apps/dav/l10n/hu.json
nextcloud/apps/dav/l10n/hu_HU.js
@@ -4771,6 +4788,8 @@ nextcloud/apps/federatedfilesharing/l10n
nextcloud/apps/federatedfilesharing/l10n/eo.json
nextcloud/apps/federatedfilesharing/l10n/es.js
nextcloud/apps/federatedfilesharing/l10n/es.json
+nextcloud/apps/federatedfilesharing/l10n/es_AR.js
+nextcloud/apps/federatedfilesharing/l10n/es_AR.json
nextcloud/apps/federatedfilesharing/l10n/es_MX.js
nextcloud/apps/federatedfilesharing/l10n/es_MX.json
nextcloud/apps/federatedfilesharing/l10n/et_EE.js
@@ -4915,6 +4934,8 @@ nextcloud/apps/federation/l10n/eo.js
nextcloud/apps/federation/l10n/eo.json
nextcloud/apps/federation/l10n/es.js
nextcloud/apps/federation/l10n/es.json
+nextcloud/apps/federation/l10n/es_AR.js
+nextcloud/apps/federation/l10n/es_AR.json
nextcloud/apps/federation/l10n/es_MX.js
nextcloud/apps/federation/l10n/es_MX.json
nextcloud/apps/federation/l10n/et_EE.js
@@ -4925,6 +4946,8 @@ nextcloud/apps/federation/l10n/fi_FI.js
nextcloud/apps/federation/l10n/fi_FI.json
nextcloud/apps/federation/l10n/fr.js
nextcloud/apps/federation/l10n/fr.json
+nextcloud/apps/federation/l10n/gl.js
+nextcloud/apps/federation/l10n/gl.json
nextcloud/apps/federation/l10n/he.js
nextcloud/apps/federation/l10n/he.json
nextcloud/apps/federation/l10n/hu.js
@@ -4945,8 +4968,12 @@ nextcloud/apps/federation/l10n/ko.js
nextcloud/apps/federation/l10n/ko.json
nextcloud/apps/federation/l10n/lb.js
nextcloud/apps/federation/l10n/lb.json
+nextcloud/apps/federation/l10n/lt_LT.js
+nextcloud/apps/federation/l10n/lt_LT.json
nextcloud/apps/federation/l10n/lv.js
nextcloud/apps/federation/l10n/lv.json
+nextcloud/apps/federation/l10n/mn.js
+nextcloud/apps/federation/l10n/mn.json
nextcloud/apps/federation/l10n/nb.js
nextcloud/apps/federation/l10n/nb.json
nextcloud/apps/federation/l10n/nb_NO.js
@@ -5025,9 +5052,12 @@ nextcloud/apps/files/css/mobile.scss
nextcloud/apps/files/css/upload.scss
nextcloud/apps/files/download.php
nextcloud/apps/files/img/
+nextcloud/apps/files/img/add-color.png
nextcloud/apps/files/img/add-color.svg
nextcloud/apps/files/img/app.svg
+nextcloud/apps/files/img/change.png
nextcloud/apps/files/img/change.svg
+nextcloud/apps/files/img/delete-color.png
nextcloud/apps/files/img/delete-color.svg
nextcloud/apps/files/img/delete.svg
nextcloud/apps/files/img/external.svg
@@ -6266,7 +6296,7 @@ nextcloud/apps/files_external/3rdparty/g
nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeReporting.php
nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/
nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/Abstract.php
-nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/P12.php
+nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/P${MAJOR}.php
nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/
nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Exception.php
nextcloud/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Retryable.php
@@ -7433,7 +7463,6 @@ nextcloud/apps/files_sharing/lib/ShareBa
nextcloud/apps/files_sharing/lib/ShareBackend/File.php
nextcloud/apps/files_sharing/lib/ShareBackend/Folder.php
nextcloud/apps/files_sharing/lib/SharedMount.php
-nextcloud/apps/files_sharing/lib/SharedPropagator.php
nextcloud/apps/files_sharing/lib/SharedStorage.php
nextcloud/apps/files_sharing/lib/Updater.php
nextcloud/apps/files_sharing/list.php
@@ -7785,167 +7814,141 @@ nextcloud/apps/files_texteditor/l10n/.gi
nextcloud/apps/files_texteditor/l10n/.tx/
nextcloud/apps/files_texteditor/l10n/.tx/config
nextcloud/apps/files_texteditor/l10n/ar.php
+nextcloud/apps/files_texteditor/l10n/ast.js
+nextcloud/apps/files_texteditor/l10n/ast.json
nextcloud/apps/files_texteditor/l10n/az.js
nextcloud/apps/files_texteditor/l10n/az.json
-nextcloud/apps/files_texteditor/l10n/az.php
+nextcloud/apps/files_texteditor/l10n/bg.js
+nextcloud/apps/files_texteditor/l10n/bg.json
nextcloud/apps/files_texteditor/l10n/bg_BG.js
nextcloud/apps/files_texteditor/l10n/bg_BG.json
-nextcloud/apps/files_texteditor/l10n/bg_BG.php
nextcloud/apps/files_texteditor/l10n/bn_BD.php
nextcloud/apps/files_texteditor/l10n/bs.php
nextcloud/apps/files_texteditor/l10n/ca.js
nextcloud/apps/files_texteditor/l10n/ca.json
-nextcloud/apps/files_texteditor/l10n/ca.php
+nextcloud/apps/files_texteditor/l10n/cs.js
+nextcloud/apps/files_texteditor/l10n/cs.json
nextcloud/apps/files_texteditor/l10n/cs_CZ.js
nextcloud/apps/files_texteditor/l10n/cs_CZ.json
-nextcloud/apps/files_texteditor/l10n/cs_CZ.php
nextcloud/apps/files_texteditor/l10n/cy_GB.php
nextcloud/apps/files_texteditor/l10n/da.js
nextcloud/apps/files_texteditor/l10n/da.json
-nextcloud/apps/files_texteditor/l10n/da.php
nextcloud/apps/files_texteditor/l10n/de.js
nextcloud/apps/files_texteditor/l10n/de.json
-nextcloud/apps/files_texteditor/l10n/de.php
nextcloud/apps/files_texteditor/l10n/de_CH.php
nextcloud/apps/files_texteditor/l10n/de_DE.js
nextcloud/apps/files_texteditor/l10n/de_DE.json
-nextcloud/apps/files_texteditor/l10n/de_DE.php
nextcloud/apps/files_texteditor/l10n/el.js
nextcloud/apps/files_texteditor/l10n/el.json
-nextcloud/apps/files_texteditor/l10n/el.php
nextcloud/apps/files_texteditor/l10n/en_GB.js
nextcloud/apps/files_texteditor/l10n/en_GB.json
-nextcloud/apps/files_texteditor/l10n/en_GB.php
-nextcloud/apps/files_texteditor/l10n/eo.php
+nextcloud/apps/files_texteditor/l10n/eo.js
+nextcloud/apps/files_texteditor/l10n/eo.json
nextcloud/apps/files_texteditor/l10n/es.js
nextcloud/apps/files_texteditor/l10n/es.json
-nextcloud/apps/files_texteditor/l10n/es.php
-nextcloud/apps/files_texteditor/l10n/es_AR.php
+nextcloud/apps/files_texteditor/l10n/es_AR.js
+nextcloud/apps/files_texteditor/l10n/es_AR.json
nextcloud/apps/files_texteditor/l10n/es_MX.js
nextcloud/apps/files_texteditor/l10n/es_MX.json
-nextcloud/apps/files_texteditor/l10n/es_MX.php
nextcloud/apps/files_texteditor/l10n/et_EE.js
nextcloud/apps/files_texteditor/l10n/et_EE.json
-nextcloud/apps/files_texteditor/l10n/et_EE.php
nextcloud/apps/files_texteditor/l10n/eu.php
nextcloud/apps/files_texteditor/l10n/eu_ES.php
nextcloud/apps/files_texteditor/l10n/fa.js
nextcloud/apps/files_texteditor/l10n/fa.json
-nextcloud/apps/files_texteditor/l10n/fa.php
+nextcloud/apps/files_texteditor/l10n/fi.js
+nextcloud/apps/files_texteditor/l10n/fi.json
nextcloud/apps/files_texteditor/l10n/fi_FI.js
nextcloud/apps/files_texteditor/l10n/fi_FI.json
-nextcloud/apps/files_texteditor/l10n/fi_FI.php
nextcloud/apps/files_texteditor/l10n/fr.js
nextcloud/apps/files_texteditor/l10n/fr.json
-nextcloud/apps/files_texteditor/l10n/fr.php
nextcloud/apps/files_texteditor/l10n/gl.js
nextcloud/apps/files_texteditor/l10n/gl.json
-nextcloud/apps/files_texteditor/l10n/gl.php
nextcloud/apps/files_texteditor/l10n/he.js
nextcloud/apps/files_texteditor/l10n/he.json
-nextcloud/apps/files_texteditor/l10n/he.php
nextcloud/apps/files_texteditor/l10n/hi.php
nextcloud/apps/files_texteditor/l10n/hr.php
+nextcloud/apps/files_texteditor/l10n/hu.js
+nextcloud/apps/files_texteditor/l10n/hu.json
nextcloud/apps/files_texteditor/l10n/hu_HU.js
nextcloud/apps/files_texteditor/l10n/hu_HU.json
-nextcloud/apps/files_texteditor/l10n/hu_HU.php
nextcloud/apps/files_texteditor/l10n/hy.js
nextcloud/apps/files_texteditor/l10n/hy.json
-nextcloud/apps/files_texteditor/l10n/hy.php
nextcloud/apps/files_texteditor/l10n/ia.php
nextcloud/apps/files_texteditor/l10n/id.js
nextcloud/apps/files_texteditor/l10n/id.json
-nextcloud/apps/files_texteditor/l10n/id.php
nextcloud/apps/files_texteditor/l10n/is.js
nextcloud/apps/files_texteditor/l10n/is.json
-nextcloud/apps/files_texteditor/l10n/is.php
nextcloud/apps/files_texteditor/l10n/it.js
nextcloud/apps/files_texteditor/l10n/it.json
-nextcloud/apps/files_texteditor/l10n/it.php
nextcloud/apps/files_texteditor/l10n/ja.js
nextcloud/apps/files_texteditor/l10n/ja.json
-nextcloud/apps/files_texteditor/l10n/ja.php
nextcloud/apps/files_texteditor/l10n/ka_GE.php
nextcloud/apps/files_texteditor/l10n/km.php
nextcloud/apps/files_texteditor/l10n/ko.js
nextcloud/apps/files_texteditor/l10n/ko.json
-nextcloud/apps/files_texteditor/l10n/ko.php
nextcloud/apps/files_texteditor/l10n/ku_IQ.php
nextcloud/apps/files_texteditor/l10n/lb.php
nextcloud/apps/files_texteditor/l10n/lt_LT.js
nextcloud/apps/files_texteditor/l10n/lt_LT.json
-nextcloud/apps/files_texteditor/l10n/lt_LT.php
nextcloud/apps/files_texteditor/l10n/lv.php
nextcloud/apps/files_texteditor/l10n/mk.php
nextcloud/apps/files_texteditor/l10n/ms_MY.php
+nextcloud/apps/files_texteditor/l10n/nb.js
+nextcloud/apps/files_texteditor/l10n/nb.json
nextcloud/apps/files_texteditor/l10n/nb_NO.js
nextcloud/apps/files_texteditor/l10n/nb_NO.json
-nextcloud/apps/files_texteditor/l10n/nb_NO.php
nextcloud/apps/files_texteditor/l10n/nl.js
nextcloud/apps/files_texteditor/l10n/nl.json
-nextcloud/apps/files_texteditor/l10n/nl.php
-nextcloud/apps/files_texteditor/l10n/nn_NO.php
+nextcloud/apps/files_texteditor/l10n/nn_NO.js
+nextcloud/apps/files_texteditor/l10n/nn_NO.json
nextcloud/apps/files_texteditor/l10n/oc.js
nextcloud/apps/files_texteditor/l10n/oc.json
-nextcloud/apps/files_texteditor/l10n/oc.php
nextcloud/apps/files_texteditor/l10n/pa.php
nextcloud/apps/files_texteditor/l10n/pl.js
nextcloud/apps/files_texteditor/l10n/pl.json
-nextcloud/apps/files_texteditor/l10n/pl.php
nextcloud/apps/files_texteditor/l10n/pt_BR.js
nextcloud/apps/files_texteditor/l10n/pt_BR.json
-nextcloud/apps/files_texteditor/l10n/pt_BR.php
nextcloud/apps/files_texteditor/l10n/pt_PT.js
nextcloud/apps/files_texteditor/l10n/pt_PT.json
-nextcloud/apps/files_texteditor/l10n/pt_PT.php
nextcloud/apps/files_texteditor/l10n/ro.js
nextcloud/apps/files_texteditor/l10n/ro.json
-nextcloud/apps/files_texteditor/l10n/ro.php
nextcloud/apps/files_texteditor/l10n/ru.js
nextcloud/apps/files_texteditor/l10n/ru.json
-nextcloud/apps/files_texteditor/l10n/ru.php
nextcloud/apps/files_texteditor/l10n/si_LK.php
-nextcloud/apps/files_texteditor/l10n/sk.php
+nextcloud/apps/files_texteditor/l10n/sk.js
+nextcloud/apps/files_texteditor/l10n/sk.json
nextcloud/apps/files_texteditor/l10n/sk_SK.js
nextcloud/apps/files_texteditor/l10n/sk_SK.json
-nextcloud/apps/files_texteditor/l10n/sk_SK.php
nextcloud/apps/files_texteditor/l10n/sl.js
nextcloud/apps/files_texteditor/l10n/sl.json
-nextcloud/apps/files_texteditor/l10n/sl.php
nextcloud/apps/files_texteditor/l10n/sq.js
nextcloud/apps/files_texteditor/l10n/sq.json
-nextcloud/apps/files_texteditor/l10n/sq.php
nextcloud/apps/files_texteditor/l10n/sr.js
nextcloud/apps/files_texteditor/l10n/sr.json
-nextcloud/apps/files_texteditor/l10n/sr.php
nextcloud/apps/files_texteditor/l10n/sr@latin.js
nextcloud/apps/files_texteditor/l10n/sr@latin.json
-nextcloud/apps/files_texteditor/l10n/sr@latin.php
nextcloud/apps/files_texteditor/l10n/sv.js
nextcloud/apps/files_texteditor/l10n/sv.json
-nextcloud/apps/files_texteditor/l10n/sv.php
nextcloud/apps/files_texteditor/l10n/ta_LK.php
nextcloud/apps/files_texteditor/l10n/te.php
+nextcloud/apps/files_texteditor/l10n/th.js
+nextcloud/apps/files_texteditor/l10n/th.json
nextcloud/apps/files_texteditor/l10n/th_TH.js
nextcloud/apps/files_texteditor/l10n/th_TH.json
-nextcloud/apps/files_texteditor/l10n/th_TH.php
nextcloud/apps/files_texteditor/l10n/tr.js
nextcloud/apps/files_texteditor/l10n/tr.json
-nextcloud/apps/files_texteditor/l10n/tr.php
nextcloud/apps/files_texteditor/l10n/ug.php
nextcloud/apps/files_texteditor/l10n/uk.js
nextcloud/apps/files_texteditor/l10n/uk.json
-nextcloud/apps/files_texteditor/l10n/uk.php
nextcloud/apps/files_texteditor/l10n/vi.js
nextcloud/apps/files_texteditor/l10n/vi.json
nextcloud/apps/files_texteditor/l10n/vi.php
nextcloud/apps/files_texteditor/l10n/zh_CN.js
nextcloud/apps/files_texteditor/l10n/zh_CN.json
-nextcloud/apps/files_texteditor/l10n/zh_CN.php
nextcloud/apps/files_texteditor/l10n/zh_HK.php
nextcloud/apps/files_texteditor/l10n/zh_TW.js
nextcloud/apps/files_texteditor/l10n/zh_TW.json
-nextcloud/apps/files_texteditor/l10n/zh_TW.php
nextcloud/apps/files_trashbin/
nextcloud/apps/files_trashbin/ajax/
nextcloud/apps/files_trashbin/ajax/delete.php
@@ -7967,6 +7970,8 @@ nextcloud/apps/files_trashbin/js/app.js
nextcloud/apps/files_trashbin/js/filelist.js
nextcloud/apps/files_trashbin/l10n/
nextcloud/apps/files_trashbin/l10n/.gitkeep
+nextcloud/apps/files_trashbin/l10n/af.js
+nextcloud/apps/files_trashbin/l10n/af.json
nextcloud/apps/files_trashbin/l10n/af_ZA.js
nextcloud/apps/files_trashbin/l10n/af_ZA.json
nextcloud/apps/files_trashbin/l10n/ar.js
@@ -8183,6 +8188,8 @@ nextcloud/apps/files_versions/js/version
nextcloud/apps/files_versions/js/versionstabview.js
nextcloud/apps/files_versions/l10n/
nextcloud/apps/files_versions/l10n/.gitkeep
+nextcloud/apps/files_versions/l10n/af.js
+nextcloud/apps/files_versions/l10n/af.json
nextcloud/apps/files_versions/l10n/ar.js
nextcloud/apps/files_versions/l10n/ar.json
nextcloud/apps/files_versions/l10n/ast.js
@@ -8757,6 +8764,8 @@ nextcloud/apps/gallery/l10n/lv.js
nextcloud/apps/gallery/l10n/lv.json
nextcloud/apps/gallery/l10n/mk.js
nextcloud/apps/gallery/l10n/mk.json
+nextcloud/apps/gallery/l10n/mn.js
+nextcloud/apps/gallery/l10n/mn.json
nextcloud/apps/gallery/l10n/ms_MY.php
nextcloud/apps/gallery/l10n/nb.js
nextcloud/apps/gallery/l10n/nb.json
@@ -8973,6 +8982,55 @@ nextcloud/apps/logreader/js/Providers/Lo
nextcloud/apps/logreader/js/Search.js
nextcloud/apps/logreader/js/index.js
nextcloud/apps/logreader/js/unserialize.js
+nextcloud/apps/logreader/l10n/
+nextcloud/apps/logreader/l10n/.tx/
+nextcloud/apps/logreader/l10n/.tx/config
+nextcloud/apps/logreader/l10n/cs.js
+nextcloud/apps/logreader/l10n/cs.json
+nextcloud/apps/logreader/l10n/de.js
+nextcloud/apps/logreader/l10n/de.json
+nextcloud/apps/logreader/l10n/de_DE.js
+nextcloud/apps/logreader/l10n/de_DE.json
+nextcloud/apps/logreader/l10n/el.js
+nextcloud/apps/logreader/l10n/el.json
+nextcloud/apps/logreader/l10n/en_GB.js
+nextcloud/apps/logreader/l10n/en_GB.json
+nextcloud/apps/logreader/l10n/es.js
+nextcloud/apps/logreader/l10n/es.json
+nextcloud/apps/logreader/l10n/es_MX.js
+nextcloud/apps/logreader/l10n/es_MX.json
+nextcloud/apps/logreader/l10n/fi.js
+nextcloud/apps/logreader/l10n/fi.json
+nextcloud/apps/logreader/l10n/fr.js
+nextcloud/apps/logreader/l10n/fr.json
+nextcloud/apps/logreader/l10n/he.js
+nextcloud/apps/logreader/l10n/he.json
+nextcloud/apps/logreader/l10n/is.js
+nextcloud/apps/logreader/l10n/is.json
+nextcloud/apps/logreader/l10n/it.js
+nextcloud/apps/logreader/l10n/it.json
+nextcloud/apps/logreader/l10n/lt_LT.js
+nextcloud/apps/logreader/l10n/lt_LT.json
+nextcloud/apps/logreader/l10n/lv.js
+nextcloud/apps/logreader/l10n/lv.json
+nextcloud/apps/logreader/l10n/nb.js
+nextcloud/apps/logreader/l10n/nb.json
+nextcloud/apps/logreader/l10n/nl.js
+nextcloud/apps/logreader/l10n/nl.json
+nextcloud/apps/logreader/l10n/pl.js
+nextcloud/apps/logreader/l10n/pl.json
+nextcloud/apps/logreader/l10n/pt_BR.js
+nextcloud/apps/logreader/l10n/pt_BR.json
+nextcloud/apps/logreader/l10n/ru.js
+nextcloud/apps/logreader/l10n/ru.json
+nextcloud/apps/logreader/l10n/sq.js
+nextcloud/apps/logreader/l10n/sq.json
+nextcloud/apps/logreader/l10n/tr.js
+nextcloud/apps/logreader/l10n/tr.json
+nextcloud/apps/logreader/l10n/zh_CN.js
+nextcloud/apps/logreader/l10n/zh_CN.json
+nextcloud/apps/logreader/l10n/zh_TW.js
+nextcloud/apps/logreader/l10n/zh_TW.json
nextcloud/apps/logreader/lib/
nextcloud/apps/logreader/lib/Controller/
nextcloud/apps/logreader/lib/Controller/LogController.php
@@ -9023,6 +9081,8 @@ nextcloud/apps/nextcloud_announcements/j
nextcloud/apps/nextcloud_announcements/l10n/
nextcloud/apps/nextcloud_announcements/l10n/.tx/
nextcloud/apps/nextcloud_announcements/l10n/.tx/config
+nextcloud/apps/nextcloud_announcements/l10n/af.js
+nextcloud/apps/nextcloud_announcements/l10n/af.json
nextcloud/apps/nextcloud_announcements/l10n/ar.js
nextcloud/apps/nextcloud_announcements/l10n/ar.json
nextcloud/apps/nextcloud_announcements/l10n/ast.js
@@ -9041,14 +9101,20 @@ nextcloud/apps/nextcloud_announcements/l
nextcloud/apps/nextcloud_announcements/l10n/de_DE.json
nextcloud/apps/nextcloud_announcements/l10n/el.js
nextcloud/apps/nextcloud_announcements/l10n/el.json
+nextcloud/apps/nextcloud_announcements/l10n/en_GB.js
+nextcloud/apps/nextcloud_announcements/l10n/en_GB.json
nextcloud/apps/nextcloud_announcements/l10n/es.js
nextcloud/apps/nextcloud_announcements/l10n/es.json
+nextcloud/apps/nextcloud_announcements/l10n/es_AR.js
+nextcloud/apps/nextcloud_announcements/l10n/es_AR.json
nextcloud/apps/nextcloud_announcements/l10n/es_MX.js
nextcloud/apps/nextcloud_announcements/l10n/es_MX.json
nextcloud/apps/nextcloud_announcements/l10n/fi.js
nextcloud/apps/nextcloud_announcements/l10n/fi.json
nextcloud/apps/nextcloud_announcements/l10n/fr.js
nextcloud/apps/nextcloud_announcements/l10n/fr.json
+nextcloud/apps/nextcloud_announcements/l10n/gl.js
+nextcloud/apps/nextcloud_announcements/l10n/gl.json
nextcloud/apps/nextcloud_announcements/l10n/hu.js
nextcloud/apps/nextcloud_announcements/l10n/hu.json
nextcloud/apps/nextcloud_announcements/l10n/ia.js
@@ -9134,6 +9200,8 @@ nextcloud/apps/notifications/js/richObje
nextcloud/apps/notifications/l10n/
nextcloud/apps/notifications/l10n/.tx/
nextcloud/apps/notifications/l10n/.tx/config
+nextcloud/apps/notifications/l10n/af.js
+nextcloud/apps/notifications/l10n/af.json
nextcloud/apps/notifications/l10n/ar.js
nextcloud/apps/notifications/l10n/ar.json
nextcloud/apps/notifications/l10n/ast.js
@@ -9152,8 +9220,12 @@ nextcloud/apps/notifications/l10n/de_DE.
nextcloud/apps/notifications/l10n/de_DE.json
nextcloud/apps/notifications/l10n/el.js
nextcloud/apps/notifications/l10n/el.json
+nextcloud/apps/notifications/l10n/en_GB.js
+nextcloud/apps/notifications/l10n/en_GB.json
nextcloud/apps/notifications/l10n/es.js
nextcloud/apps/notifications/l10n/es.json
+nextcloud/apps/notifications/l10n/es_AR.js
+nextcloud/apps/notifications/l10n/es_AR.json
nextcloud/apps/notifications/l10n/es_MX.js
nextcloud/apps/notifications/l10n/es_MX.json
nextcloud/apps/notifications/l10n/eu.js
@@ -9162,6 +9234,8 @@ nextcloud/apps/notifications/l10n/fi.js
nextcloud/apps/notifications/l10n/fi.json
nextcloud/apps/notifications/l10n/fr.js
nextcloud/apps/notifications/l10n/fr.json
+nextcloud/apps/notifications/l10n/gl.js
+nextcloud/apps/notifications/l10n/gl.json
nextcloud/apps/notifications/l10n/hu.js
nextcloud/apps/notifications/l10n/hu.json
nextcloud/apps/notifications/l10n/ia.js
@@ -9180,6 +9254,8 @@ nextcloud/apps/notifications/l10n/lt_LT.
nextcloud/apps/notifications/l10n/lt_LT.json
nextcloud/apps/notifications/l10n/lv.js
nextcloud/apps/notifications/l10n/lv.json
+nextcloud/apps/notifications/l10n/mn.js
+nextcloud/apps/notifications/l10n/mn.json
nextcloud/apps/notifications/l10n/nb.js
nextcloud/apps/notifications/l10n/nb.json
nextcloud/apps/notifications/l10n/nl.js
@@ -9206,6 +9282,8 @@ nextcloud/apps/notifications/l10n/tr.js
nextcloud/apps/notifications/l10n/tr.json
nextcloud/apps/notifications/l10n/uk.js
nextcloud/apps/notifications/l10n/uk.json
+nextcloud/apps/notifications/l10n/vi.js
+nextcloud/apps/notifications/l10n/vi.json
nextcloud/apps/notifications/l10n/zh_CN.js
nextcloud/apps/notifications/l10n/zh_CN.json
nextcloud/apps/notifications/l10n/zh_TW.js
@@ -9230,6 +9308,60 @@ nextcloud/apps/oauth2/css/
nextcloud/apps/oauth2/css/setting-admin.css
nextcloud/apps/oauth2/js/
nextcloud/apps/oauth2/js/setting-admin.js
+nextcloud/apps/oauth2/l10n/
+nextcloud/apps/oauth2/l10n/.gitkeep
+nextcloud/apps/oauth2/l10n/af.js
+nextcloud/apps/oauth2/l10n/af.json
+nextcloud/apps/oauth2/l10n/ca.js
+nextcloud/apps/oauth2/l10n/ca.json
+nextcloud/apps/oauth2/l10n/cs.js
+nextcloud/apps/oauth2/l10n/cs.json
+nextcloud/apps/oauth2/l10n/de.js
+nextcloud/apps/oauth2/l10n/de.json
+nextcloud/apps/oauth2/l10n/de_DE.js
+nextcloud/apps/oauth2/l10n/de_DE.json
+nextcloud/apps/oauth2/l10n/el.js
+nextcloud/apps/oauth2/l10n/el.json
+nextcloud/apps/oauth2/l10n/en_GB.js
+nextcloud/apps/oauth2/l10n/en_GB.json
+nextcloud/apps/oauth2/l10n/es.js
+nextcloud/apps/oauth2/l10n/es.json
+nextcloud/apps/oauth2/l10n/es_AR.js
+nextcloud/apps/oauth2/l10n/es_AR.json
+nextcloud/apps/oauth2/l10n/es_MX.js
+nextcloud/apps/oauth2/l10n/es_MX.json
+nextcloud/apps/oauth2/l10n/fi.js
+nextcloud/apps/oauth2/l10n/fi.json
+nextcloud/apps/oauth2/l10n/fr.js
+nextcloud/apps/oauth2/l10n/fr.json
+nextcloud/apps/oauth2/l10n/is.js
+nextcloud/apps/oauth2/l10n/is.json
+nextcloud/apps/oauth2/l10n/it.js
+nextcloud/apps/oauth2/l10n/it.json
+nextcloud/apps/oauth2/l10n/ja.js
+nextcloud/apps/oauth2/l10n/ja.json
+nextcloud/apps/oauth2/l10n/lt_LT.js
+nextcloud/apps/oauth2/l10n/lt_LT.json
+nextcloud/apps/oauth2/l10n/lv.js
+nextcloud/apps/oauth2/l10n/lv.json
+nextcloud/apps/oauth2/l10n/nb.js
+nextcloud/apps/oauth2/l10n/nb.json
+nextcloud/apps/oauth2/l10n/nl.js
+nextcloud/apps/oauth2/l10n/nl.json
+nextcloud/apps/oauth2/l10n/pl.js
+nextcloud/apps/oauth2/l10n/pl.json
+nextcloud/apps/oauth2/l10n/pt_BR.js
+nextcloud/apps/oauth2/l10n/pt_BR.json
+nextcloud/apps/oauth2/l10n/ru.js
+nextcloud/apps/oauth2/l10n/ru.json
+nextcloud/apps/oauth2/l10n/sq.js
+nextcloud/apps/oauth2/l10n/sq.json
+nextcloud/apps/oauth2/l10n/tr.js
+nextcloud/apps/oauth2/l10n/tr.json
+nextcloud/apps/oauth2/l10n/vi.js
+nextcloud/apps/oauth2/l10n/vi.json
+nextcloud/apps/oauth2/l10n/zh_CN.js
+nextcloud/apps/oauth2/l10n/zh_CN.json
nextcloud/apps/oauth2/lib/
nextcloud/apps/oauth2/lib/Controller/
nextcloud/apps/oauth2/lib/Controller/LoginRedirectorController.php
@@ -9265,6 +9397,8 @@ nextcloud/apps/password_policy/js/settin
nextcloud/apps/password_policy/l10n/
nextcloud/apps/password_policy/l10n/.tx/
nextcloud/apps/password_policy/l10n/.tx/config
+nextcloud/apps/password_policy/l10n/af.js
+nextcloud/apps/password_policy/l10n/af.json
nextcloud/apps/password_policy/l10n/ast.js
nextcloud/apps/password_policy/l10n/ast.json
nextcloud/apps/password_policy/l10n/bg.js
@@ -9281,14 +9415,20 @@ nextcloud/apps/password_policy/l10n/de_D
nextcloud/apps/password_policy/l10n/de_DE.json
nextcloud/apps/password_policy/l10n/el.js
nextcloud/apps/password_policy/l10n/el.json
+nextcloud/apps/password_policy/l10n/en_GB.js
+nextcloud/apps/password_policy/l10n/en_GB.json
nextcloud/apps/password_policy/l10n/es.js
nextcloud/apps/password_policy/l10n/es.json
+nextcloud/apps/password_policy/l10n/es_AR.js
+nextcloud/apps/password_policy/l10n/es_AR.json
nextcloud/apps/password_policy/l10n/es_MX.js
nextcloud/apps/password_policy/l10n/es_MX.json
nextcloud/apps/password_policy/l10n/fi.js
nextcloud/apps/password_policy/l10n/fi.json
nextcloud/apps/password_policy/l10n/fr.js
nextcloud/apps/password_policy/l10n/fr.json
+nextcloud/apps/password_policy/l10n/gl.js
+nextcloud/apps/password_policy/l10n/gl.json
nextcloud/apps/password_policy/l10n/hu.js
nextcloud/apps/password_policy/l10n/hu.json
nextcloud/apps/password_policy/l10n/ia.js
@@ -9307,6 +9447,8 @@ nextcloud/apps/password_policy/l10n/lt_L
nextcloud/apps/password_policy/l10n/lt_LT.json
nextcloud/apps/password_policy/l10n/lv.js
nextcloud/apps/password_policy/l10n/lv.json
+nextcloud/apps/password_policy/l10n/mn.js
+nextcloud/apps/password_policy/l10n/mn.json
nextcloud/apps/password_policy/l10n/nb.js
nextcloud/apps/password_policy/l10n/nb.json
nextcloud/apps/password_policy/l10n/nl.js
@@ -9329,6 +9471,8 @@ nextcloud/apps/password_policy/l10n/tr.j
nextcloud/apps/password_policy/l10n/tr.json
nextcloud/apps/password_policy/l10n/zh_CN.js
nextcloud/apps/password_policy/l10n/zh_CN.json
+nextcloud/apps/password_policy/l10n/zh_TW.js
+nextcloud/apps/password_policy/l10n/zh_TW.json
nextcloud/apps/password_policy/lib/
nextcloud/apps/password_policy/lib/AppInfo/
nextcloud/apps/password_policy/lib/AppInfo/Application.php
@@ -9341,8 +9485,8 @@ nextcloud/apps/password_policy/lists/REA
nextcloud/apps/password_policy/lists/converter.php
nextcloud/apps/password_policy/lists/list-1.php
nextcloud/apps/password_policy/lists/list-10.php
+nextcloud/apps/password_policy/lists/list-11.php
nextcloud/apps/password_policy/lists/list-${MAJOR}.php
-nextcloud/apps/password_policy/lists/list-12.php
nextcloud/apps/password_policy/lists/list-13.php
nextcloud/apps/password_policy/lists/list-14.php
nextcloud/apps/password_policy/lists/list-15.php
@@ -9420,6 +9564,10 @@ nextcloud/apps/serverinfo/js/smoothie.js
nextcloud/apps/serverinfo/l10n/
nextcloud/apps/serverinfo/l10n/.tx/
nextcloud/apps/serverinfo/l10n/.tx/config
+nextcloud/apps/serverinfo/l10n/af.js
+nextcloud/apps/serverinfo/l10n/af.json
+nextcloud/apps/serverinfo/l10n/ar.js
+nextcloud/apps/serverinfo/l10n/ar.json
nextcloud/apps/serverinfo/l10n/ast.js
nextcloud/apps/serverinfo/l10n/ast.json
nextcloud/apps/serverinfo/l10n/bg.js
@@ -9440,6 +9588,8 @@ nextcloud/apps/serverinfo/l10n/en_GB.js
nextcloud/apps/serverinfo/l10n/en_GB.json
nextcloud/apps/serverinfo/l10n/es.js
nextcloud/apps/serverinfo/l10n/es.json
+nextcloud/apps/serverinfo/l10n/es_AR.js
+nextcloud/apps/serverinfo/l10n/es_AR.json
nextcloud/apps/serverinfo/l10n/es_MX.js
nextcloud/apps/serverinfo/l10n/es_MX.json
nextcloud/apps/serverinfo/l10n/eu.js
@@ -9448,6 +9598,8 @@ nextcloud/apps/serverinfo/l10n/fi.js
nextcloud/apps/serverinfo/l10n/fi.json
nextcloud/apps/serverinfo/l10n/fr.js
nextcloud/apps/serverinfo/l10n/fr.json
+nextcloud/apps/serverinfo/l10n/gl.js
+nextcloud/apps/serverinfo/l10n/gl.json
nextcloud/apps/serverinfo/l10n/hu.js
nextcloud/apps/serverinfo/l10n/hu.json
nextcloud/apps/serverinfo/l10n/ia.js
@@ -9466,6 +9618,8 @@ nextcloud/apps/serverinfo/l10n/lt_LT.js
nextcloud/apps/serverinfo/l10n/lt_LT.json
nextcloud/apps/serverinfo/l10n/lv.js
nextcloud/apps/serverinfo/l10n/lv.json
+nextcloud/apps/serverinfo/l10n/mn.js
+nextcloud/apps/serverinfo/l10n/mn.json
nextcloud/apps/serverinfo/l10n/nb.js
nextcloud/apps/serverinfo/l10n/nb.json
nextcloud/apps/serverinfo/l10n/nl.js
@@ -9490,6 +9644,8 @@ nextcloud/apps/serverinfo/l10n/vi.js
nextcloud/apps/serverinfo/l10n/vi.json
nextcloud/apps/serverinfo/l10n/zh_CN.js
nextcloud/apps/serverinfo/l10n/zh_CN.json
+nextcloud/apps/serverinfo/l10n/zh_TW.js
+nextcloud/apps/serverinfo/l10n/zh_TW.json
nextcloud/apps/serverinfo/lib/
nextcloud/apps/serverinfo/lib/Controller/
nextcloud/apps/serverinfo/lib/Controller/ApiController.php
@@ -9532,14 +9688,20 @@ nextcloud/apps/sharebymail/l10n/de_DE.js
nextcloud/apps/sharebymail/l10n/de_DE.json
nextcloud/apps/sharebymail/l10n/el.js
nextcloud/apps/sharebymail/l10n/el.json
+nextcloud/apps/sharebymail/l10n/en_GB.js
+nextcloud/apps/sharebymail/l10n/en_GB.json
nextcloud/apps/sharebymail/l10n/es.js
nextcloud/apps/sharebymail/l10n/es.json
+nextcloud/apps/sharebymail/l10n/es_AR.js
+nextcloud/apps/sharebymail/l10n/es_AR.json
nextcloud/apps/sharebymail/l10n/es_MX.js
nextcloud/apps/sharebymail/l10n/es_MX.json
nextcloud/apps/sharebymail/l10n/fi.js
nextcloud/apps/sharebymail/l10n/fi.json
nextcloud/apps/sharebymail/l10n/fr.js
nextcloud/apps/sharebymail/l10n/fr.json
+nextcloud/apps/sharebymail/l10n/gl.js
+nextcloud/apps/sharebymail/l10n/gl.json
nextcloud/apps/sharebymail/l10n/ia.js
nextcloud/apps/sharebymail/l10n/ia.json
nextcloud/apps/sharebymail/l10n/id.js
@@ -9568,6 +9730,8 @@ nextcloud/apps/sharebymail/l10n/sk.js
nextcloud/apps/sharebymail/l10n/sk.json
nextcloud/apps/sharebymail/l10n/sk_SK.js
nextcloud/apps/sharebymail/l10n/sk_SK.json
+nextcloud/apps/sharebymail/l10n/sq.js
+nextcloud/apps/sharebymail/l10n/sq.json
nextcloud/apps/sharebymail/l10n/sv.js
nextcloud/apps/sharebymail/l10n/sv.json
nextcloud/apps/sharebymail/l10n/tr.js
@@ -9603,6 +9767,53 @@ nextcloud/apps/survey_client/img/app-dar
nextcloud/apps/survey_client/img/app.svg
nextcloud/apps/survey_client/js/
nextcloud/apps/survey_client/js/admin.js
+nextcloud/apps/survey_client/l10n/
+nextcloud/apps/survey_client/l10n/.tx/
+nextcloud/apps/survey_client/l10n/.tx/config
+nextcloud/apps/survey_client/l10n/de.js
+nextcloud/apps/survey_client/l10n/de.json
+nextcloud/apps/survey_client/l10n/de_DE.js
+nextcloud/apps/survey_client/l10n/de_DE.json
+nextcloud/apps/survey_client/l10n/el.js
+nextcloud/apps/survey_client/l10n/el.json
+nextcloud/apps/survey_client/l10n/en_GB.js
+nextcloud/apps/survey_client/l10n/en_GB.json
+nextcloud/apps/survey_client/l10n/es.js
+nextcloud/apps/survey_client/l10n/es.json
+nextcloud/apps/survey_client/l10n/es_MX.js
+nextcloud/apps/survey_client/l10n/es_MX.json
+nextcloud/apps/survey_client/l10n/fi.js
+nextcloud/apps/survey_client/l10n/fi.json
+nextcloud/apps/survey_client/l10n/fr.js
+nextcloud/apps/survey_client/l10n/fr.json
+nextcloud/apps/survey_client/l10n/hu.js
+nextcloud/apps/survey_client/l10n/hu.json
+nextcloud/apps/survey_client/l10n/is.js
+nextcloud/apps/survey_client/l10n/is.json
+nextcloud/apps/survey_client/l10n/it.js
+nextcloud/apps/survey_client/l10n/it.json
+nextcloud/apps/survey_client/l10n/lv.js
+nextcloud/apps/survey_client/l10n/lv.json
+nextcloud/apps/survey_client/l10n/mn.js
+nextcloud/apps/survey_client/l10n/mn.json
+nextcloud/apps/survey_client/l10n/nb.js
+nextcloud/apps/survey_client/l10n/nb.json
+nextcloud/apps/survey_client/l10n/nl.js
+nextcloud/apps/survey_client/l10n/nl.json
+nextcloud/apps/survey_client/l10n/pl.js
+nextcloud/apps/survey_client/l10n/pl.json
+nextcloud/apps/survey_client/l10n/pt_BR.js
+nextcloud/apps/survey_client/l10n/pt_BR.json
+nextcloud/apps/survey_client/l10n/ru.js
+nextcloud/apps/survey_client/l10n/ru.json
+nextcloud/apps/survey_client/l10n/sq.js
+nextcloud/apps/survey_client/l10n/sq.json
+nextcloud/apps/survey_client/l10n/th.js
+nextcloud/apps/survey_client/l10n/th.json
+nextcloud/apps/survey_client/l10n/tr.js
+nextcloud/apps/survey_client/l10n/tr.json
+nextcloud/apps/survey_client/l10n/zh_CN.js
+nextcloud/apps/survey_client/l10n/zh_CN.json
nextcloud/apps/survey_client/lib/
nextcloud/apps/survey_client/lib/AppInfo/
nextcloud/apps/survey_client/lib/AppInfo/Application.php
@@ -9645,6 +9856,7 @@ nextcloud/apps/systemtags/js/filesplugin
nextcloud/apps/systemtags/js/merged.json
nextcloud/apps/systemtags/js/systemtagsfilelist.js
nextcloud/apps/systemtags/js/systemtagsinfoview.js
+nextcloud/apps/systemtags/js/systemtagsinfoviewtoggleview.js
nextcloud/apps/systemtags/l10n/
nextcloud/apps/systemtags/l10n/.gitkeep
nextcloud/apps/systemtags/l10n/ar.js
@@ -9837,12 +10049,16 @@ nextcloud/apps/theming/js/3rdparty/jscol
nextcloud/apps/theming/js/settings-admin.js
nextcloud/apps/theming/l10n/
nextcloud/apps/theming/l10n/.gitkeep
+nextcloud/apps/theming/l10n/af.js
+nextcloud/apps/theming/l10n/af.json
nextcloud/apps/theming/l10n/ar.js
nextcloud/apps/theming/l10n/ar.json
nextcloud/apps/theming/l10n/ast.js
nextcloud/apps/theming/l10n/ast.json
nextcloud/apps/theming/l10n/bg.js
nextcloud/apps/theming/l10n/bg.json
+nextcloud/apps/theming/l10n/ca.js
+nextcloud/apps/theming/l10n/ca.json
nextcloud/apps/theming/l10n/cs.js
nextcloud/apps/theming/l10n/cs.json
nextcloud/apps/theming/l10n/da.js
@@ -9857,12 +10073,16 @@ nextcloud/apps/theming/l10n/en_GB.js
nextcloud/apps/theming/l10n/en_GB.json
nextcloud/apps/theming/l10n/es.js
nextcloud/apps/theming/l10n/es.json
+nextcloud/apps/theming/l10n/es_AR.js
+nextcloud/apps/theming/l10n/es_AR.json
nextcloud/apps/theming/l10n/es_MX.js
nextcloud/apps/theming/l10n/es_MX.json
nextcloud/apps/theming/l10n/fi.js
nextcloud/apps/theming/l10n/fi.json
nextcloud/apps/theming/l10n/fr.js
nextcloud/apps/theming/l10n/fr.json
+nextcloud/apps/theming/l10n/gl.js
+nextcloud/apps/theming/l10n/gl.json
nextcloud/apps/theming/l10n/hu.js
nextcloud/apps/theming/l10n/hu.json
nextcloud/apps/theming/l10n/id.js
@@ -9871,8 +10091,16 @@ nextcloud/apps/theming/l10n/is.js
nextcloud/apps/theming/l10n/is.json
nextcloud/apps/theming/l10n/it.js
nextcloud/apps/theming/l10n/it.json
+nextcloud/apps/theming/l10n/ja.js
+nextcloud/apps/theming/l10n/ja.json
nextcloud/apps/theming/l10n/ko.js
nextcloud/apps/theming/l10n/ko.json
+nextcloud/apps/theming/l10n/lt_LT.js
+nextcloud/apps/theming/l10n/lt_LT.json
+nextcloud/apps/theming/l10n/lv.js
+nextcloud/apps/theming/l10n/lv.json
+nextcloud/apps/theming/l10n/mn.js
+nextcloud/apps/theming/l10n/mn.json
nextcloud/apps/theming/l10n/nb.js
nextcloud/apps/theming/l10n/nb.json
nextcloud/apps/theming/l10n/nl.js
@@ -9885,6 +10113,8 @@ nextcloud/apps/theming/l10n/ru.js
nextcloud/apps/theming/l10n/ru.json
nextcloud/apps/theming/l10n/sk.js
nextcloud/apps/theming/l10n/sk.json
+nextcloud/apps/theming/l10n/sq.js
+nextcloud/apps/theming/l10n/sq.json
nextcloud/apps/theming/l10n/sv.js
nextcloud/apps/theming/l10n/sv.json
nextcloud/apps/theming/l10n/tr.js
@@ -9893,6 +10123,8 @@ nextcloud/apps/theming/l10n/vi.js
nextcloud/apps/theming/l10n/vi.json
nextcloud/apps/theming/l10n/zh_CN.js
nextcloud/apps/theming/l10n/zh_CN.json
+nextcloud/apps/theming/l10n/zh_TW.js
+nextcloud/apps/theming/l10n/zh_TW.json
nextcloud/apps/theming/lib/
nextcloud/apps/theming/lib/Capabilities.php
nextcloud/apps/theming/lib/Controller/
@@ -9923,6 +10155,8 @@ nextcloud/apps/twofactor_backupcodes/js/
nextcloud/apps/twofactor_backupcodes/js/settingsview.js
nextcloud/apps/twofactor_backupcodes/l10n/
nextcloud/apps/twofactor_backupcodes/l10n/.gitkeep
+nextcloud/apps/twofactor_backupcodes/l10n/af.js
+nextcloud/apps/twofactor_backupcodes/l10n/af.json
nextcloud/apps/twofactor_backupcodes/l10n/cs.js
nextcloud/apps/twofactor_backupcodes/l10n/cs.json
nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.js
@@ -9933,14 +10167,20 @@ nextcloud/apps/twofactor_backupcodes/l10
nextcloud/apps/twofactor_backupcodes/l10n/de_DE.json
nextcloud/apps/twofactor_backupcodes/l10n/el.js
nextcloud/apps/twofactor_backupcodes/l10n/el.json
+nextcloud/apps/twofactor_backupcodes/l10n/en_GB.js
+nextcloud/apps/twofactor_backupcodes/l10n/en_GB.json
nextcloud/apps/twofactor_backupcodes/l10n/es.js
nextcloud/apps/twofactor_backupcodes/l10n/es.json
+nextcloud/apps/twofactor_backupcodes/l10n/es_AR.js
+nextcloud/apps/twofactor_backupcodes/l10n/es_AR.json
nextcloud/apps/twofactor_backupcodes/l10n/es_MX.js
nextcloud/apps/twofactor_backupcodes/l10n/es_MX.json
nextcloud/apps/twofactor_backupcodes/l10n/fi.js
nextcloud/apps/twofactor_backupcodes/l10n/fi.json
nextcloud/apps/twofactor_backupcodes/l10n/fr.js
nextcloud/apps/twofactor_backupcodes/l10n/fr.json
+nextcloud/apps/twofactor_backupcodes/l10n/gl.js
+nextcloud/apps/twofactor_backupcodes/l10n/gl.json
nextcloud/apps/twofactor_backupcodes/l10n/hu.js
nextcloud/apps/twofactor_backupcodes/l10n/hu.json
nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js
@@ -9955,6 +10195,8 @@ nextcloud/apps/twofactor_backupcodes/l10
nextcloud/apps/twofactor_backupcodes/l10n/ko.json
nextcloud/apps/twofactor_backupcodes/l10n/lv.js
nextcloud/apps/twofactor_backupcodes/l10n/lv.json
+nextcloud/apps/twofactor_backupcodes/l10n/mn.js
+nextcloud/apps/twofactor_backupcodes/l10n/mn.json
nextcloud/apps/twofactor_backupcodes/l10n/nb.js
nextcloud/apps/twofactor_backupcodes/l10n/nb.json
nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js
@@ -9967,12 +10209,16 @@ nextcloud/apps/twofactor_backupcodes/l10
nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
nextcloud/apps/twofactor_backupcodes/l10n/ru.js
nextcloud/apps/twofactor_backupcodes/l10n/ru.json
+nextcloud/apps/twofactor_backupcodes/l10n/sq.js
+nextcloud/apps/twofactor_backupcodes/l10n/sq.json
nextcloud/apps/twofactor_backupcodes/l10n/sv.js
nextcloud/apps/twofactor_backupcodes/l10n/sv.json
nextcloud/apps/twofactor_backupcodes/l10n/tr.js
nextcloud/apps/twofactor_backupcodes/l10n/tr.json
nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.js
nextcloud/apps/twofactor_backupcodes/l10n/zh_CN.json
+nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.js
+nextcloud/apps/twofactor_backupcodes/l10n/zh_TW.json
nextcloud/apps/twofactor_backupcodes/lib/
nextcloud/apps/twofactor_backupcodes/lib/Activity/
nextcloud/apps/twofactor_backupcodes/lib/Activity/Provider.php
@@ -10008,6 +10254,8 @@ nextcloud/apps/updatenotification/js/adm
nextcloud/apps/updatenotification/js/notification.js
nextcloud/apps/updatenotification/l10n/
nextcloud/apps/updatenotification/l10n/.gitkeep
+nextcloud/apps/updatenotification/l10n/af.js
+nextcloud/apps/updatenotification/l10n/af.json
nextcloud/apps/updatenotification/l10n/ar.js
nextcloud/apps/updatenotification/l10n/ar.json
nextcloud/apps/updatenotification/l10n/ast.js
@@ -10554,8 +10802,12 @@ nextcloud/apps/workflowengine/l10n/de_DE
nextcloud/apps/workflowengine/l10n/de_DE.json
nextcloud/apps/workflowengine/l10n/el.js
nextcloud/apps/workflowengine/l10n/el.json
+nextcloud/apps/workflowengine/l10n/en_GB.js
+nextcloud/apps/workflowengine/l10n/en_GB.json
nextcloud/apps/workflowengine/l10n/es.js
nextcloud/apps/workflowengine/l10n/es.json
+nextcloud/apps/workflowengine/l10n/es_AR.js
+nextcloud/apps/workflowengine/l10n/es_AR.json
nextcloud/apps/workflowengine/l10n/es_MX.js
nextcloud/apps/workflowengine/l10n/es_MX.json
nextcloud/apps/workflowengine/l10n/fa.js
@@ -10564,6 +10816,8 @@ nextcloud/apps/workflowengine/l10n/fi.js
nextcloud/apps/workflowengine/l10n/fi.json
nextcloud/apps/workflowengine/l10n/fr.js
nextcloud/apps/workflowengine/l10n/fr.json
+nextcloud/apps/workflowengine/l10n/gl.js
+nextcloud/apps/workflowengine/l10n/gl.json
nextcloud/apps/workflowengine/l10n/hu.js
nextcloud/apps/workflowengine/l10n/hu.json
nextcloud/apps/workflowengine/l10n/hu_HU.js
@@ -10578,8 +10832,12 @@ nextcloud/apps/workflowengine/l10n/ja.js
nextcloud/apps/workflowengine/l10n/ja.json
nextcloud/apps/workflowengine/l10n/ko.js
nextcloud/apps/workflowengine/l10n/ko.json
+nextcloud/apps/workflowengine/l10n/lt_LT.js
+nextcloud/apps/workflowengine/l10n/lt_LT.json
nextcloud/apps/workflowengine/l10n/lv.js
nextcloud/apps/workflowengine/l10n/lv.json
+nextcloud/apps/workflowengine/l10n/mn.js
+nextcloud/apps/workflowengine/l10n/mn.json
nextcloud/apps/workflowengine/l10n/nb.js
nextcloud/apps/workflowengine/l10n/nb.json
nextcloud/apps/workflowengine/l10n/nb_NO.js
@@ -10803,6 +11061,7 @@ nextcloud/core/doc/admin/_images/applica
nextcloud/core/doc/admin/_images/auth_mechanism.png
nextcloud/core/doc/admin/_images/auth_rsa.png
nextcloud/core/doc/admin/_images/authentication-types.png
+nextcloud/core/doc/admin/_images/automated_tagging_sample_rule.png
nextcloud/core/doc/admin/_images/code-integrity-admin.png
nextcloud/core/doc/admin/_images/code-integrity-notification.png
nextcloud/core/doc/admin/_images/create_public_share-10.png
@@ -10823,7 +11082,7 @@ nextcloud/core/doc/admin/_images/dropbox
nextcloud/core/doc/admin/_images/enable-app.png
nextcloud/core/doc/admin/_images/encryption1.png
nextcloud/core/doc/admin/_images/encryption10.png
-nextcloud/core/doc/admin/_images/encryption12.png
+nextcloud/core/doc/admin/_images/encryption${MAJOR}.png
nextcloud/core/doc/admin/_images/encryption14.png
nextcloud/core/doc/admin/_images/encryption15.png
nextcloud/core/doc/admin/_images/encryption3.png
@@ -10846,8 +11105,8 @@ nextcloud/core/doc/admin/_images/ftp.png
nextcloud/core/doc/admin/_images/google-drive.png
nextcloud/core/doc/admin/_images/google-drive1.png
nextcloud/core/doc/admin/_images/google-drive10.png
+nextcloud/core/doc/admin/_images/google-drive11.png
nextcloud/core/doc/admin/_images/google-drive${MAJOR}.png
-nextcloud/core/doc/admin/_images/google-drive12.png
nextcloud/core/doc/admin/_images/google-drive13.png
nextcloud/core/doc/admin/_images/google-drive2.png
nextcloud/core/doc/admin/_images/google-drive3.png
@@ -10876,6 +11135,7 @@ nextcloud/core/doc/admin/_images/opensta
nextcloud/core/doc/admin/_images/phpinfo.png
nextcloud/core/doc/admin/_images/preview_images.png
nextcloud/core/doc/admin/_images/rackspace.png
+nextcloud/core/doc/admin/_images/retention_sample.png
nextcloud/core/doc/admin/_images/saml_app_overview.png
nextcloud/core/doc/admin/_images/scaling-1.png
nextcloud/core/doc/admin/_images/scaling-2.png
@@ -10912,6 +11172,7 @@ nextcloud/core/doc/admin/_images/updater
nextcloud/core/doc/admin/_images/upgrade-1.png
nextcloud/core/doc/admin/_images/user_mounts.png
nextcloud/core/doc/admin/_images/user_password_policy_configuration_app.png
+nextcloud/core/doc/admin/_images/users-actions.png
nextcloud/core/doc/admin/_images/users-config-1.png
nextcloud/core/doc/admin/_images/users-config-2.png
nextcloud/core/doc/admin/_images/users-config.png
@@ -10945,7 +11206,6 @@ nextcloud/core/doc/admin/_sources/config
nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt
nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt
nextcloud/core/doc/admin/_sources/configuration_files/file_versioning.txt
-nextcloud/core/doc/admin/_sources/configuration_files/files_access_control.txt
nextcloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt
nextcloud/core/doc/admin/_sources/configuration_files/index.txt
nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.txt
@@ -10983,11 +11243,17 @@ nextcloud/core/doc/admin/_sources/config
nextcloud/core/doc/admin/_sources/configuration_user/two_factor-auth.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.txt
+nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_api.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_configuration.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_password_policy.txt
nextcloud/core/doc/admin/_sources/configuration_user/user_provisioning_api.txt
nextcloud/core/doc/admin/_sources/contents.txt
+nextcloud/core/doc/admin/_sources/file_workflows/
+nextcloud/core/doc/admin/_sources/file_workflows/access_control.txt
+nextcloud/core/doc/admin/_sources/file_workflows/automated_tagging.txt
+nextcloud/core/doc/admin/_sources/file_workflows/index.txt
+nextcloud/core/doc/admin/_sources/file_workflows/retention.txt
nextcloud/core/doc/admin/_sources/index.txt
nextcloud/core/doc/admin/_sources/installation/
nextcloud/core/doc/admin/_sources/installation/apps_management_installation.txt
@@ -11088,7 +11354,7 @@ nextcloud/core/doc/admin/_static/img/tod
nextcloud/core/doc/admin/_static/img/warning.svg
nextcloud/core/doc/admin/_static/jquery.js
nextcloud/core/doc/admin/_static/js/
-nextcloud/core/doc/admin/_static/js/jquery-1.${MAJOR}.0.min.js
+nextcloud/core/doc/admin/_static/js/jquery-1.11.0.min.js
nextcloud/core/doc/admin/_static/js/jquery-fix.js
nextcloud/core/doc/admin/_static/logo-blue.pdf
nextcloud/core/doc/admin/_static/logo-blue.png
@@ -11141,7 +11407,6 @@ nextcloud/core/doc/admin/configuration_f
nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html
nextcloud/core/doc/admin/configuration_files/file_versioning.html
-nextcloud/core/doc/admin/configuration_files/files_access_control.html
nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html
nextcloud/core/doc/admin/configuration_files/index.html
nextcloud/core/doc/admin/configuration_files/previews_configuration.html
@@ -11179,11 +11444,17 @@ nextcloud/core/doc/admin/configuration_u
nextcloud/core/doc/admin/configuration_user/two_factor-auth.html
nextcloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap.html
+nextcloud/core/doc/admin/configuration_user/user_auth_ldap_api.html
nextcloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
nextcloud/core/doc/admin/configuration_user/user_configuration.html
nextcloud/core/doc/admin/configuration_user/user_password_policy.html
nextcloud/core/doc/admin/configuration_user/user_provisioning_api.html
nextcloud/core/doc/admin/contents.html
+nextcloud/core/doc/admin/file_workflows/
+nextcloud/core/doc/admin/file_workflows/access_control.html
+nextcloud/core/doc/admin/file_workflows/automated_tagging.html
+nextcloud/core/doc/admin/file_workflows/index.html
+nextcloud/core/doc/admin/file_workflows/retention.html
nextcloud/core/doc/admin/genindex.html
nextcloud/core/doc/admin/index.html
nextcloud/core/doc/admin/installation/
@@ -11222,13 +11493,17 @@ nextcloud/core/doc/user/
nextcloud/core/doc/user/_images/
nextcloud/core/doc/user/_images/2fa_backupcode_1.png
nextcloud/core/doc/user/_images/2fa_backupcode_2.png
+nextcloud/core/doc/user/_images/CalDAV_calendar.png
+nextcloud/core/doc/user/_images/addressbook_name.png
nextcloud/core/doc/user/_images/anonym_click_sharing.png
nextcloud/core/doc/user/_images/anonym_hide_file_listing.png
nextcloud/core/doc/user/_images/anonym_upload.png
nextcloud/core/doc/user/_images/anonym_uploaded_files.png
-nextcloud/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg
-nextcloud/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg
-nextcloud/core/doc/user/_images/contact_thunderbird-URL_config.jpg
+nextcloud/core/doc/user/_images/apps_menu.png
+nextcloud/core/doc/user/_images/cardbook_icon.png
+nextcloud/core/doc/user/_images/contacts_link.png
+nextcloud/core/doc/user/_images/contacts_menu.png
+nextcloud/core/doc/user/_images/contacts_popup.png
nextcloud/core/doc/user/_images/create_public_share-6.png
nextcloud/core/doc/user/_images/create_public_share-8.png
nextcloud/core/doc/user/_images/create_public_share-9.png
@@ -11252,6 +11527,9 @@ nextcloud/core/doc/user/_images/gallery-
nextcloud/core/doc/user/_images/gallery-2.png
nextcloud/core/doc/user/_images/hidden_files.png
nextcloud/core/doc/user/_images/login_page.png
+nextcloud/core/doc/user/_images/multi_sharing.png
+nextcloud/core/doc/user/_images/new_addressbook.png
+nextcloud/core/doc/user/_images/new_calendar.png
nextcloud/core/doc/user/_images/oc_personal_settings_dropdown.png
nextcloud/core/doc/user/_images/osx_webdav1.png
nextcloud/core/doc/user/_images/osx_webdav2.png
@@ -11260,6 +11538,7 @@ nextcloud/core/doc/user/_images/quota1.p
nextcloud/core/doc/user/_images/settings_devices.png
nextcloud/core/doc/user/_images/settings_devices_add.png
nextcloud/core/doc/user/_images/settings_sessions.png
+nextcloud/core/doc/user/_images/synchronize_cardbook.png
nextcloud/core/doc/user/_images/totp_enable.png
nextcloud/core/doc/user/_images/totp_login_2.png
nextcloud/core/doc/user/_images/users-files.png
@@ -11368,7 +11647,7 @@ nextcloud/core/doc/user/_static/img/todo
nextcloud/core/doc/user/_static/img/warning.svg
nextcloud/core/doc/user/_static/jquery.js
nextcloud/core/doc/user/_static/js/
-nextcloud/core/doc/user/_static/js/jquery-1.${MAJOR}.0.min.js
+nextcloud/core/doc/user/_static/js/jquery-1.11.0.min.js
nextcloud/core/doc/user/_static/js/jquery-fix.js
nextcloud/core/doc/user/_static/logo-blue.pdf
nextcloud/core/doc/user/_static/logo-blue.png
@@ -11451,10 +11730,12 @@ nextcloud/core/img/actions/checkbox-mixe
nextcloud/core/img/actions/checkbox-mixed.svg
nextcloud/core/img/actions/checkmark-color.svg
nextcloud/core/img/actions/checkmark-white.svg
+nextcloud/core/img/actions/checkmark.png
nextcloud/core/img/actions/checkmark.svg
nextcloud/core/img/actions/clippy.svg
nextcloud/core/img/actions/close-white.svg
nextcloud/core/img/actions/close.svg
+nextcloud/core/img/actions/comment.png
nextcloud/core/img/actions/comment.svg
nextcloud/core/img/actions/confirm-white.svg
nextcloud/core/img/actions/confirm.svg
@@ -11463,6 +11744,7 @@ nextcloud/core/img/actions/delete-white.
nextcloud/core/img/actions/delete.svg
nextcloud/core/img/actions/details.svg
nextcloud/core/img/actions/download-white.svg
+nextcloud/core/img/actions/download.png
nextcloud/core/img/actions/download.svg
nextcloud/core/img/actions/edit.svg
nextcloud/core/img/actions/error-color.svg
@@ -11479,6 +11761,7 @@ nextcloud/core/img/actions/mail.svg
nextcloud/core/img/actions/menu.svg
nextcloud/core/img/actions/more-white.svg
nextcloud/core/img/actions/more.svg
+nextcloud/core/img/actions/password.png
nextcloud/core/img/actions/password.svg
nextcloud/core/img/actions/pause-big.svg
nextcloud/core/img/actions/pause.svg
@@ -11498,13 +11781,17 @@ nextcloud/core/img/actions/search.svg
nextcloud/core/img/actions/settings-dark.svg
nextcloud/core/img/actions/settings-white.svg
nextcloud/core/img/actions/settings.svg
+nextcloud/core/img/actions/share.png
nextcloud/core/img/actions/share.svg
nextcloud/core/img/actions/shared.svg
nextcloud/core/img/actions/sound-off.svg
nextcloud/core/img/actions/sound.svg
nextcloud/core/img/actions/star-dark.svg
+nextcloud/core/img/actions/star.png
nextcloud/core/img/actions/star.svg
+nextcloud/core/img/actions/starred.png
nextcloud/core/img/actions/starred.svg
+nextcloud/core/img/actions/tag.png
nextcloud/core/img/actions/tag.svg
nextcloud/core/img/actions/toggle-filelist.svg
nextcloud/core/img/actions/toggle-pictures.svg
@@ -11578,6 +11865,7 @@ nextcloud/core/img/logo.svg
nextcloud/core/img/mail.svg
nextcloud/core/img/manifest.json
nextcloud/core/img/places/
+nextcloud/core/img/places/calendar-dark.png
nextcloud/core/img/places/calendar-dark.svg
nextcloud/core/img/places/contacts-dark.svg
nextcloud/core/img/places/contacts.svg
@@ -11690,6 +11978,8 @@ nextcloud/core/js/visitortimezone.js
nextcloud/core/l10n/
nextcloud/core/l10n/bg.js
nextcloud/core/l10n/bg.json
+nextcloud/core/l10n/ca.js
+nextcloud/core/l10n/ca.json
nextcloud/core/l10n/cs.js
nextcloud/core/l10n/cs.json
nextcloud/core/l10n/da.js
@@ -11700,8 +11990,12 @@ nextcloud/core/l10n/de_DE.js
nextcloud/core/l10n/de_DE.json
nextcloud/core/l10n/el.js
nextcloud/core/l10n/el.json
+nextcloud/core/l10n/en_GB.js
+nextcloud/core/l10n/en_GB.json
nextcloud/core/l10n/es.js
nextcloud/core/l10n/es.json
+nextcloud/core/l10n/es_AR.js
+nextcloud/core/l10n/es_AR.json
nextcloud/core/l10n/es_MX.js
nextcloud/core/l10n/es_MX.json
nextcloud/core/l10n/eu.js
@@ -11722,6 +12016,10 @@ nextcloud/core/l10n/ja.js
nextcloud/core/l10n/ja.json
nextcloud/core/l10n/ko.js
nextcloud/core/l10n/ko.json
+nextcloud/core/l10n/lt_LT.js
+nextcloud/core/l10n/lt_LT.json
+nextcloud/core/l10n/lv.js
+nextcloud/core/l10n/lv.json
nextcloud/core/l10n/nb.js
nextcloud/core/l10n/nb.json
nextcloud/core/l10n/nl.js
@@ -11748,6 +12046,8 @@ nextcloud/core/l10n/vi.js
nextcloud/core/l10n/vi.json
nextcloud/core/l10n/zh_CN.js
nextcloud/core/l10n/zh_CN.json
+nextcloud/core/l10n/zh_TW.js
+nextcloud/core/l10n/zh_TW.json
nextcloud/core/register_command.php
nextcloud/core/routes.php
nextcloud/core/search/
@@ -11795,7 +12095,6 @@ nextcloud/core/templates/loginflow/redir
nextcloud/core/templates/lostpassword/
nextcloud/core/templates/lostpassword/resetpassword.php
nextcloud/core/templates/message.html
-nextcloud/core/templates/singleuser.user.php
nextcloud/core/templates/tags.html
nextcloud/core/templates/twofactorselectchallenge.php
nextcloud/core/templates/twofactorshowchallenge.php
@@ -11955,8 +12254,12 @@ nextcloud/lib/l10n/de_DE.js
nextcloud/lib/l10n/de_DE.json
nextcloud/lib/l10n/el.js
nextcloud/lib/l10n/el.json
+nextcloud/lib/l10n/en_GB.js
+nextcloud/lib/l10n/en_GB.json
nextcloud/lib/l10n/es.js
nextcloud/lib/l10n/es.json
+nextcloud/lib/l10n/es_AR.js
+nextcloud/lib/l10n/es_AR.json
nextcloud/lib/l10n/es_MX.js
nextcloud/lib/l10n/es_MX.json
nextcloud/lib/l10n/fi.js
@@ -12015,6 +12318,7 @@ nextcloud/lib/private/App/AppStore/Bundl
nextcloud/lib/private/App/AppStore/Bundles/Bundle.php
nextcloud/lib/private/App/AppStore/Bundles/BundleFetcher.php
nextcloud/lib/private/App/AppStore/Bundles/CoreBundle.php
+nextcloud/lib/private/App/AppStore/Bundles/EducationBundle.php
nextcloud/lib/private/App/AppStore/Bundles/EnterpriseBundle.php
nextcloud/lib/private/App/AppStore/Bundles/GroupwareBundle.php
nextcloud/lib/private/App/AppStore/Bundles/SocialSharingBundle.php
@@ -12241,6 +12545,7 @@ nextcloud/lib/private/Files/Cache/Wrappe
nextcloud/lib/private/Files/Cache/Wrapper/CacheJail.php
nextcloud/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
nextcloud/lib/private/Files/Cache/Wrapper/CacheWrapper.php
+nextcloud/lib/private/Files/Cache/Wrapper/JailPropagator.php
nextcloud/lib/private/Files/Config/
nextcloud/lib/private/Files/Config/CachedMountInfo.php
nextcloud/lib/private/Files/Config/LazyStorageMountInfo.php
@@ -12318,6 +12623,8 @@ nextcloud/lib/private/Files/Utils/
nextcloud/lib/private/Files/Utils/Scanner.php
nextcloud/lib/private/Files/View.php
nextcloud/lib/private/ForbiddenException.php
+nextcloud/lib/private/GlobalScale/
+nextcloud/lib/private/GlobalScale/Config.php
nextcloud/lib/private/Group/
nextcloud/lib/private/Group/Backend.php
nextcloud/lib/private/Group/Database.php
@@ -12444,17 +12751,20 @@ nextcloud/lib/private/Repair.php
nextcloud/lib/private/Repair/CleanTags.php
nextcloud/lib/private/Repair/Collation.php
nextcloud/lib/private/Repair/MoveUpdaterStepFile.php
+nextcloud/lib/private/Repair/NC11/
+nextcloud/lib/private/Repair/NC11/CleanPreviews.php
+nextcloud/lib/private/Repair/NC11/CleanPreviewsBackgroundJob.php
+nextcloud/lib/private/Repair/NC11/FixMountStorages.php
+nextcloud/lib/private/Repair/NC11/MoveAvatars.php
+nextcloud/lib/private/Repair/NC11/MoveAvatarsBackgroundJob.php
nextcloud/lib/private/Repair/NC${MAJOR}/
-nextcloud/lib/private/Repair/NC${MAJOR}/CleanPreviews.php
-nextcloud/lib/private/Repair/NC${MAJOR}/CleanPreviewsBackgroundJob.php
-nextcloud/lib/private/Repair/NC${MAJOR}/FixMountStorages.php
-nextcloud/lib/private/Repair/NC${MAJOR}/MoveAvatars.php
-nextcloud/lib/private/Repair/NC${MAJOR}/MoveAvatarsBackgroundJob.php
-nextcloud/lib/private/Repair/NC12/
-nextcloud/lib/private/Repair/NC12/InstallCoreBundle.php
-nextcloud/lib/private/Repair/NC12/UpdateLanguageCodes.php
+nextcloud/lib/private/Repair/NC${MAJOR}/InstallCoreBundle.php
+nextcloud/lib/private/Repair/NC${MAJOR}/UpdateLanguageCodes.php
+nextcloud/lib/private/Repair/NC13/
+nextcloud/lib/private/Repair/NC13/RepairInvalidPaths.php
nextcloud/lib/private/Repair/OldGroupMembershipShares.php
nextcloud/lib/private/Repair/Owncloud/
+nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php
nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php
nextcloud/lib/private/Repair/RemoveRootShares.php
nextcloud/lib/private/Repair/RepairInvalidShares.php
@@ -12819,6 +13129,8 @@ nextcloud/lib/public/Files/StorageInvali
nextcloud/lib/public/Files/StorageNotAvailableException.php
nextcloud/lib/public/Files/StorageTimeoutException.php
nextcloud/lib/public/Files/UnseekableException.php
+nextcloud/lib/public/GlobalScale/
+nextcloud/lib/public/GlobalScale/IConfig.php
nextcloud/lib/public/GroupInterface.php
nextcloud/lib/public/Http/
nextcloud/lib/public/Http/Client/
@@ -12993,7 +13305,6 @@ nextcloud/settings/Controller/Encryption
nextcloud/settings/Controller/GroupsController.php
nextcloud/settings/Controller/LogSettingsController.php
nextcloud/settings/Controller/MailSettingsController.php
-nextcloud/settings/Controller/PersonalController.php
nextcloud/settings/Controller/SecuritySettingsController.php
nextcloud/settings/Controller/UsersController.php
nextcloud/settings/Hooks.php
@@ -13018,6 +13329,7 @@ nextcloud/settings/img/apps.svg
nextcloud/settings/img/change.svg
nextcloud/settings/img/help.svg
nextcloud/settings/img/password.svg
+nextcloud/settings/img/personal.png
nextcloud/settings/img/personal.svg
nextcloud/settings/img/share.svg
nextcloud/settings/img/toggle-filelist.svg
@@ -13041,6 +13353,8 @@ nextcloud/settings/js/users/groups.js
nextcloud/settings/js/users/users.js
nextcloud/settings/js/usersettings.js
nextcloud/settings/l10n/
+nextcloud/settings/l10n/af.js
+nextcloud/settings/l10n/af.json
nextcloud/settings/l10n/ar.js
nextcloud/settings/l10n/ar.json
nextcloud/settings/l10n/ast.js
@@ -13087,8 +13401,6 @@ nextcloud/settings/l10n/fi.js
nextcloud/settings/l10n/fi.json
nextcloud/settings/l10n/fr.js
nextcloud/settings/l10n/fr.json
-nextcloud/settings/l10n/gl.js
-nextcloud/settings/l10n/gl.json
nextcloud/settings/l10n/he.js
nextcloud/settings/l10n/he.json
nextcloud/settings/l10n/hr.js
@@ -13123,6 +13435,8 @@ nextcloud/settings/l10n/lv.js
nextcloud/settings/l10n/lv.json
nextcloud/settings/l10n/mk.js
nextcloud/settings/l10n/mk.json
+nextcloud/settings/l10n/mn.js
+nextcloud/settings/l10n/mn.json
nextcloud/settings/l10n/ms_MY.js
nextcloud/settings/l10n/ms_MY.json
nextcloud/settings/l10n/nb.js
@@ -13215,7 +13529,7 @@ nextcloud/themes/README
nextcloud/themes/example/
nextcloud/themes/example/core/
nextcloud/themes/example/core/css/
-nextcloud/themes/example/core/css/styles.css
+nextcloud/themes/example/core/css/server.css
nextcloud/themes/example/core/img/
nextcloud/themes/example/core/img/favicon-touch.png
nextcloud/themes/example/core/img/favicon-touch.svg
@@ -13241,3 +13555,4 @@ nextcloud/version.php
@group
@cwd ${LOCALBASE}/share/doc/pkg-readmes
${FULLPKGNAME}
+
Hello,

Update for Nextcloud to 12.0.2:

https://nextcloud.com/changelog/

Plus, added the new big php change from martijn@

Ok? Comments?

More test are welcome.

Cheers.-

--
Sending from my toaster.

No comments:

Post a Comment