Commit Graph

2799 Commits

Author SHA1 Message Date
4de6239c76 [bug] Use providers as allow list in proxyRequest; For bug 75169 2025-06-13 18:49:13 +03:00
42137fdfcf [bug] Fix startup failure when scripts/engine/... is missing; Fix bug 75169 2025-06-12 19:46:07 +03:00
3855f0db47 [test] add directUrl test 2025-06-11 23:22:00 +03:00
a93eab0b8f [feature] run s3,fs storage tests in pipeline 2025-06-11 22:47:27 +03:00
a25191bb31 Merge pull request 'fix/ai-settings2' (#36) from fix/ai-settings2 into release/v9.0.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/36
v9.0.0.161 v9.0.0.158
2025-06-11 12:57:52 +00:00
3ba9753f55 [bug] Get allowedCorsOrigins from runtime.json; Fix multiple event subscription; Fix proxyRequest 2025-06-11 15:21:13 +03:00
d13dccbbfa [config] Add developer marketplace to allowedCors 2025-06-11 13:58:02 +03:00
c7e8ee5c1c Revert "[config] Change runtimeConfig default location" 2025-06-11 13:55:59 +03:00
f1aab5022b Merge pull request 'feature/reset-ai-config' (#35) from feature/reset-ai-config into release/v9.0.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/35
2025-06-11 01:58:24 +00:00
d7bd3bee1a [config] Change runtimeConfig default location 2025-06-11 00:07:43 +03:00
cf40c7ccff [feature] Save on Reset button; refactor 2025-06-10 23:42:34 +03:00
27fa860f2f [feature] Add reset settings buttons 2025-06-10 19:51:37 +03:00
98d5933e94 [log] Remove ENOENT logging in getConfigFromFile v9.0.0.150 v9.0.0.149 v9.0.0.151 v9.0.0.153 2025-06-10 01:37:17 +03:00
e6e2869089 [bug] Fix crash if forcesave is triggered post-editor close 2025-06-09 23:55:21 +03:00
52ee1d331b [bug] Handle missing runtime.json gracefully 2025-06-09 23:36:18 +03:00
a4295057ba [bug] Add missing runtimeConfigManager.js in 0239d30422 v9.0.0.147 v9.0.0.146 2025-06-07 12:17:31 +03:00
7360df3d50 [feature] Revert to saving extended PDF on form submission (reverts d8be56c402) v9.0.0.145 2025-06-06 18:23:56 +03:00
7792c86209 [bug] Fix bugs in prev commit 2025-06-06 15:02:28 +03:00
0239d30422 [config] Add runtimeConfig config property; Fix bug in aiProxyHandler.js 2025-06-06 14:14:23 +03:00
a00409a01e [bug] Fix bug 73138 v9.0.0.143 v9.0.0.140 v9.0.0.139 2025-06-04 10:52:24 +03:00
723b3e0782 [bug] Fix commandSetPassword misclassified as action in pdf, causing unintended changes to be saved v9.0.0.138 v9.0.0.137 2025-06-03 18:58:21 +03:00
42aa3251c8 Suppress notice output when dropping tables 2025-06-03 10:13:42 +00:00
4702826c17 [feature] Filter providers on save v9.0.0.136 2025-06-03 10:59:38 +03:00
734ba9a55a [feature] Move getWopiFileUrl to wopiUtils.js to reduce dependencies in converter.js 2025-06-03 10:19:38 +03:00
d1e63bb33d [fix] Fix bug with useDirectStorageUrls=false when persistentStorage.storageFolderName differs from storage.storageFolderName v9.0.0.131 v9.0.0.132 2025-05-31 12:10:31 +03:00
d5861d7df7 [feature] Check empty pluginSettings v9.0.0.129 v9.0.0.130 v9.0.0.127 2025-05-29 10:31:41 +03:00
8a4195e31a [bug] Move checkJwtHeader in proxyRequest to handle cors; remove unused 2025-05-29 09:55:41 +03:00
4f03f85642 [feature]Fix local.json replace; Change aiSettings.actions type 2025-05-29 03:40:40 +03:00
be9cd3f2ac Merge pull request 'feature/ai-proxy-2' (#33) from feature/ai-proxy-2 into release/v9.0.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/33
2025-05-28 23:34:32 +00:00
04f5a131ad [config] Set pluginDir 2025-05-29 02:33:22 +03:00
b3380d08a4 [feature] Add ai models tab 2025-05-29 02:28:45 +03:00
dbec7d6421 [feature] Add info/plugin handler 2025-05-28 18:21:46 +03:00
57633cc975 [feature] Add url to startForceSave response with NotModified type v9.0.0.123 2025-05-27 19:54:38 +03:00
c348937b74 Add tool for update spell/hyphen dictionaries info v9.0.0.122 2025-05-26 22:44:54 +03:00
84eafd7696 [feature] Add info/config handler 2025-05-22 17:29:03 +03:00
2da0f0c1b3 [feature] Fix bugs in aiProxyHandler.js 2025-05-22 12:46:04 +03:00
e0a2cccb78 [feature] Add aiEngineWrapper.js 2025-05-22 02:25:45 +03:00
718966e467 [config] Increase visibilityTimeout to 15min for develop environment v9.0.0.118 v9.0.0.121 v9.0.0.117 2025-05-21 18:29:53 +03:00
9cb12b7a37 [config] Increase X2T_MEMORY_LIMIT limit for develop environment 2025-05-21 17:03:21 +03:00
40daf244bb [config] Increase file size limits for develop environment 2025-05-21 16:22:07 +03:00
a9a690924f [npm] Bump dmdb version to fix error with snappy v9.0.0.116 v9.0.0.115 2025-05-19 18:03:54 +03:00
dcbb7ba07e [feature] Add 'ai-proxy' handler to forward LLM requests and inject API key 2025-05-17 13:28:00 +03:00
c24aebf1af Merge pull request 'feature/storage-link-proxy-release' (#32) from feature/storage-link-proxy-release into release/v9.0.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/32
v9.0.0.113 v9.0.0.114
2025-05-16 21:46:15 +00:00
1c2d113baf [feature] Fix bugs; For bug 73737 2025-05-17 00:44:41 +03:00
74265870cf [refactor] Remove useless import; Change tab size 2025-05-16 16:45:12 +03:00
d89b9fe055 [refactor] Refactor getSignedUrl function and static router 2025-05-16 08:38:22 +03:00
6247702d6b [refactor] Change status 403->410 when link has expired 2025-05-14 16:43:22 +03:00
41d3ac8245 [feature] Add proxy for s3, azure links 2025-05-14 16:43:17 +03:00
ed7c183227 Merge pull request '[feature] Replace hardcoded 30-day grace period with configurable "grace_days" parameter in license files' (#31) from fix/new-flag2 into release/v9.0.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/31
v9.0.0.111 v9.0.0.108
2025-05-14 11:50:28 +00:00
84d7be6bd7 [feature] Replace hardcoded 30-day grace period with configurable "grace_days" parameter in license files 2025-05-14 14:49:03 +03:00