Skip to content

Commit

Permalink
app rename
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jan 17, 2025
1 parent 1929fa1 commit 74c218c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 3rd-Party.license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Nextcloud ONLYOFFICE integration app uses code from the following 3rd party projects:
ONLYOFFICE app for Nextcloud uses code from the following 3rd party projects:

@nextcloud/webpack-vue-config - Base config package (https://github.com/nextcloud-libraries/webpack-vue-config/blob/master/LICENSE)
License: AGPL-3.0
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![](screenshots/icon.png) Nextcloud ONLYOFFICE integration app
# ![](screenshots/icon.png) ONLYOFFICE app for Nextcloud

This app enables users to edit office documents from [Nextcloud](https://nextcloud.com) using ONLYOFFICE Docs packaged as Document Server - [Community or Enterprise Edition](#onlyoffice-docs-editions).

Expand Down Expand Up @@ -36,9 +36,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-nextcloud)** to install pre-configured Document Server (free version) and Nextcloud with a couple of commands.

## Installing Nextcloud ONLYOFFICE integration app
## Installing ONLYOFFICE app for Nextcloud

The Nextcloud administrator can install the integration app from the in-built application market.
The Nextcloud administrator can install the app from the in-built application market.
For that go to the user name and select **Apps**.

After that find **ONLYOFFICE** in the list of available applications and install it.
Expand All @@ -50,7 +50,7 @@ To start using ONLYOFFICE Document Server with Nextcloud, the following steps mu
```bash
cd apps/
```
2. Get the Nextcloud ONLYOFFICE integration app.
2. Get the ONLYOFFICE app for Nextcloud.
There are several ways to do that:

a. Download the latest signed version from the official store for [Nextcloud](https://apps.nextcloud.com/apps/onlyoffice).
Expand All @@ -74,7 +74,7 @@ There are several ways to do that:
```
5. In Nextcloud open the `~/settings/apps/disabled` page with _Not enabled_ apps by administrator and click _Enable_ for the **ONLYOFFICE** application.

## Configuring Nextcloud ONLYOFFICE integration app
## Configuring ONLYOFFICE app for Nextcloud

In Nextcloud open the `~/settings/admin/onlyoffice` page with administrative settings for **ONLYOFFICE** section.
Enter the following address to connect ONLYOFFICE Document Server:
Expand Down Expand Up @@ -119,7 +119,7 @@ The Advanced tab allows you to grant additional access rights only to those user

## 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 Nextcloud and clicks the **Document**, **Spreadsheet** or **Presentation** item in the _new_ (+) menu.

Expand Down Expand Up @@ -178,7 +178,7 @@ When the _Log-in credentials, save in session_ authentication type is used, the
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 **Nextcloud 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 a Nextcloud admin, you will get the corresponding notification.
If any issue is detected, the ONLYOFFICE app for Nextcloud (consequently, the ability to create and open files) will be disabled. As a Nextcloud admin, you will get the corresponding notification.
This option allows you to avoid issues when the server settings become incorrect and require changes.
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<info>
<id>onlyoffice</id>
<name>ONLYOFFICE</name>
<summary>ONLYOFFICE connector</summary>
<description>ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.</description>
<summary>ONLYOFFICE app</summary>
<description>ONLYOFFICE app allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.</description>
<licence>agpl</licence>
<author mail="dev@onlyoffice.com" homepage="https://www.onlyoffice.com/">Ascensio System SIA</author>
<version>9.5.0</version>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onlyoffice",
"description": "ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.",
"description": "ONLYOFFICE app allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.",
"version": "9.5.0",
"author": "Ascensio System SIA <integration@onlyoffice.com> (https://www.onlyoffice.com)",
"license": "AGPL-3.0",
Expand Down

0 comments on commit 74c218c

Please sign in to comment.