-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #579 from ONLYOFFICE/release/v1.9.0
Release/1.9.0
- Loading branch information
Showing
39 changed files
with
109 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ class User { | |
descriptions, | ||
templates, | ||
avatar, | ||
close, | ||
) { | ||
this.id = id; | ||
this.name = name; | ||
|
@@ -43,6 +44,7 @@ class User { | |
this.descriptions = descriptions; | ||
this.templates = templates; | ||
this.avatar = avatar; | ||
this.close = close; | ||
} | ||
} | ||
|
||
|
@@ -99,7 +101,21 @@ const descrUser0 = [ | |
]; | ||
|
||
const users = [ | ||
new User('uid-1', 'John Smith', '[email protected]', null, null, {}, null, null, [], descrUser1, true, true), | ||
new User( | ||
'uid-1', | ||
'John Smith', | ||
'[email protected]', | ||
null, | ||
null, | ||
{}, | ||
null, | ||
null, | ||
[], | ||
descrUser1, | ||
true, | ||
true, | ||
{ visible: false }, | ||
), | ||
new User( | ||
'uid-2', | ||
'Mark Pottato', | ||
|
@@ -117,6 +133,7 @@ const users = [ | |
descrUser2, | ||
false, | ||
true, | ||
{}, | ||
), | ||
new User( | ||
'uid-3', | ||
|
@@ -135,8 +152,9 @@ const users = [ | |
descrUser3, | ||
false, | ||
false, | ||
{}, | ||
), | ||
new User('uid-0', null, null, null, null, {}, [], null, ['protect'], descrUser0, false, false), | ||
new User('uid-0', null, null, null, null, {}, [], null, ['protect'], descrUser0, false, false, null), | ||
]; | ||
|
||
// get a list of all the users | ||
|
2 changes: 1 addition & 1 deletion
2
web/documentserver-example/nodejs/public/assets/document-formats
Submodule document-formats
updated
3 files
+3 −1 | CHANGELOG.md | |
+8 −5 | README.md | |
+48 −41 | onlyoffice-docs-formats.json |
2 changes: 1 addition & 1 deletion
2
web/documentserver-example/nodejs/public/assets/document-templates
Submodule document-templates
updated
4 files
+ − | new/new.docxf | |
+ − | new/new.pdf | |
+ − | sample/sample.docxf | |
+ − | sample/sample.pdf |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
web/documentserver-example/nodejs/public/images/wopi-formsubmit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.