mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Replace ownCloud Apps Store occurrences
This commit is contained in:
@@ -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 <https://apps.owncloud.com/>`_. 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
|
||||
|
||||
@@ -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…".
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ App Development
|
||||
Intro
|
||||
=====
|
||||
|
||||
Before you start, please check if there already is a similar app in the `App Store <https://apps.owncloud.com>`_ or the `GitHub organisation <https://github.com/nextcloud/>`_ that you could contribute to. Also, feel free to communicate your idea and plans in the `forum <https://help.nextcloud.com/>`_ so other contributors might join in.
|
||||
Before you start, please check if there already is a similar app in the `App Store <https://apps.nextcloud.com>`_ or the `GitHub organisation <https://github.com/nextcloud/>`_ that you could contribute to. Also, feel free to communicate your idea and plans in the `forum <https://help.nextcloud.com/>`_ so other contributors might join in.
|
||||
|
||||
Then, please make sure you have set up a development environment:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user