Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
|
8eca3681b7 | ||
|
da71b9c6f9 | ||
|
ed60013250 | ||
|
5bed65fa99 | ||
|
016eddbecb | ||
|
f1b8594521 | ||
|
e448c88efa | ||
|
cfe62f0ede |
|
@ -1,4 +1,4 @@
|
|||
personal_ws-1.1 en 572 utf-8
|
||||
personal_ws-1.1 en 580 utf-8
|
||||
ACOT
|
||||
ACOTH
|
||||
ActiveCell
|
||||
|
@ -14,6 +14,7 @@ adSm
|
|||
AllFontsGen
|
||||
altGr
|
||||
amd
|
||||
amqp
|
||||
Api
|
||||
ApiBlockLvlSdt
|
||||
ApiChart
|
||||
|
@ -31,6 +32,7 @@ ASC
|
|||
ashx
|
||||
aspose
|
||||
Aspose
|
||||
authChanges
|
||||
autocomplete
|
||||
AutoCorrect
|
||||
autofill
|
||||
|
@ -66,6 +68,7 @@ bugfixes
|
|||
builded
|
||||
callbackUrl
|
||||
CanUpdateTarget
|
||||
CAs
|
||||
CentOS
|
||||
cff
|
||||
changesError
|
||||
|
@ -78,6 +81,7 @@ CHISQ
|
|||
CHITEST
|
||||
citus
|
||||
CJK
|
||||
clientLog
|
||||
clipart
|
||||
Clipart
|
||||
ClipArt
|
||||
|
@ -99,11 +103,13 @@ ConnectionsOS
|
|||
COnOfftype
|
||||
convertasion
|
||||
Convertation
|
||||
convertions
|
||||
ConvertService
|
||||
COTH
|
||||
COUNTIF
|
||||
COUNTIFS
|
||||
COVARIANCE
|
||||
CreatePictureForm
|
||||
crypted
|
||||
CSC
|
||||
CSCH
|
||||
|
@ -228,6 +234,7 @@ GetTopMargin
|
|||
GetUsedRange
|
||||
GetValue
|
||||
GetVisible
|
||||
GetVisibleRegion
|
||||
GetWidth
|
||||
GetWpar
|
||||
glyphs
|
||||
|
@ -264,9 +271,11 @@ inBody
|
|||
innodependencyinstaller
|
||||
InsertContent
|
||||
insertImage
|
||||
integrations
|
||||
INTL
|
||||
INV
|
||||
iOS
|
||||
iPadOS
|
||||
ipfilter
|
||||
IsAutosave
|
||||
IsExitSave
|
||||
|
@ -306,6 +315,7 @@ MacOs
|
|||
mariadb
|
||||
mathType
|
||||
MathType
|
||||
maxChangesSize
|
||||
MAXIFS
|
||||
Mendeley
|
||||
MergeArea
|
||||
|
@ -350,6 +360,7 @@ ODP
|
|||
ods
|
||||
odt
|
||||
ODT
|
||||
onDocumentContentReady
|
||||
onDocumentStateChange
|
||||
onlyoffice
|
||||
ONLYOFFICE
|
||||
|
@ -375,6 +386,7 @@ Paragarph
|
|||
param
|
||||
params
|
||||
passsword
|
||||
pathurl
|
||||
pdf
|
||||
PDFA
|
||||
PDURATION
|
||||
|
@ -385,6 +397,7 @@ PhotoEditor
|
|||
PHP
|
||||
placholder
|
||||
Pluging
|
||||
png
|
||||
PNG
|
||||
PostgreSql
|
||||
PostgreSQL
|
||||
|
@ -423,6 +436,7 @@ reSave
|
|||
resize
|
||||
rightMenu
|
||||
RowHeight
|
||||
rPrChange
|
||||
RRI
|
||||
rtf
|
||||
RTF
|
||||
|
@ -432,6 +446,7 @@ savefile
|
|||
SaveLock
|
||||
saveUrl
|
||||
Schweiz
|
||||
ScrollToAbsolutePosition
|
||||
sdk
|
||||
sdkjs
|
||||
sdt
|
||||
|
@ -489,6 +504,7 @@ specifi
|
|||
Spellcheker
|
||||
ssl
|
||||
sslEnabled
|
||||
startRPC
|
||||
startup
|
||||
statsd
|
||||
statusBar
|
||||
|
@ -528,6 +544,7 @@ undelete
|
|||
ungroup
|
||||
ungrouping
|
||||
unLockDocument
|
||||
uri
|
||||
URI
|
||||
url
|
||||
urls
|
||||
|
@ -550,12 +567,14 @@ wget
|
|||
WinXp
|
||||
wmf
|
||||
WOPI
|
||||
WordControl
|
||||
WrapText
|
||||
xfIndexNumber
|
||||
XLOOKUP
|
||||
xls
|
||||
XLS
|
||||
XLSB
|
||||
xlsb
|
||||
XlsFormatReader
|
||||
xlsx
|
||||
XLSX
|
||||
|
|
63
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
63
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
name: "Bug report"
|
||||
description: "Use this template if you're running into issues with DocumentServer"
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: unique
|
||||
attributes:
|
||||
label: "This issue is unique."
|
||||
options:
|
||||
- label: "I have used the [search tool](https://github.com/ONLYOFFICE/DocuemntServer/issues?q=) and did not find an issue describing my bug."
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating System of DocumentServer
|
||||
description: "If you know this bug occurs on multiple operating systems, select all you have tested."
|
||||
multiple: true
|
||||
options:
|
||||
- Windows Server
|
||||
- Linux (DEB package)
|
||||
- Linux (RPM package)
|
||||
- Docker
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: "Version information"
|
||||
description: "Please provide the exact version of the app you are using. You can check it in `About` tab"
|
||||
placeholder: "Example: 6.3.1.56"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: "Expected Behavior"
|
||||
description: "What did you expect to happen? Did this work in previous versions of DocumentServer?"
|
||||
placeholder: "Example: When the text color is set to white it should be white, regardless of the font size."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: "Actual Behavior"
|
||||
description: "What did actually happen?"
|
||||
placeholder: "Example: When the text size is 16 and the font color is set to white then the text is gray."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro-steps
|
||||
attributes:
|
||||
label: "Reproduction Steps"
|
||||
description: "Provide information on how to reproduce this bug. Make sure your instructions are clear."
|
||||
placeholder: |
|
||||
Example:
|
||||
1. Change font size to 16
|
||||
2. Set font color to white
|
||||
3. Observe as the text is not white
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: "Additional information"
|
||||
description: "If you have any screenshots, videos, or other information that you feel is necessary to explain the issue, feel free to attach them here."
|
||||
placeholder: "Example: My screen resolution is 1920x1080p"
|
14
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: "Feature request"
|
||||
description: "Use this form to suggest a feature."
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: "This issue is unique."
|
||||
options:
|
||||
- label: "I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my idea."
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Your idea.
|
||||
validations:
|
||||
required: true
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -15,7 +15,7 @@
|
|||
url = https://github.com/ONLYOFFICE/server.git
|
||||
[submodule "web-apps"]
|
||||
path = web-apps
|
||||
url = https://github.com/ONLYOFFICE/web-apps.git
|
||||
url = https://git.amogus.cloud/Lea/web-apps.git
|
||||
[submodule "sdkjs-plugins/plugin-highlightcode"]
|
||||
path = sdkjs-plugins/plugin-highlightcode
|
||||
url = https://github.com/ONLYOFFICE/plugin-highlightcode
|
||||
|
|
172
CHANGELOG.md
172
CHANGELOG.md
|
@ -1,5 +1,177 @@
|
|||
# Change log
|
||||
|
||||
## 7.2.2
|
||||
|
||||
### Fixes
|
||||
|
||||
#### All Editors
|
||||
|
||||
* Change selection font for base math font
|
||||
|
||||
#### Document Editor
|
||||
|
||||
* Fix the document bouncing in fast co-edit mode (Bug #59647) ([DocumentServer#1955](https://github.com/ONLYOFFICE/DocumentServer/issues/1955))
|
||||
* Fix ability to review the document by anonymous users (Bug #59592)
|
||||
* Fix changing `Unit of Measurement` property in `Advanced Settings` (Bug #59911)
|
||||
* Fix the problem with compiling text properties of paragraph numbering (Bug #59324)
|
||||
* Fix comment highlight rendering (Bug #59640)
|
||||
* Fix calculating end info of the paragraph (Bug #59997, #60026)
|
||||
* Fix printing selection for some documents (Bug #60167)
|
||||
* Fix calculating the end info of a paragraph in table (Bug #60115)
|
||||
|
||||
#### Spreadsheet Editor
|
||||
|
||||
* Fix print from the integrations (Bug #59466)
|
||||
* Fix hangup on opening xlsx file (Bug #59549)
|
||||
* Fix displaying of the descriptions in `Function Arguments` window
|
||||
for non-English formula languages
|
||||
|
||||
#### Presentation Editor
|
||||
|
||||
* Fix applying auto-correction in the equations (Bug #59529) ([DocumentServer#1960](https://github.com/ONLYOFFICE/DocumentServer/issues/1960))
|
||||
|
||||
#### Convert
|
||||
|
||||
* Fix some specific files in docx to png conversion (Bug #59923)
|
||||
|
||||
#### Back-end
|
||||
|
||||
* Major improvements of js compilation during convertions
|
||||
through creating js caches with fonts
|
||||
* Fix file collection with setting `FileConverter.converter.errorfiles`
|
||||
* Add idle session close log and `clientLog` command
|
||||
* Add `onDocumentContentReady` log message
|
||||
|
||||
#### API
|
||||
|
||||
* Fix `GetVisibleRegion` method
|
||||
* Add `WordControl.ScrollToAbsolutePosition` method
|
||||
|
||||
#### Mobile Web Editors
|
||||
|
||||
* Fix the editors loading in some integrations on iOS and iPadOS (Bug #59604)
|
||||
|
||||
#### Docker
|
||||
|
||||
* Fix port parsing from `amqp_uri` if host contains digits including IP (Bug #59483)([Docker-DocumentServer#215](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/215))
|
||||
* Add base image and PostgreSQL version build arguments
|
||||
* Fix errors when starting the container on CentOS 9 (Bug #59481)([Docker-DocumentServer#522](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/522))
|
||||
|
||||
#### Integration Example
|
||||
|
||||
* Fixed several issues with jwt in different examples
|
||||
|
||||
## 7.2.1
|
||||
|
||||
### New Features
|
||||
|
||||
#### All Editors
|
||||
|
||||
* Major improvements in fonts render engine. Removal of `Alternative input` settings
|
||||
|
||||
### Fixes
|
||||
|
||||
#### All Editors
|
||||
|
||||
* Fix `Help` closing (Bug #59315)
|
||||
|
||||
#### Document Editor
|
||||
|
||||
* Fix numbering in Portuguese or Basque language (Bug #59091)
|
||||
* Fix the problem with review types when splitting paragraph (Bug #58512)
|
||||
* Fix the problem with special paste button (Bug #59149)
|
||||
* Fix crash on opening docx (Bug #59212)
|
||||
* Fix the problem with reading `rPrChange` property and review such files (Bug #59205)
|
||||
* Fix scrolling in co-edit view mode (Bug #57928)
|
||||
* Fix the problem with performing the global undo (Bug #59270)
|
||||
* Fix the problem with set the bold property for text in the complex script
|
||||
(Bug #59289)
|
||||
* Fix special paste position (Bug #59139)
|
||||
|
||||
#### Spreadsheet Editor
|
||||
|
||||
* Fix hangup on opening xlsx file (Bug #58112)
|
||||
* Fix special paste via hotkey (Bug #59148)
|
||||
|
||||
#### Presentation Editor
|
||||
|
||||
* Fix animations problems (Bug #59301)
|
||||
* Fix opening pptx file (Bug #59308)
|
||||
|
||||
#### Convert
|
||||
|
||||
* Fix xlsb to xlsx conversion (Bug #59002)
|
||||
* Fix broken docx with 3D charts (Bug #58814)
|
||||
* Fix some specific files in ppt to pptx conversion (Bug #59074, Bug #59106,
|
||||
Bug #59108, Bug #59261, Bug #59276, Bug #59277, Bug #59281, #59261)
|
||||
* Fix some specific files in xlsx to ods conversion (Bug #59118)
|
||||
* Fix metadata loss in PDF (Bug #59153)
|
||||
* Fix problems with opening xps files (Bug #59119)
|
||||
* Fix empty presentation for ods to pptx conversion (Bug #59220)
|
||||
* Fix xlsx to ods conversion (Bug #59221, Bug #59353)
|
||||
* Fix xls to xlsx conversion (Bug #59209)
|
||||
* Fix rtf to docx conversion (Bug #59322)
|
||||
* Fix doc to docx conversion (Bug #59329)
|
||||
* Fix csv number formats (Bug #59357)
|
||||
* Improve EMF images rendering
|
||||
|
||||
#### PDF Viewer
|
||||
|
||||
* Fix search highlight (Bug #59069)
|
||||
* Fix tooltip language for preview (Bug #59087)
|
||||
|
||||
#### Forms
|
||||
|
||||
* Major improvements in saving forms to PDF
|
||||
* Implement save text field formats to PDF (Bug #58901)
|
||||
* Add default form key when creating new forms
|
||||
* Fix image track display (Bug #59120)
|
||||
* Fix the problem with highlight of a fixed form (Bug #59105)
|
||||
* Fix duplicating fixed forms when saving to PDF
|
||||
* Fix the problem with converting complex field to fixed form (Bug #59262)
|
||||
* Fix the problem with entering text to form (Bug #59290)
|
||||
* Fix the problem with working with complex fields and simple fields (Bug #59345)
|
||||
* Fix keys list problems (Bug #59377)
|
||||
* Fix the problem with cancel filling the form on form blur (Bug #59373)
|
||||
* Fix the problem with key of complex forms (Bug #59374)
|
||||
* Fix complex form filling problem for forms with same key (Bug #59375)
|
||||
* Fix the problem with printing form borders filled with placeholders (Bug #59378)
|
||||
* Fix the problem with updating content of a Ref field (Bug #58606, Bug #59278)
|
||||
|
||||
#### Back-end
|
||||
|
||||
* Calling separate callback for each `pathurl` request
|
||||
* Fix forgotten migration ([DocumentServer#1911](https://github.com/ONLYOFFICE/DocumentServer/issues/1911))
|
||||
* Set timeout for entire conversion
|
||||
* Add `pathurl` command to startRPC
|
||||
* Check connection status before sending changes
|
||||
* Add `editor.maxChangesSize` limit to document changes in config
|
||||
* Fix bug with using built-in Root CAs instead of Windows Store.
|
||||
* Check license on live viewer authorization
|
||||
* Add alias field for multi tenancy
|
||||
* Add acknowledge to authChanges
|
||||
|
||||
#### API
|
||||
|
||||
* Fix `Api.CreatePictureForm` method (Bug #59159)
|
||||
* New methods to work with Review mode via API
|
||||
|
||||
#### Mobile Web Editors
|
||||
|
||||
* Fix SmartArt rendering (Bug #58867)
|
||||
* Fix hangup on duplicate slide (Bug #59102)
|
||||
* Fix hidden separator in dark theme (Bug #58272)
|
||||
|
||||
#### Docker
|
||||
|
||||
* Update base image to `ubuntu:22.04`. Please update `docker-engine`
|
||||
to latest stable version (`20.10.21` as of writing this doc)
|
||||
* Fix build of image (Bug #59310)([Docker-DocumentServer#506](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/506))
|
||||
|
||||
#### Integration Example
|
||||
|
||||
* Fixed several issues in different examples
|
||||
|
||||
## 7.2.0
|
||||
|
||||
### New Features
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[](https://www.gnu.org/licenses/agpl-3.0.en.html) 
|
||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html) 
|
||||
|
||||
## Overview
|
||||
|
||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit b0d0186dd4175f8011b04721abfc7eaea085c724
|
||||
Subproject commit 24e04314d878b8efc5ef4cb9c1a20331497071ea
|
2
sdkjs
2
sdkjs
|
@ -1 +1 @@
|
|||
Subproject commit 7feccff00b9523ecbd999d5641fbb4037b53968e
|
||||
Subproject commit 2f7a18f583853b15c5a05ff357f3e1bc15b726c7
|
|
@ -1 +1 @@
|
|||
Subproject commit 4789db01d25b878f4ca9371d576234f86df75b58
|
||||
Subproject commit bf800f63eab8a202128f109c1b4969e654ccb314
|
|
@ -1 +1 @@
|
|||
Subproject commit 2121c97a9470b1f31537a4b826a2c0ee81b43be7
|
||||
Subproject commit 3e21f9f542eb7d1709622b29a92e4eff1c3ea612
|
|
@ -1 +1 @@
|
|||
Subproject commit 57f192097b8f77b311281d7c3d59b0a32a076260
|
||||
Subproject commit de282e12466fca0cc79f8f79072b8630df9c7932
|
|
@ -1 +1 @@
|
|||
Subproject commit dace772d0f420e70deb6eb49525207dc2d65fe7f
|
||||
Subproject commit 1e7abae692c74a8e036cb8472c53223d3df41d14
|
|
@ -1 +1 @@
|
|||
Subproject commit 50da2e01fb247812bd74513dd678f4adf5a29cc6
|
||||
Subproject commit 10c89498b702f271183427957e2a66558e93eced
|
|
@ -1 +1 @@
|
|||
Subproject commit 6bcbbe49dc061d3eb1c6943cb5e2076e76dbaea8
|
||||
Subproject commit b1abf1a37a5d856e7f926ad0ab90bc8d2a6b18a9
|
|
@ -1 +1 @@
|
|||
Subproject commit d5c2905454a55e019de9a7398881288b42e1eba1
|
||||
Subproject commit 46e05265cb1186197184943f118caac9ab478aed
|
|
@ -1 +1 @@
|
|||
Subproject commit 11874cd95810c762daa997a0739e4ae3333fceca
|
||||
Subproject commit dfefba29ccae8796de31b06131dfb2a6416fa6ea
|
|
@ -1 +1 @@
|
|||
Subproject commit 14fa03f58d055b93a4b0ea5dcb6b9ccf0d2ca689
|
||||
Subproject commit 502922f92ad5a365163f316897677a470daf80f1
|
|
@ -1 +1 @@
|
|||
Subproject commit 845cac38452578f61d18c1f9ba01205952b5ca31
|
||||
Subproject commit 5f729fda60d65a18064a258b5bf764e81c7de774
|
2
server
2
server
|
@ -1 +1 @@
|
|||
Subproject commit 6dcc1dc3ac5e0959c0bd8b84428f7444be4df282
|
||||
Subproject commit 1a1cbf19681318eafd73c6a03c68afe3d6d67aa2
|
2
web-apps
2
web-apps
|
@ -1 +1 @@
|
|||
Subproject commit 612d5d04e59a7169267b9095a7980798363a72dd
|
||||
Subproject commit ddec589b37b29ae93b699ea6797f1e375486abdc
|
Loading…
Reference in a new issue