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 Jan 30, 2024
1 parent 216cc82 commit 5b5a8c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 654 files
2 changes: 1 addition & 1 deletion sdkjs
Submodule sdkjs updated 300 files
2 changes: 1 addition & 1 deletion server
Submodule server updated 41 files
+1 −0 .gitignore
+13 −2 Common/config/default.json
+15 −15 Common/npm-shrinkwrap.json
+1 −1 Common/package.json
+12 −4 Common/sources/commondefines.js
+2 −0 Common/sources/constants.js
+47 −1 Common/sources/formatchecker.js
+14 −7 Common/sources/operationContext.js
+4 −0 Common/sources/storage-fs.js
+2 −2 Common/sources/storage-s3.js
+12 −4 Common/sources/utils.js
+1,103 −27 DocService/npm-shrinkwrap.json
+3 −1 DocService/package.json
+74 −43 DocService/sources/DocsCoServer.js
+64 −161 DocService/sources/baseConnector.js
+93 −49 DocService/sources/canvasservice.js
+2 −14 DocService/sources/changes2forgotten.js
+172 −0 DocService/sources/connectorUtilities.js
+14 −7 DocService/sources/converterservice.js
+3 −3 DocService/sources/damengBaseConnector.js
+3 −0 DocService/sources/editorDataMemory.js
+10 −5 DocService/sources/gc.js
+342 −0 DocService/sources/msSqlServerConnector.js
+4 −4 DocService/sources/mySqlBaseConnector.js
+352 −0 DocService/sources/oracleBaseConnector.js
+4 −4 DocService/sources/postgreSqlBaseConnector.js
+51 −3 DocService/sources/server.js
+1 −21 DocService/sources/taskresult.js
+3 −0 DocService/sources/utilsDocService.js
+77 −1 DocService/sources/wopiClient.js
+27 −4 FileConverter/sources/converter.js
+794 −3 npm-shrinkwrap.json
+11 −2 package.json
+30 −0 schema/mssql/createdb.sql
+2 −0 schema/mssql/removedb.sql
+2 −0 schema/mssql/removetbl.sql
+42 −0 schema/oracle/createdb.sql
+5 −0 schema/oracle/removedb.sql
+6 −0 schema/oracle/removetbl.sql
+138 −0 tests/perf/checkFileExpire.js
+127 −0 tests/perf/fixImageExifRotation.js
2 changes: 1 addition & 1 deletion web-apps
Submodule web-apps updated 1526 files

0 comments on commit 5b5a8c5

Please sign in to comment.