-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule core
updated
45 files
Submodule sdkjs
updated
55 files
Submodule sdkjs-plugins
updated
57 files
Submodule server
updated
25 files
+2 −0 | .gitignore | |
+1 −1 | Common/config/default.json | |
+55 −0 | Common/config/development-linux.json | |
+3 −3 | Common/config/development-mac.json | |
+7 −100 | Common/sources/license.js | |
+0 −6 | Common/sources/licenseKey.pem | |
+1 −1 | Common/sources/storage-s3.js | |
+0 −17 | Common/sources/utils.js | |
+0 −5 | DocService/npm-shrinkwrap.json | |
+0 −5 | DocService/package.json | |
+4 −4 | DocService/sources/DocsCoServer.js | |
+99 −107 | DocService/sources/baseConnector.js | |
+43 −34 | DocService/sources/mySqlBaseConnector.js | |
+89 −36 | DocService/sources/postgreSqlBaseConnector.js | |
+1 −1 | DocService/sources/server.js | |
+65 −57 | DocService/sources/taskresult.js | |
+0 −4 | FileConverter/package.json | |
+3 −3 | Makefile | |
+2 −2 | SpellChecker/npm-shrinkwrap.json | |
+1 −1 | SpellChecker/package.json | |
+0 −1 | package.json | |
+0 −25 | restart-rabbit.bat | |
+98 −0 | run-develop.py | |
+0 −106 | run-mac.command | |
+0 −73 | run.bat |