1
0
mirror of https://github.com/ONLYOFFICE/onlyoffice-owncloud.git synced 2025-04-18 13:24:05 +03:00

app rename

This commit is contained in:
Sergey Linnik 2025-01-17 12:04:48 +03:00
parent 71a40680db
commit f332887600
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
ownCloud ONLYOFFICE integration app uses code from the following 3rd party projects:
ONLYOFFICE app for ownCloud uses code from the following 3rd party projects:
JWT - JSON Web Token implementation (https://github.com/firebase/php-jwt/blob/master/LICENSE)
License: BSD

View File

@ -1,4 +1,4 @@
# ![onlyoffice icon](screenshots/icon.png) ownCloud ONLYOFFICE integration app
# ![onlyoffice icon](screenshots/icon.png) ONLYOFFICE app for ownCloud
This app allows users to edit office documents from [ownCloud](https://owncloud.com) using ONLYOFFICE Docs packaged as Document Server - [Community or Enterprise Edition](#onlyoffice-docs-editions).
@ -38,9 +38,9 @@ To use ONLYOFFICE behind a proxy, please refer to [this article](https://helpcen
You can also use our **[Docker installation](https://github.com/ONLYOFFICE/docker-onlyoffice-owncloud)** to install pre-configured Document Server (free version) and ownCloud with a couple of commands.
## Installing ownCloud ONLYOFFICE integration app
## Installing ONLYOFFICE app for ownCloud
The ownCloud administrator can install the integration app from the in-built application market.
The ownCloud administrator can install the app from the in-built application market.
For that click the upper-left hamburger menu and select **Market**. After that find **ONLYOFFICE** in the list of available applications and install it.
If the server with the ownCloud installed does not have an Internet access, or if you need it for some other reason, the administrator can install the application manually:
@ -51,7 +51,7 @@ If the server with the ownCloud installed does not have an Internet access, or i
cd apps/
```
2. Get the ownCloud ONLYOFFICE integration app.
2. Get the ONLYOFFICE app for ownCloud.
There are several ways to do that:
a. Download the latest signed version from the official store for [ownCloud](https://marketplace.owncloud.com/apps/onlyoffice).
@ -75,7 +75,7 @@ There are several ways to do that:
4. In ownCloud open the `~/settings/admin?sectionid=apps&category=disabled` page with _Not enabled_ apps by administrator and click _Enable_ for the **ONLYOFFICE** application.
## Configuring ownCloud ONLYOFFICE integration app
## Configuring ONLYOFFICE app for ownCloud
In ownCloud open the `~/settings/admin?sectionid=additional#onlyoffice` page with administrative settings for **ONLYOFFICE** section.
Enter the following address to connect ONLYOFFICE Document Server:
@ -131,7 +131,7 @@ Depending on your webserver configuration you can drop the `index.php` segment f
## How it works
The ONLYOFFICE integration follows the API documented [here](https://api.onlyoffice.com/editors/basic):
The ONLYOFFICE app follows the API documented [here](https://api.onlyoffice.com/editors/basic):
* When creating a new file, the user navigates to a document folder within ownCloud and clicks the **Document**, **Spreadsheet** or **Presentation** item in the _new_ (+) menu.
@ -196,7 +196,7 @@ The instruction on enabling _master key_ based encryption is available in the of
To solve this, we added an asynchronous background task which runs on the server to check availability of the editors. It allows testing the connection between your **ownCloud instance** and **ONLYOFFICE Document Server**, namely availability of server addresses and the validity of the JWT secret are being checked.
If any issue is detected, the ONLYOFFICE integration connector (consequently, the ability to create and open files) will be disabled. As an ownCloud admin, you will get the corresponding notification.
If any issue is detected, the ONLYOFFICE app (consequently, the ability to create and open files) will be disabled. As an ownCloud admin, you will get the corresponding notification.
This option allows you to avoid issues when the server settings become incorrect and require changes.

View File

@ -1,4 +1,4 @@
# ownCloud Web ONLYOFFICE integration app
# ONLYOFFICE app for ownCloud Web
This is a connector for integrating ONLYOFFICE Docs (packaged as Document Server) and ownCloud with new user interface called ownCloud Web.
@ -25,7 +25,7 @@ Community Edition vs Enterprise Edition comparison can be found [here](#onlyoffi
You will need:
* [ownCloud server](https://owncloud.com/download-server/#owncloud-server) with ownCloud Web (it can be compiled from source code or installed from the [official marketplace](https://marketplace.owncloud.com/apps/web)).
* Official ownCloud ONLYOFFICE integration app. You can install it from the [ownCloud marketplace](https://marketplace.owncloud.com/apps/onlyoffice). The support for ownCloud Web starts from v7.*.
* Official ownCloud ONLYOFFICE app. You can install it from the [ownCloud marketplace](https://marketplace.owncloud.com/apps/onlyoffice). The support for ownCloud Web starts from v7.*.
To enable work within ownCloud web, register the connector in the ownCloud Web config.json: