Skip to content

Commit

Permalink
Merge pull request #479 from ONLYOFFICE/develop
Browse files Browse the repository at this point in the history
Release/9.1.1
  • Loading branch information
LinneyS committed Apr 8, 2024
2 parents c1f8956 + 707af3f commit f8cd959
Show file tree
Hide file tree
Showing 86 changed files with 15,266 additions and 10,949 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
rm -rf ./.github/
rm -rf ./.git/
rm ./.gitmodules
rm -rf ./assets/.git
rm -rf ./assets/document-templates/.git
rm -rf ./assets/document-formats/.git
cd ./appinfo
sed -i 's|<licence>apl2|<licence>agpl|' info.xml
cd $cwd
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lint-phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Lint

on:
workflow_dispatch:
push:
branches: [master, develop]
pull_request:
branches: [master]
branches: [master, develop]

permissions:
contents: read
Expand All @@ -24,4 +25,4 @@ jobs:
tools: composer, cs2pr, phpcs
- name: Run phpcs
run: |
phpcs --standard=PSR2 --extensions=php,module,inc,install --ignore=node_modules,bower_components,vendor,3rdparty --warning-severity=0 ./
phpcs --standard=./ruleset.xml --extensions=php,module,inc,install --ignore=node_modules,bower_components,vendor,3rdparty --warning-severity=0 ./
7 changes: 5 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[submodule "assets"]
path = assets
[submodule "assets/document-templates"]
path = assets/document-templates
url = https://github.com/ONLYOFFICE/document-templates
branch = main/new
[submodule "assets/document-formats"]
path = assets/document-formats
url = https://github.com/ONLYOFFICE/document-formats
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 9.1.1
## Added
- support of user avatar in editor
- list of users to protect ranges of cells
- setting for disable editors cron check
- selecting a document to combine from the storage
- reference data from coediting
- opening a reference data source
- changing a reference data source
- Arabic and Serbian empty file templates

## Changed
- fixed guest redirect when limiting the app to groups
- fixed mobile editor size
- offline viewer for share link
- updatable list of supported formats
- filling pdf instead oform
- compatible with ownCloud Web 7.0

## 8.2.3
## Added
- Ukrainian translation
Expand Down
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ The app allows to:

Supported formats:

* For viewing and editing: DOCX, XLSX, PPTX, CSV, TXT, DOCXF, OFORM.
* For viewing only: PDF.
* 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.
* 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.
* 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.

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.

Expand Down Expand Up @@ -208,6 +207,8 @@ The instruction on enabling _master key_ based encryption is available in the of
```
To disable this check running, enter 0 value.

* 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.

## ONLYOFFICE Docs editions

ONLYOFFICE offers different versions of its online document editors that can be deployed on your own servers.
Expand All @@ -232,12 +233,12 @@ The table below will help you to make the right choice.
| Conversion Service | + | + |
| Document Builder Service | + | + |
| **Interface** | **Community Edition** | **Enterprise Edition** |
| Tabbed interface | + | + |
| Dark theme | + | + |
| 125%, 150%, 175%, 200% scaling | + | + |
| White Label | - | - |
| Integrated test example (node.js) | + | + |
| Mobile web editors | - | +* |
| Tabbed interface | + | + |
| Dark theme | + | + |
| 125%, 150%, 175%, 200% scaling | + | + |
| White Label | - | - |
| Integrated test example (node.js) | + | + |
| Mobile web editors | - | +* |
| **Plugins & Macros** | **Community Edition** | **Enterprise Edition** |
| Plugins | + | + |
| Macros | + | + |
Expand Down Expand Up @@ -272,12 +273,18 @@ The table below will help you to make the right choice.
| Font and paragraph formatting | + | + |
| Object insertion | + | + |
| Transitions | + | + |
| Animations | + | + |
| Presenter mode | + | + |
| Notes | + | + |
| **Form creator features** | **Community Edition** | **Enterprise Edition** |
| Adding form fields | + | + |
| Form preview | + | + |
| Saving as PDF | + | + |
| **Working with PDF** | **Community Edition** | **Enterprise Edition** |
| Text annotations (highlight, underline, cross out) | + | + |
| Comments | + | + |
| Freehand drawings | + | + |
| Form filling | + | + |
| | [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) |

\* If supported by DMS.
3 changes: 2 additions & 1 deletion appinfo/app.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php
/**
* @author Ascensio System SIA <integration@onlyoffice.com>
*
* (c) Copyright Ascensio System SIA 2023
* (c) Copyright Ascensio System SIA 2024
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit f8cd959

Please sign in to comment.