db6e6fd1e8
[feature] Refactor configureLogger
2025-10-01 02:28:27 +03:00
607a18b79b
[bug] Call finalizeConfigWithRuntime after requireConfigWithRuntime to clean up after all 'config' loads in all node_modules
2025-09-30 02:09:19 +03:00
ff8632f136
[linter] auto-fix
2025-08-31 02:25:19 +03:00
04a5bd5ad3
Merge remote-tracking branch 'remotes/origin/release/v9.1.0' into feature/linter-mysql
...
# Conflicts:
# .github/workflows/azureStorageTests.yml
# .github/workflows/s3storageTests.yml
# Common/config/default.json
# Common/config/log4js/development.json
# Common/config/log4js/production.json
# Common/sources/constants.js
# Common/sources/logger.js
# Common/sources/moduleReloader.js
# Common/sources/operationContext.js
# Common/sources/storage/storage-az.js
# Common/sources/storage/storage-fs.js
# Common/sources/utils.js
# DocService/sources/DocsCoServer.js
# DocService/sources/ai/aiProxyHandler.js
# DocService/sources/canvasservice.js
# DocService/sources/converterservice.js
# DocService/sources/databaseConnectors/oracleConnector.js
# DocService/sources/fileuploaderservice.js
# DocService/sources/wopiClient.js
# DocService/sources/wopiUtils.js
# FileConverter/sources/converter.js
2025-08-31 02:22:56 +03:00
988b6d6d78
[linter] Turn on require-yield, no-useless-escape
2025-08-31 01:34:22 +03:00
1b0b2c2c5b
[linter] manual-fix no-var
2025-08-31 01:19:39 +03:00
29a1e01dee
[linter] Fix Object.hasOwn
2025-08-31 01:00:32 +03:00
b79f137caf
[linter] Turn on no-var
2025-08-31 00:23:00 +03:00
6ed8f9131b
[linter] Turn on no-prototype-builtins
2025-08-31 00:11:21 +03:00
edd173d15b
[linter] manual-fix
2025-08-27 10:50:50 +03:00
fb20086ef1
[prettier] auto-fix
2025-08-27 10:50:22 +03:00
f1d8fa3b0d
[linter] manual-fix
2025-08-27 10:46:21 +03:00
d6be91f3e3
[linter] auto-fix
2025-08-27 10:43:09 +03:00
8ee59496c6
[bug] Refactor pipeStreams to prevent infinite printFile calls
2025-08-22 14:59:49 +03:00
9a852e9c42
[bug] Include oracledb node files in converter pkg assets to fix thick mode issue
2025-08-14 14:44:58 +03:00
39b3ac20ee
Merge pull request 'feature/runtime-config-3' ( #46 ) from feature/runtime-config-3 into develop
...
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/46
2025-07-17 09:21:10 +00:00
8ee2db6902
[feature] Add config module reloader in FileConverter
2025-07-16 12:04:39 +03:00
6b57c0b355
[bug] Add "oformAsPdf" conversion flag for PDF editor
2025-06-23 18:37:59 +03:00
391e87a1fc
[feature] Revert to saving extended PDF on form submission (reverts 0d2592f648)
2025-06-06 18:23:56 +03:00
fab5be8efb
[feature] Move getWopiFileUrl to wopiUtils.js to reduce dependencies in converter.js
2025-06-03 10:19:38 +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