App Store: "official" is now "Featured"

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
Sascha Wiswedel
2020-04-20 14:15:49 +02:00
parent 8dad03115c
commit 5f30a79edc
4 changed files with 6 additions and 6 deletions

View File

@@ -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 <https://nextcloud.com/enterprise/>`_.

View File

@@ -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.

View File

@@ -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

View File

@@ -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.