diff --git a/admin_manual/installation/apps_management_installation.rst b/admin_manual/installation/apps_management_installation.rst index 84318337f..b18a15bd4 100644 --- a/admin_manual/installation/apps_management_installation.rst +++ b/admin_manual/installation/apps_management_installation.rst @@ -42,9 +42,6 @@ page by default. Click the app name to view a description of the app and any of the app settings in the Application View field. Clicking the **Enable** button will enable the app. If the app is not part of the Nextcloud installation, it will be downloaded from the app store, installed and enabled. -Click the gear icon on the lower left to browse experimental apps in the `ownCloud Apps -Store `_. Install experimental apps at your own risk. - Sometimes the installation of a third-party app fails silently, possibly because ``'appcodechecker' => true,`` is enabled in ``config.php``. When ``appcodechecker`` is enabled it checks if third-party apps are using the private API, rather than the public diff --git a/admin_manual/issues/code_signing.rst b/admin_manual/issues/code_signing.rst index 30fd02e0b..351336667 100644 --- a/admin_manual/issues/code_signing.rst +++ b/admin_manual/issues/code_signing.rst @@ -46,8 +46,7 @@ version branch in version.php to something else than "stable". Is Code Signing Mandatory For Apps? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Code signing is optional for all third-party applications. Applications -with a tag of "Official" on apps.owncloud.com require code signing. +Code signing is required for all applications on apps.nextcloud.com. .. _code_signing_fix_warning_label: @@ -167,9 +166,9 @@ In above error output it can be seen that: 2. In the Nextcloud core the unrequired extra file "/test.php" has been found. 3. It was not possible to verify the signature of the calendar application. -The solution is to upload the correct "index.php" and "version.php" files, and -delete the "test.php" file. For the calendar exception contact the developer of -the application. For other means on how to receive support please take a look at +The solution is to upload the correct "index.php" and "version.php" files, and +delete the "test.php" file. For the calendar exception contact the developer of +the application. For other means on how to receive support please take a look at https://nextcloud.com/support/. After fixing these problems verify by clicking "Rescan…". diff --git a/developer_manual/app/code_signing.rst b/developer_manual/app/code_signing.rst index 4dbd5ac6d..993b337e4 100644 --- a/developer_manual/app/code_signing.rst +++ b/developer_manual/app/code_signing.rst @@ -45,8 +45,7 @@ version branch in version.php to something else than "stable". Is Code Signing Mandatory For Apps? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Code signing is optional for all third-party applications. Applications -with a tag of "Official" on apps.owncloud.com require code signing. +Code signing is required for all applications on apps.nextcloud.com. Technical details ----------------- @@ -131,7 +130,7 @@ examples will assume that you are trying to sign an application named The occ tool will store a ``signature.json`` file within the ``appinfo`` folder of your application. Then compress the application folder and upload it to -apps.owncloud.com. Be aware that doing any changes to the application after it +apps.nextcloud.com. Be aware that doing any changes to the application after it has been signed requires another signing. So if you do not want to have some files shipped remove them before running the signing command. @@ -141,7 +140,7 @@ certificate. If you maintain an app together with multiple people it is recommended to designate a release manager responsible for the signing process as well -as the uploading to apps.owncloud.com. If there are cases where this is not +as the uploading to apps.nextcloud.com. If there are cases where this is not feasible and multiple certificates are required Nextcloud can create them on a case by case basis. We do not recommend developers to share their private key. diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst index b132a166d..4469e8789 100644 --- a/developer_manual/app/index.rst +++ b/developer_manual/app/index.rst @@ -47,7 +47,7 @@ App Development Intro ===== -Before you start, please check if there already is a similar app in the `App Store `_ or the `GitHub organisation `_ that you could contribute to. Also, feel free to communicate your idea and plans in the `forum `_ so other contributors might join in. +Before you start, please check if there already is a similar app in the `App Store `_ or the `GitHub organisation `_ that you could contribute to. Also, feel free to communicate your idea and plans in the `forum `_ so other contributors might join in. Then, please make sure you have set up a development environment: diff --git a/developer_manual/index.rst b/developer_manual/index.rst index 33aad0ecb..8e1ffde09 100644 --- a/developer_manual/index.rst +++ b/developer_manual/index.rst @@ -4,7 +4,7 @@ Nextcloud Developer Documentation ================================= -.. _ownCloud Appstore: https://apps.owncloud.com/ +.. _Nextcloud App Store: https://apps.nextcloud.com/ .. _Translation: https://www.transifex.com/nextcloud/ .. _Documentation: https://github.com/nextcloud/documentation#nextcloud-documentation