Skip to content

Commit f8cd959

Browse files
authored
Merge pull request #479 from ONLYOFFICE/develop
Release/9.1.1
2 parents c1f8956 + 707af3f commit f8cd959

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+15266
-10949
lines changed

.github/workflows/artifact.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
rm -rf ./.github/
2828
rm -rf ./.git/
2929
rm ./.gitmodules
30-
rm -rf ./assets/.git
30+
rm -rf ./assets/document-templates/.git
31+
rm -rf ./assets/document-formats/.git
3132
cd ./appinfo
3233
sed -i 's|<licence>apl2|<licence>agpl|' info.xml
3334
cd $cwd

.github/workflows/lint-phpcs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Lint
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [master, develop]
67
pull_request:
7-
branches: [master]
8+
branches: [master, develop]
89

910
permissions:
1011
contents: read
@@ -24,4 +25,4 @@ jobs:
2425
tools: composer, cs2pr, phpcs
2526
- name: Run phpcs
2627
run: |
27-
phpcs --standard=PSR2 --extensions=php,module,inc,install --ignore=node_modules,bower_components,vendor,3rdparty --warning-severity=0 ./
28+
phpcs --standard=./ruleset.xml --extensions=php,module,inc,install --ignore=node_modules,bower_components,vendor,3rdparty --warning-severity=0 ./

.gitmodules

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[submodule "assets"]
2-
path = assets
1+
[submodule "assets/document-templates"]
2+
path = assets/document-templates
33
url = https://github.com/ONLYOFFICE/document-templates
44
branch = main/new
5+
[submodule "assets/document-formats"]
6+
path = assets/document-formats
7+
url = https://github.com/ONLYOFFICE/document-formats

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## 9.1.1
4+
## Added
5+
- support of user avatar in editor
6+
- list of users to protect ranges of cells
7+
- setting for disable editors cron check
8+
- selecting a document to combine from the storage
9+
- reference data from coediting
10+
- opening a reference data source
11+
- changing a reference data source
12+
- Arabic and Serbian empty file templates
13+
14+
## Changed
15+
- fixed guest redirect when limiting the app to groups
16+
- fixed mobile editor size
17+
- offline viewer for share link
18+
- updatable list of supported formats
19+
- filling pdf instead oform
20+
- compatible with ownCloud Web 7.0
21+
322
## 8.2.3
423
## Added
524
- Ukrainian translation

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ The app allows to:
1313

1414
Supported formats:
1515

16-
* For viewing and editing: DOCX, XLSX, PPTX, CSV, TXT, DOCXF, OFORM.
17-
* For viewing only: PDF.
18-
* For converting to Office Open XML formats: DOC, DOCM, DOT, DOTX, EPUB, HTM, HTML, ODP, ODT, POT, POTM, POTX, PPS, PPSM, PPSX, PPT, PPTM, RTF, XLS, XLSM, XLT, XLTM, XLTX.
16+
* For editing: DOCM, DOCX, DOCXF, DOTM, DOTX, EPUB, FB2, HTML, ODT, OTT, RTF, TXT, CSV, ODS, OTS, XLSM, XLSX, XLTM, XLTX, ODP, OTP, POTM, POTX, PPSM, PPSX, PPTM, PPTX.
17+
* For viewing only: DJVU, DOC, DOT, FODT, HTM, MHT, MHTML, OFORM, PDF, STW, SXW, WPS, WPT, XML, XPS, ET, ETT, FODS, SXC, XLS, XLSB, XLT, DPS, DPT, FODP, POT, PPS, PPT, SXI.
1918

2019
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.
2120

@@ -208,6 +207,8 @@ The instruction on enabling _master key_ based encryption is available in the of
208207
```
209208
To disable this check running, enter 0 value.
210209
210+
* When accessing a document without download permission, file printing and using the system clipboard are not available. Copying and pasting within the editor is available via buttons in the editor toolbar and in the context menu.
211+
211212
## ONLYOFFICE Docs editions
212213
213214
ONLYOFFICE offers different versions of its online document editors that can be deployed on your own servers.
@@ -232,12 +233,12 @@ The table below will help you to make the right choice.
232233
| Conversion Service | + | + |
233234
| Document Builder Service | + | + |
234235
| **Interface** | **Community Edition** | **Enterprise Edition** |
235-
| Tabbed interface | + | + |
236-
| Dark theme | + | + |
237-
| 125%, 150%, 175%, 200% scaling | + | + |
238-
| White Label | - | - |
239-
| Integrated test example (node.js) | + | + |
240-
| Mobile web editors | - | +* |
236+
| Tabbed interface | + | + |
237+
| Dark theme | + | + |
238+
| 125%, 150%, 175%, 200% scaling | + | + |
239+
| White Label | - | - |
240+
| Integrated test example (node.js) | + | + |
241+
| Mobile web editors | - | +* |
241242
| **Plugins & Macros** | **Community Edition** | **Enterprise Edition** |
242243
| Plugins | + | + |
243244
| Macros | + | + |
@@ -272,12 +273,18 @@ The table below will help you to make the right choice.
272273
| Font and paragraph formatting | + | + |
273274
| Object insertion | + | + |
274275
| Transitions | + | + |
276+
| Animations | + | + |
275277
| Presenter mode | + | + |
276278
| Notes | + | + |
277279
| **Form creator features** | **Community Edition** | **Enterprise Edition** |
278280
| Adding form fields | + | + |
279281
| Form preview | + | + |
280282
| Saving as PDF | + | + |
283+
| **Working with PDF** | **Community Edition** | **Enterprise Edition** |
284+
| Text annotations (highlight, underline, cross out) | + | + |
285+
| Comments | + | + |
286+
| Freehand drawings | + | + |
287+
| Form filling | + | + |
281288
| | [Get it now](https://www.onlyoffice.com/download-docs.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubOwncloud#docs-community) | [Start Free Trial](https://www.onlyoffice.com/download-docs.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubOwncloud#docs-enterprise) |
282289
283290
\* If supported by DMS.

appinfo/app.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3+
* @author Ascensio System SIA <integration@onlyoffice.com>
34
*
4-
* (c) Copyright Ascensio System SIA 2023
5+
* (c) Copyright Ascensio System SIA 2024
56
*
67
* Licensed under the Apache License, Version 2.0 (the "License");
78
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)