From 5f30a79edc82aa963bd91ff8f9151336de3a5c19 Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Mon, 20 Apr 2020 14:15:49 +0200 Subject: [PATCH] App Store: "official" is now "Featured" Signed-off-by: Sascha Wiswedel --- admin_manual/apps_management.rst | 2 +- admin_manual/configuration_server/occ_command.rst | 2 +- admin_manual/configuration_user/two_factor-auth.rst | 2 +- developer_manual/app/code_signing.rst | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin_manual/apps_management.rst b/admin_manual/apps_management.rst index 56ea1bb6b..e22990464 100644 --- a/admin_manual/apps_management.rst +++ b/admin_manual/apps_management.rst @@ -21,7 +21,7 @@ During the Nextcloud server installation, some apps are enabled by default. To see which apps are enabled go to your Apps page. Those apps are supported and developed by Nextcloud GmbH directly and -have an **Official**-tag. See :doc:`installation/apps_supported` for a list of supported apps. +have an **Featured**-tag. See :doc:`installation/apps_supported` for a list of supported apps. .. note:: To get access to work-arounds, long-term-support, priority bug fixing and custom consulting for supported apps, contact our `sales team `_. diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index df2147947..d9f5ff374 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -757,7 +757,7 @@ and to copy external mount configurations to another Nextcloud server. Integrity check --------------- -Apps which have an official tag MUST be code signed with Nextcloud. Unsigned official apps won't be installable anymore. Code signing is optional for all third-party applications:: +Apps which have a ``Featured`` tag MUST be code signed with Nextcloud. Unsigned featured apps won't be installable anymore. Code signing is optional for all third-party applications:: integrity integrity:check-app Check app integrity using a signature. diff --git a/admin_manual/configuration_user/two_factor-auth.rst b/admin_manual/configuration_user/two_factor-auth.rst index 28ac5b75e..24e480532 100644 --- a/admin_manual/configuration_user/two_factor-auth.rst +++ b/admin_manual/configuration_user/two_factor-auth.rst @@ -5,7 +5,7 @@ Two-factor authentication Two-factor authentication adds an additional layer of security to user accounts. In order to log in on an account with two-factor authentication (2FA) enabled, it is necessary to provide both the login password and another factor. 2FA in Nextcloud is pluggable, meaning that they are not part -of the Nextcloud Server component but provided by official and 3rd-party Nextcloud apps. +of the Nextcloud Server component but provided by featured and 3rd-party Nextcloud apps. Several 2FA apps are already available including diff --git a/developer_manual/app/code_signing.rst b/developer_manual/app/code_signing.rst index 0ad7f1dbd..d18ee827e 100644 --- a/developer_manual/app/code_signing.rst +++ b/developer_manual/app/code_signing.rst @@ -28,7 +28,7 @@ Do we lock down Nextcloud? The Nextcloud project is open source and always will be. We do not want to make it more difficult for our users to run Nextcloud. Any code signing errors on upgrades will not prevent Nextcloud from running, but will display a warning on -the Admin page. For applications that are not tagged "Official" the code signing +the Admin page. For applications that are not tagged "Featured" the code signing process is optional. Not open source anymore? @@ -103,8 +103,8 @@ still be ensured by having a new certificate issued. How code signing affects apps in the app store ---------------------------------------------- -- Apps which have an ``official`` tag **MUST** be code signed. - Unsigned ``official`` apps won't be installable anymore. +- Apps which have a ``Featured`` tag **MUST** be code signed. + Unsigned ``Featured`` apps won't be installable anymore. - Apps which have been signed in a previous release **MUST** be code-signed in all future releases as well, otherwise the update will be refused.