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 20.0.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/751905724c55
branches: trunk
changeset: 443564:751905724c55
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Dec 16 13:53:43 2020 +0000
description:
php-nextcloud: Update to 20.0.4
Changelog:
Version 20.0.4 December 17 2020
Changes
* Avoid dashboard crash when accessibility app is not installed (server#
24636)
* Bump ini from 1.3.5 to 1.3.7 (server#24649)
* Handle owncloud migration to latest release (server#24653)
* Use string for storing a OCM remote id (server#24654)
* Fix MySQL database size calculation (serverinfo#262)
* Bump cypress-io/github-action@v2 (viewer#722)
* Fix] sidebar opening animation (viewer#723)
* Fix not.exist cypress and TESTING checks (viewer#725)
Note: the main improvement in this very small release is the migration support.
Version 20.0.3 December 10 2020
Changes
* Check quota of subdirectories when uploading to them (server#24181)
* CircleId too short in some request (server#24196)
* Missing level in ScopedPsrLogger (server#24212)
* Fix nextcloud logo in email notifications misalignment (server#24228)
* Allow selecting multiple columns with SELECT DISTINCT (server#24230)
* Use file name instead of path in 'not allowed to share' message (server#
24231)
* Fix setting images through occ for theming (server#24232)
* Use regex when searching on single file shares (server#24239)
* Harden EncryptionLegacyCipher a bit (server#24249)
* Update ScanLegacyFormat.php (server#24258)
* Simple typo in comments (server#24259)
* Use correct year for generated birthdays events (server#24263)
* Delete files that exceed trashbin size immediately (server#24297)
* Update sabre/xml to fix XML parsing errors (server#24311)
* Only check path for being accessible when the storage is a object home
(server#24325)
* Avoid empty null default with value that will be inserted anyways (server#
24333)
* Fix contacts menu position and show uid as a tooltip (server#24342)
* Fix the config key on the sharing expire checkbox (server#24346)
* Set the display name of federated sharees from addressbook (server#24353)
* Catch storage not available in versions expire command (server#24367)
* Use proper bundles for files client and fileinfo (server#24377)
* Properly encode path when fetching inherited shares (server#24387)
* Formatting remote sharer should take protocol, path into account (server#
24391)
* Make sure we add new line between vcf groups exports (server#24443)
* Fix public calendars shared to circles (server#24446)
* Store scss variables under a different prefix for each theming config
version (server#24453)
* External storages: save group ids not display names in configuration
(server#24455)
* Use correct l10n source in files_sharing JS code (server#24462)
* Set frame-ancestors to none if none are filled (server#24477)
* Move the password fiels of chaging passwords to post (server#24478)
* Move the global password for files external to post (server#24479)
* Only attempt to move to trash if a file is not in appdata (server#24483)
* Fix loading mtime of new file in conflict dialog in firefox (server#24491)
* Harden setup check for TLS version if host is not reachable (server#24502)
* Fix file size computation on 32bit platforms (server#24509)
* Allow subscription to indicate that a userlimit is reached (server#24511)
* Set mountid for personal external storage mounts (server#24513)
* Only execute plain mimetype check for directories and do the fallback…
(server#24517)
* Fix vsprint parameter (server#24527)
* Replace abandoned log normalizer with our fork (server#24530)
* Add icon to user limit notification (server#24531)
* Also run repair steps when encryption is disabled but a legacy key is
present (server#24532)
* [3rdparty][security] Archive TAR to 1.4.11 (server#24534)
* Generate a new session id if the decrypting the session data fails (server#
24553)
* Revert "Do not read certificate bundle from data dir by default" (server#
24556)
* Dont use system composer for autoload checker (server#24557)
* Remember me is not an app_password (server#24563)
* Do not load nonexisting setup.js (server#24582)
* Update sabre/xml to fix XML parsing errors (3rdparty#529)
* Use composer v1 on CI (3rdparty#532)
* Bump pear/archive_tar from 1.4.9 to 1.4.11 (3rdparty#536)
* Replace abandoned log normalizer with our fork (3rdparty#543)
* Allow nullable values as subject params (activity#535)
* Don't log when unknown array is null (notifications#803)
* Feat/virtual grid (photos#550)
* Make sure we have a string to localecompare to (photos#583)
* Always get recommendations for dashboard if enabled (recommendations#336)
* Properly fetch oracle database information (serverinfo#258)
* Also register to urlChanged event to update RichWorkspace (text#1181)
* Move away from GET (text#1214)
diffstat:
www/php-nextcloud/Makefile | 5 +-
www/php-nextcloud/PLIST | 72 +++++++++++++++++++++++++++++++++++++--------
www/php-nextcloud/distinfo | 10 +++---
3 files changed, 65 insertions(+), 22 deletions(-)
diffs (truncated from 337 to 300 lines):
diff -r e7462b22013a -r 751905724c55 www/php-nextcloud/Makefile
--- a/www/php-nextcloud/Makefile Wed Dec 16 13:17:14 2020 +0000
+++ b/www/php-nextcloud/Makefile Wed Dec 16 13:53:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2020/12/04 20:45:49 nia Exp $
+# $NetBSD: Makefile,v 1.46 2020/12/16 13:53:43 ryoon Exp $
#
# The nextcloud update process only works from one version to the
@@ -10,9 +10,8 @@
# 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-20.0.2
+DISTNAME= nextcloud-20.0.4
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= https://download.nextcloud.com/server/releases/
EXTRACT_SUFX= .tar.bz2
diff -r e7462b22013a -r 751905724c55 www/php-nextcloud/PLIST
--- a/www/php-nextcloud/PLIST Wed Dec 16 13:17:14 2020 +0000
+++ b/www/php-nextcloud/PLIST Wed Dec 16 13:53:43 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2020/11/29 05:10:13 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.37 2020/12/16 13:53:43 ryoon Exp $
share/nextcloud/.htaccess
share/nextcloud/.user.ini
share/nextcloud/3rdparty/.github/workflows/composer.yml
@@ -2056,9 +2056,6 @@
share/nextcloud/3rdparty/icewind/streams/src/Url.php
share/nextcloud/3rdparty/icewind/streams/src/UrlCallBack.php
share/nextcloud/3rdparty/icewind/streams/src/Wrapper.php
-share/nextcloud/3rdparty/interfasys/lognormalizer/AUTHORS.md
-share/nextcloud/3rdparty/interfasys/lognormalizer/COPYING
-share/nextcloud/3rdparty/interfasys/lognormalizer/src/Normalizer.php
share/nextcloud/3rdparty/jeremeamia/SuperClosure/LICENSE.md
share/nextcloud/3rdparty/jeremeamia/SuperClosure/composer.json
share/nextcloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php
@@ -2371,6 +2368,8 @@
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeCompiler.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/TreeInterpreter.php
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Utils.php
+share/nextcloud/3rdparty/nextcloud/lognormalizer/COPYING
+share/nextcloud/3rdparty/nextcloud/lognormalizer/src/Normalizer.php
share/nextcloud/3rdparty/nikic/php-parser/.gitattributes
share/nextcloud/3rdparty/nikic/php-parser/LICENSE
share/nextcloud/3rdparty/nikic/php-parser/grammar/README.md
@@ -5203,6 +5202,7 @@
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132545.php
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132546.php
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132547.php
+share/nextcloud/apps/activity/lib/Migration/Version2011Date20201207091915.php
share/nextcloud/apps/activity/lib/Navigation.php
share/nextcloud/apps/activity/lib/NotificationGenerator.php
share/nextcloud/apps/activity/lib/Settings/Admin.php
@@ -5238,6 +5238,8 @@
share/nextcloud/apps/admin_audit/l10n/de.json
share/nextcloud/apps/admin_audit/l10n/de_DE.js
share/nextcloud/apps/admin_audit/l10n/de_DE.json
+share/nextcloud/apps/admin_audit/l10n/en_GB.js
+share/nextcloud/apps/admin_audit/l10n/en_GB.json
share/nextcloud/apps/admin_audit/l10n/es.js
share/nextcloud/apps/admin_audit/l10n/es.json
share/nextcloud/apps/admin_audit/l10n/es_CO.js
@@ -5250,6 +5252,8 @@
share/nextcloud/apps/admin_audit/l10n/fr.json
share/nextcloud/apps/admin_audit/l10n/gl.js
share/nextcloud/apps/admin_audit/l10n/gl.json
+share/nextcloud/apps/admin_audit/l10n/hr.js
+share/nextcloud/apps/admin_audit/l10n/hr.json
share/nextcloud/apps/admin_audit/l10n/hu.js
share/nextcloud/apps/admin_audit/l10n/hu.json
share/nextcloud/apps/admin_audit/l10n/id.js
@@ -5258,6 +5262,8 @@
share/nextcloud/apps/admin_audit/l10n/it.json
share/nextcloud/apps/admin_audit/l10n/ja.js
share/nextcloud/apps/admin_audit/l10n/ja.json
+share/nextcloud/apps/admin_audit/l10n/ko.js
+share/nextcloud/apps/admin_audit/l10n/ko.json
share/nextcloud/apps/admin_audit/l10n/nb.js
share/nextcloud/apps/admin_audit/l10n/nb.json
share/nextcloud/apps/admin_audit/l10n/nl.js
@@ -5278,6 +5284,8 @@
share/nextcloud/apps/admin_audit/l10n/tr.json
share/nextcloud/apps/admin_audit/l10n/zh_CN.js
share/nextcloud/apps/admin_audit/l10n/zh_CN.json
+share/nextcloud/apps/admin_audit/l10n/zh_TW.js
+share/nextcloud/apps/admin_audit/l10n/zh_TW.json
share/nextcloud/apps/admin_audit/lib/Actions/Action.php
share/nextcloud/apps/admin_audit/lib/Actions/AppManagement.php
share/nextcloud/apps/admin_audit/lib/Actions/Auth.php
@@ -5314,22 +5322,30 @@
share/nextcloud/apps/cloud_federation_api/l10n/de_DE.json
share/nextcloud/apps/cloud_federation_api/l10n/el.js
share/nextcloud/apps/cloud_federation_api/l10n/el.json
+share/nextcloud/apps/cloud_federation_api/l10n/en_GB.js
+share/nextcloud/apps/cloud_federation_api/l10n/en_GB.json
share/nextcloud/apps/cloud_federation_api/l10n/es.js
share/nextcloud/apps/cloud_federation_api/l10n/es.json
share/nextcloud/apps/cloud_federation_api/l10n/fr.js
share/nextcloud/apps/cloud_federation_api/l10n/fr.json
share/nextcloud/apps/cloud_federation_api/l10n/gl.js
share/nextcloud/apps/cloud_federation_api/l10n/gl.json
+share/nextcloud/apps/cloud_federation_api/l10n/hr.js
+share/nextcloud/apps/cloud_federation_api/l10n/hr.json
share/nextcloud/apps/cloud_federation_api/l10n/is.js
share/nextcloud/apps/cloud_federation_api/l10n/is.json
share/nextcloud/apps/cloud_federation_api/l10n/it.js
share/nextcloud/apps/cloud_federation_api/l10n/it.json
share/nextcloud/apps/cloud_federation_api/l10n/mk.js
share/nextcloud/apps/cloud_federation_api/l10n/mk.json
+share/nextcloud/apps/cloud_federation_api/l10n/nl.js
+share/nextcloud/apps/cloud_federation_api/l10n/nl.json
share/nextcloud/apps/cloud_federation_api/l10n/pl.js
share/nextcloud/apps/cloud_federation_api/l10n/pl.json
share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.js
share/nextcloud/apps/cloud_federation_api/l10n/pt_BR.json
+share/nextcloud/apps/cloud_federation_api/l10n/ru.js
+share/nextcloud/apps/cloud_federation_api/l10n/ru.json
share/nextcloud/apps/cloud_federation_api/l10n/sk.js
share/nextcloud/apps/cloud_federation_api/l10n/sk.json
share/nextcloud/apps/cloud_federation_api/l10n/sl.js
@@ -5606,6 +5622,8 @@
share/nextcloud/apps/contactsinteraction/l10n/de_DE.json
share/nextcloud/apps/contactsinteraction/l10n/el.js
share/nextcloud/apps/contactsinteraction/l10n/el.json
+share/nextcloud/apps/contactsinteraction/l10n/en_GB.js
+share/nextcloud/apps/contactsinteraction/l10n/en_GB.json
share/nextcloud/apps/contactsinteraction/l10n/es.js
share/nextcloud/apps/contactsinteraction/l10n/es.json
share/nextcloud/apps/contactsinteraction/l10n/eu.js
@@ -5616,10 +5634,16 @@
share/nextcloud/apps/contactsinteraction/l10n/fr.json
share/nextcloud/apps/contactsinteraction/l10n/gl.js
share/nextcloud/apps/contactsinteraction/l10n/gl.json
+share/nextcloud/apps/contactsinteraction/l10n/hr.js
+share/nextcloud/apps/contactsinteraction/l10n/hr.json
share/nextcloud/apps/contactsinteraction/l10n/it.js
share/nextcloud/apps/contactsinteraction/l10n/it.json
+share/nextcloud/apps/contactsinteraction/l10n/lt_LT.js
+share/nextcloud/apps/contactsinteraction/l10n/lt_LT.json
share/nextcloud/apps/contactsinteraction/l10n/mk.js
share/nextcloud/apps/contactsinteraction/l10n/mk.json
+share/nextcloud/apps/contactsinteraction/l10n/nl.js
+share/nextcloud/apps/contactsinteraction/l10n/nl.json
share/nextcloud/apps/contactsinteraction/l10n/pl.js
share/nextcloud/apps/contactsinteraction/l10n/pl.json
share/nextcloud/apps/contactsinteraction/l10n/pt_BR.js
@@ -5729,6 +5753,8 @@
share/nextcloud/apps/dashboard/l10n/tr.json
share/nextcloud/apps/dashboard/l10n/zh_CN.js
share/nextcloud/apps/dashboard/l10n/zh_CN.json
+share/nextcloud/apps/dashboard/l10n/zh_TW.js
+share/nextcloud/apps/dashboard/l10n/zh_TW.json
share/nextcloud/apps/dashboard/lib/Controller/DashboardController.php
share/nextcloud/apps/dashboard/lib/Controller/LayoutApiController.php
share/nextcloud/apps/dashboard/lib/Service/BackgroundService.php
@@ -6539,6 +6565,7 @@
share/nextcloud/apps/federatedfilesharing/lib/FederatedShareProvider.php
share/nextcloud/apps/federatedfilesharing/lib/Listeners/LoadAdditionalScriptsListener.php
share/nextcloud/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php
+share/nextcloud/apps/federatedfilesharing/lib/Migration/Version1011Date20201120125158.php
share/nextcloud/apps/federatedfilesharing/lib/Notifications.php
share/nextcloud/apps/federatedfilesharing/lib/Notifier.php
share/nextcloud/apps/federatedfilesharing/lib/OCM/CloudFederationProviderFiles.php
@@ -8148,7 +8175,6 @@
share/nextcloud/apps/files_rightclick/screenshots/folder.png
share/nextcloud/apps/files_rightclick/screenshots/picture.png
share/nextcloud/apps/files_sharing/appinfo/app.php
-share/nextcloud/apps/files_sharing/appinfo/database.xml
share/nextcloud/apps/files_sharing/appinfo/info.xml
share/nextcloud/apps/files_sharing/appinfo/routes.php
share/nextcloud/apps/files_sharing/appinfo/signature.json
@@ -8453,6 +8479,7 @@
share/nextcloud/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
share/nextcloud/apps/files_sharing/lib/Migration/SetAcceptedStatus.php
share/nextcloud/apps/files_sharing/lib/Migration/SetPasswordColumn.php
+share/nextcloud/apps/files_sharing/lib/Migration/Version11300Date20201120141438.php
share/nextcloud/apps/files_sharing/lib/MountProvider.php
share/nextcloud/apps/files_sharing/lib/Notification/Listener.php
share/nextcloud/apps/files_sharing/lib/Notification/Notifier.php
@@ -9434,12 +9461,16 @@
share/nextcloud/apps/lookup_server_connector/l10n/de.json
share/nextcloud/apps/lookup_server_connector/l10n/de_DE.js
share/nextcloud/apps/lookup_server_connector/l10n/de_DE.json
+share/nextcloud/apps/lookup_server_connector/l10n/en_GB.js
+share/nextcloud/apps/lookup_server_connector/l10n/en_GB.json
share/nextcloud/apps/lookup_server_connector/l10n/es.js
share/nextcloud/apps/lookup_server_connector/l10n/es.json
share/nextcloud/apps/lookup_server_connector/l10n/fr.js
share/nextcloud/apps/lookup_server_connector/l10n/fr.json
share/nextcloud/apps/lookup_server_connector/l10n/gl.js
share/nextcloud/apps/lookup_server_connector/l10n/gl.json
+share/nextcloud/apps/lookup_server_connector/l10n/hr.js
+share/nextcloud/apps/lookup_server_connector/l10n/hr.json
share/nextcloud/apps/lookup_server_connector/l10n/it.js
share/nextcloud/apps/lookup_server_connector/l10n/it.json
share/nextcloud/apps/lookup_server_connector/l10n/nl.js
@@ -10203,12 +10234,10 @@
share/nextcloud/apps/photos/js/photos-0.js.map
share/nextcloud/apps/photos/js/photos-1.js
share/nextcloud/apps/photos/js/photos-1.js.map
-share/nextcloud/apps/photos/js/photos-11.js
-share/nextcloud/apps/photos/js/photos-11.js.map
+share/nextcloud/apps/photos/js/photos-10.js
+share/nextcloud/apps/photos/js/photos-10.js.map
share/nextcloud/apps/photos/js/photos-2.js
share/nextcloud/apps/photos/js/photos-2.js.map
-share/nextcloud/apps/photos/js/photos-3.js
-share/nextcloud/apps/photos/js/photos-3.js.map
share/nextcloud/apps/photos/js/photos-4.js
share/nextcloud/apps/photos/js/photos-4.js.map
share/nextcloud/apps/photos/js/photos-5.js
@@ -10223,6 +10252,7 @@
share/nextcloud/apps/photos/js/photos-9.js.map
share/nextcloud/apps/photos/js/photos-main.js
share/nextcloud/apps/photos/js/photos-main.js.map
+share/nextcloud/apps/photos/js/photos-service-worker.js
share/nextcloud/apps/photos/l10n/af.js
share/nextcloud/apps/photos/l10n/af.json
share/nextcloud/apps/photos/l10n/ar.js
@@ -10405,6 +10435,7 @@
share/nextcloud/apps/photos/l10n/zh_TW.json
share/nextcloud/apps/photos/lib/AppInfo/Application.php
share/nextcloud/apps/photos/lib/Controller/AlbumsController.php
+share/nextcloud/apps/photos/lib/Controller/ApiController.php
share/nextcloud/apps/photos/lib/Controller/PageController.php
share/nextcloud/apps/photos/postcss.config.js
share/nextcloud/apps/photos/screenshots/screenshot1.png
@@ -10605,6 +10636,8 @@
share/nextcloud/apps/provisioning_api/l10n/fr.json
share/nextcloud/apps/provisioning_api/l10n/gl.js
share/nextcloud/apps/provisioning_api/l10n/gl.json
+share/nextcloud/apps/provisioning_api/l10n/hr.js
+share/nextcloud/apps/provisioning_api/l10n/hr.json
share/nextcloud/apps/provisioning_api/l10n/it.js
share/nextcloud/apps/provisioning_api/l10n/it.json
share/nextcloud/apps/provisioning_api/l10n/nl.js
@@ -10984,8 +11017,6 @@
share/nextcloud/apps/settings/js/vue-settings-admin-security.js.map
share/nextcloud/apps/settings/js/vue-settings-apps-489d5f46c67b4e8fbf67.js
share/nextcloud/apps/settings/js/vue-settings-apps-489d5f46c67b4e8fbf67.js.map
-share/nextcloud/apps/settings/js/vue-settings-apps-819bd91780a5b5e34199.js
-share/nextcloud/apps/settings/js/vue-settings-apps-819bd91780a5b5e34199.js.map
share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js
share/nextcloud/apps/settings/js/vue-settings-apps-users-management.js.map
share/nextcloud/apps/settings/js/vue-settings-nextcloud-pdf.js
@@ -10998,8 +11029,6 @@
share/nextcloud/apps/settings/js/vue-settings-users-949e04a80c66e7d41667.js.map
share/nextcloud/apps/settings/js/vue-vendors-settings-apps-0e3130278180acc1bb58.js
share/nextcloud/apps/settings/js/vue-vendors-settings-apps-0e3130278180acc1bb58.js.map
-share/nextcloud/apps/settings/js/vue-vendors-settings-apps-9cccd48110cd039530d3.js
-share/nextcloud/apps/settings/js/vue-vendors-settings-apps-9cccd48110cd039530d3.js.map
share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-f077c891fa908a10fb34.js
share/nextcloud/apps/settings/js/vue-vendors-settings-apps-settings-users-f077c891fa908a10fb34.js.map
share/nextcloud/apps/settings/js/vue-vendors-settings-users-3a6581e78bc592eedd33.js
@@ -13360,10 +13389,14 @@
share/nextcloud/apps/user_status/l10n/fr.json
share/nextcloud/apps/user_status/l10n/gl.js
share/nextcloud/apps/user_status/l10n/gl.json
+share/nextcloud/apps/user_status/l10n/hr.js
+share/nextcloud/apps/user_status/l10n/hr.json
share/nextcloud/apps/user_status/l10n/is.js
share/nextcloud/apps/user_status/l10n/is.json
share/nextcloud/apps/user_status/l10n/it.js
share/nextcloud/apps/user_status/l10n/it.json
+share/nextcloud/apps/user_status/l10n/ko.js
+share/nextcloud/apps/user_status/l10n/ko.json
share/nextcloud/apps/user_status/l10n/lt_LT.js
share/nextcloud/apps/user_status/l10n/lt_LT.json
share/nextcloud/apps/user_status/l10n/mk.js
@@ -13655,6 +13688,8 @@
share/nextcloud/apps/weather_status/l10n/fr.json
share/nextcloud/apps/weather_status/l10n/gl.js
share/nextcloud/apps/weather_status/l10n/gl.json
+share/nextcloud/apps/weather_status/l10n/hr.js
+share/nextcloud/apps/weather_status/l10n/hr.json
share/nextcloud/apps/weather_status/l10n/hu.js
share/nextcloud/apps/weather_status/l10n/hu.json
share/nextcloud/apps/weather_status/l10n/is.js
@@ -14029,7 +14064,8 @@
share/nextcloud/core/Migrations/Version20000Date20201109081918.php
share/nextcloud/core/Migrations/Version20000Date20201109081919.php
share/nextcloud/core/Migrations/Version20000Date20201111081915.php
-share/nextcloud/core/Notification/RemoveLinkSharesNotifier.php
+share/nextcloud/core/Migrations/Version21000Date20201120141228.php
+share/nextcloud/core/Notification/CoreNotifier.php
share/nextcloud/core/Service/LoginFlowV2Service.php
share/nextcloud/core/ajax/update.php
share/nextcloud/core/css/apps.scss
@@ -14093,6 +14129,7 @@
share/nextcloud/core/doc/admin/_images/external-sites-3.png
share/nextcloud/core/doc/admin/_images/external-sites-4.png
share/nextcloud/core/doc/admin/_images/external-sites-5.png
+share/nextcloud/core/doc/admin/_images/externalStorages_variables.png
share/nextcloud/core/doc/admin/_images/federation-0.png
share/nextcloud/core/doc/admin/_images/federation-1.png
share/nextcloud/core/doc/admin/_images/federation-2.png
@@ -14489,6 +14526,7 @@
Home |
Main Index |
Thread Index |
Old Index