-
Notifications
You must be signed in to change notification settings - Fork 164
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 #976 from ONLYOFFICE/feature/nc-27
Release/v9.1.1
- Loading branch information
Showing
112 changed files
with
6,497 additions
and
3,228 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ name: Lint | |
|
||
on: | ||
push: | ||
branches: [master, develop] | ||
pull_request: | ||
branches: [master] | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/js | ||
/node_modules | ||
/package-lock.json |
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 |
---|---|---|
@@ -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 |
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 |
---|---|---|
@@ -1,5 +1,13 @@ | ||
Nextcloud ONLYOFFICE integration app uses code from the following 3rd party projects: | ||
|
||
@nextcloud/webpack-vue-config - Base config package (https://github.com/nextcloud-libraries/webpack-vue-config/blob/master/LICENSE) | ||
License: AGPL-3.0 | ||
License File: licenses/@nextcloud.webpack-vue-config | ||
|
||
@nextcloud/browserslist-config - Shared browserslist config for Nextcloud (https://github.com/nextcloud-libraries/browserslist-config/blob/master/LICENSE) | ||
License: AGPL-3.0 | ||
License File: licenses/@nextcloud.browserslist-config | ||
|
||
JWT - JSON Web Token implementation (https://github.com/firebase/php-jwt/blob/master/LICENSE) | ||
License: BSD | ||
License File: 3rdparty/jwt/LICENSE |
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.