You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#  ONLYOFFICE app for ownCloud
2
2
3
3
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).
4
4
@@ -7,14 +7,16 @@ This app allows users to edit office documents from [ownCloud](https://owncloud.
7
7
The app allows to:
8
8
9
9
* Create and edit text documents, spreadsheets, and presentations.
10
+
* Create and edit PDF forms.
11
+
* Edit PDF files.
10
12
* Share files with different permission types - viewing/editing, commenting, reviewing, filling forms. It's also possible to restrict downloading (in all editors) and modifying filters (in spreadshhets). Sharing via public link is also available.
11
13
* Co-edit documents in real-time: use two co-editing modes (Fast and Strict), Track Changes, comments, and built-in chat. Co-editing is also available several federated ownCloud instances connected to one Document Server.
12
14
* Work with documents, spreadsheets, and presentations within ownCloud Web.
ODT, ODS, and ODP is also available for instant conversion. After you enable the corresponding option in the admin settings, ODF-formatted documents are immediately converted in the editor and opened after you click on it.
20
22
@@ -36,9 +38,9 @@ To use ONLYOFFICE behind a proxy, please refer to [this article](https://helpcen
36
38
37
39
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.
38
40
39
-
## Installing ownCloud ONLYOFFICE integration app
41
+
## Installing ONLYOFFICE app for ownCloud
40
42
41
-
The ownCloud administrator can install the integration app from the in-built application market.
43
+
The ownCloud administrator can install the app from the in-built application market.
42
44
For that click the upper-left hamburger menu and select **Market**. After that find **ONLYOFFICE** in the list of available applications and install it.
43
45
44
46
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:
@@ -49,7 +51,7 @@ If the server with the ownCloud installed does not have an Internet access, or i
49
51
cd apps/
50
52
```
51
53
52
-
2. Get the ownCloud ONLYOFFICE integration app.
54
+
2. Get the ONLYOFFICE appfor ownCloud.
53
55
There are several ways to do that:
54
56
55
57
a. Download the latest signed version from the official store for [ownCloud](https://marketplace.owncloud.com/apps/onlyoffice).
@@ -73,7 +75,7 @@ There are several ways to do that:
73
75
74
76
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.
In ownCloud open the `~/settings/admin?sectionid=additional#onlyoffice` page with administrative settings for**ONLYOFFICE** section.
79
81
Enter the following address to connect ONLYOFFICE Document Server:
@@ -129,7 +131,7 @@ Depending on your webserver configuration you can drop the `index.php` segment f
129
131
130
132
## How it works
131
133
132
-
The ONLYOFFICE integration follows the API documented [here](https://api.onlyoffice.com/editors/basic):
134
+
The ONLYOFFICE app follows the API documented [here](https://api.onlyoffice.com/editors/basic):
133
135
134
136
* 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.
135
137
@@ -194,7 +196,7 @@ The instruction on enabling _master key_ based encryption is available in the of
194
196
195
197
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.
196
198
197
-
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.
199
+
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.
198
200
199
201
This option allows you to avoid issues when the server settings become incorrect and require changes.
Copy file name to clipboardExpand all lines: appinfo/info.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@
6
6
<description>ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within ownCloud 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>
0 commit comments