Commit Graph

251 Commits

Author SHA1 Message Date
e9b531af24 [feature] Update dependencies; Migrate to esm; Create build 2025-05-12 19:17:23 +03:00
66becad2b5 [feature] Update dependencies 2025-04-29 11:58:59 +03:00
543bd8b7ec Merge remote-tracking branch 'remotes/origin/feature/update-all-dependencies' into release/v9.0.0
# Conflicts:
#	3DPARTY.md
#	Common/npm-shrinkwrap.json
2025-04-22 10:56:44 +03:00
9557fe7d43 [feature] Move storage-related files into "storage" folder; For bug 73502 2025-04-04 18:08:36 +03:00
7a6e952721 [npm] Update dependencies
install axios

replace request with axios in post request

migrate downloadUrlPromise from request to axios

[feature] Clone sealed config objects before passing to external libraries using config.util.cloneDeep

[deploy] Build and deploy server grunt module

refactor

fix typo

update deprecated aws package

update 3d party.md
2025-03-18 14:17:49 +03:00
477bcf0aec [bug] Handle CONVERT_CELLLIMITS exit code; Fix bug 72913; Fix bug 71510 2025-01-29 20:17:44 +03:00
b2e21a6a14 [npm] npm audit fix 2025-01-28 09:16:53 +03:00
511ecc149f [bug] Save pdf password; for bug 70466 2024-10-03 20:29:50 +03:00
c3aa709e38 [bug] Add try-catch to stat to fix race condition with delete on Windows; Add CONVERT_TEMPORARY constant for temporary convert errors 2024-09-30 12:28:42 +03:00
34e5c51abe [bug] Fix crash if folder is empty after downloadFileFromStorage 2024-09-25 11:39:06 +03:00
98f7310367 [log] Extend receiveTask log message 2024-08-28 19:01:58 +03:00
a9e4960782 [bug] Set saveKey as postfix to fix vulnerability with path traversal to docId or other files; Fix bug 69505 2024-08-11 18:53:53 +03:00
767e5b1209 [bug] Fix crash while applying changes to pdf 2024-08-07 00:33:20 +03:00
c8708236c9 [feature] Set "documentSha256" in all changes in changesHistory.json 2024-07-26 01:17:53 +03:00
8f476033bd [feature] Add "documentSha256" to changesHistory.json to check that document and changes match 2024-07-25 01:58:14 +03:00
8df5236cf7 Merge branch release/v8.1.0 into develop 2024-06-26 10:47:56 +00:00
6c8220877d [bug] Move copyOrigin logic from x2t; Fix bug 68600 2024-06-14 01:43:32 +03:00
ea84d9a3cb [feature] License expired notification trigger added 2024-06-04 11:48:29 +03:00
92682e70ff Merge remote-tracking branch 'remotes/origin/release/v8.1.0' into develop
# Conflicts:
#	Common/config/default.json
#	Common/sources/constants.js
#	DocService/sources/DocsCoServer.js
2024-06-03 16:17:19 +03:00
27e5d646d3 [bug] Change privateKey format; Make generateProofSign async; For bug 66601 2024-05-25 21:32:50 +03:00
1b8e6bba24 [copyright] Update Copyright date 2024-04-24 16:51:12 +03:00
515a41cb75 [bug] Set isPrint flag while form submission 2024-04-13 16:17:37 +03:00
d8d285e753 [bug] Refactor wopi discovery for new pdf editor; Fix downloadFile for editnew action; For bug 67135 2024-04-03 01:38:13 +03:00
0d2592f648 [bug] Save standard pdf on form submission instead of extended pdf 2024-04-01 13:22:57 +03:00
fb7b1c4257 [wopi] Fix downloadfile handler for wopi; fix bug 66612
# Conflicts:
#	DocService/sources/canvasservice.js
#	DocService/sources/wopiClient.js
2024-02-26 16:10:40 +03:00
42a382252d [config] Add externalRequest options to separate requests; for bug 63590 2024-02-18 20:10:53 +03:00
b6b113285b Merge remote-tracking branch 'remotes/origin/release/v8.0.0' into develop
# Conflicts:
#	Common/sources/storage-fs.js
#	DocService/package.json
#	DocService/sources/DocsCoServer.js
#	DocService/sources/databaseConnectors/connectorUtilities.js
#	DocService/sources/databaseConnectors/postgreConnector.js
#	DocService/sources/gc.js
#	DocService/sources/mySqlBaseConnector.js
#	DocService/sources/wopiClient.js
2024-02-05 14:43:02 +03:00
02464286b3 [bug] Fix crash on uploading files with errors; Ignore result dir instead of rm(processUploadToStorageErrorFile); 2023-12-31 20:03:50 +03:00
ef0143115e Merge branch 'release/v8.0.0' into develop
# Conflicts:
#	DocService/sources/databaseConnectors/baseConnector.js
2023-12-25 20:20:57 +03:00
21bdd6df49 [bug] Fix saving pdf with form extension 2023-12-22 20:41:30 +03:00
f502416c28 [bug] Revert pdf saving with form extentions 2023-12-22 01:49:26 +03:00
f7a2c135b2 [feature] Save docxf and oform to extended pdf 2023-12-21 18:08:18 +03:00
52220f496d [git actions] Dameng tests action, dameng connector refactoring, dependencies update, minor structure refactorng 2023-12-05 09:21:20 +03:00
719fa59e98 [bug] Set timeout for entire conversion(wait results uploading); Remove result dir to reduce amount of data transferred in case of error 2023-11-22 13:24:21 +03:00
0705e054cb [bug] Fix bug 64605 2023-10-12 13:44:55 +03:00
98695d707d [bug] Set fromChanges flag to save annotations in pdf 2023-10-09 11:01:34 +03:00
8ae7d85bad [feature] Parse body from 'savefromorigin' request. For downloadAs pdf with changes 2023-10-06 13:46:01 +03:00
53f46a5933 [npm] Save exact version in package.json 2023-09-20 20:33:21 +03:00
58d4808f63 [feature] Refactor error dir structure 2023-09-06 22:24:44 +03:00
fd103074ea [feature] Add options params with network settings for bug 63784 2023-09-06 21:54:32 +03:00
3114832e3c [feature] Add error CONVERT_DETECT(-9) to clarify final format when converting xml to ooxml/odf; Refactor mapAscServerErrorToOldError to remove unused constants 2023-07-26 14:07:25 +03:00
760eb8a206 [bug] Fix bugs 2023-07-26 01:47:18 +03:00
ae91d33c66 [feature] Remove configCommon config 2023-07-26 01:47:18 +03:00
37ca153dcb [feature] Use ctx.getCfg in wopi 2023-07-26 01:47:18 +03:00
90b959b53e [feature] Use ctx.getCfg in utils 2023-07-26 01:47:18 +03:00
f6d485ed42 [feature] Use ctx.getCfg in converter 2023-07-26 01:47:18 +03:00
2220b36ca9 [feature] Use ctx.getCfg for wopi and secret 2023-07-26 01:47:18 +03:00
f17bb99e9d [feature] Add operationContext.initTenantCache to init tenant specific settings 2023-07-26 01:47:18 +03:00
037e812836 [feature] Use availableParallelism instead of cpus().length 2023-07-05 19:39:23 +03:00
3392eef3e8 [feature] Translate comments 2023-07-05 16:00:50 +03:00