Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2022
1 parent 6eff0eb commit 141067b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 6029 files
2 changes: 1 addition & 1 deletion dictionaries
Submodule dictionaries updated 3 files
+2 −2 mn_MN/Readme_mn_MN.txt
+1,806 −223 mn_MN/mn_MN.aff
+21,703 −1,191 mn_MN/mn_MN.dic
2 changes: 1 addition & 1 deletion sdkjs
Submodule sdkjs updated 386 files
2 changes: 1 addition & 1 deletion sdkjs-plugins/plugin-highlightcode
Submodule plugin-highlightcode updated 54 files
+11 −0 .github/workflows/release.yml
+21 −1 3rd-Party.txt
+1 −1 LICENSE
+1 −1 README.md
+1 −1 config.json
+44 −18 index.html
+9 −0 licenses/js-beautify.license
+7 −0 licenses/prettier.license
+7 −0 licenses/[email protected]
+17 −0 licenses/xml-formatter.license
+35 −85 resources/css/plugin_style.css
+474 −205 scripts/code.js
+1 −1 scripts/scrollable_div.js
+8 −7 translations/cs-CZ.json
+8 −7 translations/de-De.json
+9 −7 translations/es-ES.json
+8 −7 translations/fr-FR.json
+7 −0 translations/langs.json
+8 −7 translations/ru-RU.json
+0 −1,646 vendor/highlight/CHANGES.md
+24 −19 vendor/highlight/LICENSE
+22 −127 vendor/highlight/README.md
+0 −142 vendor/highlight/README.ru.md
+1,181 −0 vendor/highlight/highlight.min.js
+0 −2 vendor/highlight/highlight.pack.js
+0 −1 vendor/highlight/styles/androidstudio.css
+0 −1 vendor/highlight/styles/far.css
+3 −3 vendor/highlight/styles/foundation.css
+1 −2 vendor/highlight/styles/github-gist.css
+0 −1 vendor/highlight/styles/github.css
+3 −4 vendor/highlight/styles/googlecode.css
+0 −1 vendor/highlight/styles/idea.css
+0 −1 vendor/highlight/styles/qtcreator_dark.css
+0 −1 vendor/highlight/styles/qtcreator_light.css
+3 −4 vendor/highlight/styles/vs.css
+1 −2 vendor/highlight/styles/vs2015.css
+2 −3 vendor/highlight/styles/xcode.css
+4 −5 vendor/highlight/styles/xml_1.css
+4 −5 vendor/highlight/styles/xml_2.css
+9 −0 vendor/js-beautify-1.14.0/LICENSE
+1,626 −0 vendor/js-beautify-1.14.0/beautify-css.js
+3,123 −0 vendor/js-beautify-1.14.0/beautify-html.js
+4,006 −0 vendor/js-beautify-1.14.0/beautify.js
+7 −0 vendor/prettier/LICENSE
+22 −0 vendor/prettier/[email protected]
+132 −0 vendor/prettier/[email protected]
+34 −0 vendor/prettier/[email protected]
+22 −0 vendor/prettier/[email protected]
+22 −0 vendor/prettier/[email protected]
+7 −0 vendor/prettier/plugin-php/LICENSE
+1 −0 vendor/prettier/plugin-php/plugin-php.js
+76 −0 vendor/prettier/[email protected]
+17 −0 vendor/xml-formatter/LICENSE
+432 −0 vendor/xml-formatter/xml-formatter.js
2 changes: 1 addition & 1 deletion sdkjs-plugins/plugin-mendeley
2 changes: 1 addition & 1 deletion sdkjs-plugins/plugin-ocr
2 changes: 1 addition & 1 deletion sdkjs-plugins/plugin-speech
2 changes: 1 addition & 1 deletion sdkjs-plugins/plugin-youtube
2 changes: 1 addition & 1 deletion server
Submodule server updated 44 files
+2 −16 3rd-Party.txt
+16 −8 Common/config/default.json
+1 −3 Common/config/development-linux.json
+0 −2 Common/config/development-mac.json
+0 −2 Common/config/development-windows.json
+1 −1 Common/config/log4js/development.json
+1 −1 Common/config/log4js/production.json
+1 −3 Common/config/production-linux.json
+1 −3 Common/config/production-windows.json
+5 −4 Common/sources/activeMQCore.js
+9 −1 Common/sources/commondefines.js
+16 −1 Common/sources/constants.js
+20 −4 Common/sources/formatchecker.js
+2 −0 Common/sources/license.js
+3 −1 Common/sources/logger.js
+91 −0 Common/sources/operationContext.js
+5 −4 Common/sources/rabbitMQCore.js
+58 −40 Common/sources/storage-base.js
+6 −5 Common/sources/taskqueueRabbitMQ.js
+155 −0 Common/sources/tenantManager.js
+51 −46 Common/sources/utils.js
+97 −18 DocService/npm-shrinkwrap.json
+1 −1 DocService/package.json
+954 −711 DocService/sources/DocsCoServer.js
+66 −67 DocService/sources/baseConnector.js
+296 −270 DocService/sources/canvasservice.js
+82 −48 DocService/sources/converterservice.js
+214 −91 DocService/sources/editorDataMemory.js
+113 −100 DocService/sources/fileuploaderservice.js
+38 −24 DocService/sources/gc.js
+13 −13 DocService/sources/mySqlBaseConnector.js
+26 −23 DocService/sources/postgreSqlBaseConnector.js
+0 −1 DocService/sources/pubsubRabbitMQ.js
+60 −37 DocService/sources/server.js
+10 −10 DocService/sources/shutdown.js
+46 −33 DocService/sources/taskresult.js
+102 −87 DocService/sources/wopiClient.js
+170 −150 FileConverter/sources/converter.js
+20 −11 FileConverter/sources/convertermaster.js
+218 −141 branding/info/index.html
+0 −228 license/jszip-utils.license
+0 −226 license/jszip.license
+4 −2 schema/mysql/createdb.sql
+8 −6 schema/postgresql/createdb.sql
2 changes: 1 addition & 1 deletion web-apps
Submodule web-apps updated 16045 files

0 comments on commit 141067b

Please sign in to comment.