Commit Graph

1111 Commits

Author SHA1 Message Date
7a61efcb8a [feature] admin-panel react 2025-07-29 11:25:50 +03:00
f47d42c3b4 [refactor] Remove redundent initTenantCache calls in gc 2025-07-09 10:09:33 +03:00
9bc3e6ba4f [refactor] remove getValueSync 2025-07-09 10:03:48 +03:00
f9b56d3574 [feature] Add moduleReloader.js to integrate runtime.json into config on startup 2025-07-08 12:59:49 +03:00
e9d9e89a09 [feat] refactor runtime config 2025-07-02 10:33:57 +03:00
cd5d1e3d69 [feat] config filter, validation, sync reading 2025-06-30 10:08:32 +03:00
e380fec22e [feat] load gc params from runtime.json 2025-06-25 13:43:31 +03:00
9e101b7e43 Merge pull request 'fix/storage-test3' (#40) from fix/storage-test3 into develop
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/40
2025-06-19 14:55:46 +00:00
6458279961 [bug] Fix directUrl=false handling in multitenant mode 2025-06-19 14:08:25 +03:00
d0de6baf4d [bug] Skip storing forgotten file and show error if callbackUrl is empty 2025-06-15 20:03:22 +03:00
2fb4d49289 [feature] Add coauth.aiProxy metric 2025-06-15 20:02:39 +03:00
5d1b2b7459 [bug] Use providers as allow list in proxyRequest; For bug 75169 2025-06-13 18:49:13 +03:00
3efc6d1c36 [bug] Fix startup failure when scripts/engine/... is missing; Fix bug 75169 2025-06-12 19:46:07 +03:00
e1e06b6394 [bug] Get allowedCorsOrigins from runtime.json; Fix multiple event subscription; Fix proxyRequest 2025-06-11 15:21:13 +03:00
b00e7dd00e [bug] Fix crash if forcesave is triggered post-editor close 2025-06-09 23:55:21 +03:00
74b4e80b7c [bug] Handle missing runtime.json gracefully 2025-06-09 23:36:18 +03:00
bf4425b0a1 [bug] Fix bugs in prev commit 2025-06-06 15:02:28 +03:00
6d980409d9 [config] Add runtimeConfig config property; Fix bug in aiProxyHandler.js 2025-06-06 14:14:23 +03:00
154a32e370 [bug] Fix bug 73138 2025-06-04 10:52:24 +03:00
3b9b216d53 [bug] Fix commandSetPassword misclassified as action in pdf, causing unintended changes to be saved 2025-06-03 18:58:21 +03:00
a6cc2be720 [feature] Filter providers on save 2025-06-03 10:59:38 +03:00
fab5be8efb [feature] Move getWopiFileUrl to wopiUtils.js to reduce dependencies in converter.js 2025-06-03 10:19:38 +03:00
d4658ce600 [fix] Fix bug with useDirectStorageUrls=false when persistentStorage.storageFolderName differs from storage.storageFolderName 2025-05-31 12:10:31 +03:00
fd4842605b [feature] Check empty pluginSettings 2025-05-29 10:31:41 +03:00
716e1800f9 [bug] Move checkJwtHeader in proxyRequest to handle cors; remove unused 2025-05-29 09:55:41 +03:00
1942656783 [feature]Fix local.json replace; Change aiSettings.actions type 2025-05-29 03:40:40 +03:00
6777e116b8 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
04b234be2e [feature] Add ai models tab 2025-05-29 02:28:45 +03:00
875350bb9d [feature] Add info/plugin handler 2025-05-28 18:21:46 +03:00
67e8fda0f2 [feature] Add url to startForceSave response with NotModified type 2025-05-27 19:54:38 +03:00
15338bb458 [feature] Add info/config handler 2025-05-22 17:29:03 +03:00
0ed4ddc2ce [feature] Fix bugs in aiProxyHandler.js 2025-05-22 12:46:04 +03:00
3b2e10319e [feature] Add aiEngineWrapper.js 2025-05-22 02:25:45 +03:00
b5accd4c58 [npm] Bump dmdb version to fix error with snappy 2025-05-19 18:03:54 +03:00
937ae3f834 [feature] Add 'ai-proxy' handler to forward LLM requests and inject API key 2025-05-17 13:28:00 +03:00
4b45afb74e [feature] Fix bugs; For bug 73737 2025-05-17 00:44:41 +03:00
a4d7eb1def [refactor] Refactor getSignedUrl function and static router 2025-05-16 08:38:22 +03:00
f4e807afdb [refactor] Change status 403->410 when link has expired 2025-05-14 16:43:22 +03:00
b667824f54 [feature] Add proxy for s3, azure links 2025-05-14 16:43:17 +03:00
11958a36bb [npm] Update dependencies 2025-05-14 10:32:47 +03:00
7e8937fb7d [bug] Use current password for pdf; Fix bug 74298 2025-05-04 18:01:38 +03:00
6c0463bf6a [bug] Fix start with production config 2025-04-24 08:10:27 +03:00
b03872529a [bug] Remove deep-equal to fix pkg build 2025-04-23 18:59:23 +03:00
94976f8c2a [bug] Fix axios import 2025-04-23 15:14:08 +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
4d735703d7 [feature] Refactor downloadUrlPromise 2025-04-14 17:41:56 +03:00
9557fe7d43 [feature] Move storage-related files into "storage" folder; For bug 73502 2025-04-04 18:08:36 +03:00
f8ec53f19b Merge branch hotfix/v8.3.2 into release/v9.0.0 2025-04-01 08:39:27 +00:00
3e675c4ea8 [bug] Fix isDifferentPersistentStorage 2025-03-19 13:24:31 +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