Commit Graph

2956 Commits

Author SHA1 Message Date
6ed8f9131b [linter] Turn on no-prototype-builtins 2025-08-31 00:11:21 +03:00
7a930a9af2 [linter] manual-fix 2025-08-31 00:01:32 +03:00
412dd8848d [linter] Include tests; auto-fix 2025-08-30 23:32:06 +03:00
d722de8bdb [prettier] auto-fix 2025-08-29 11:41:45 +03:00
213471175c [prettier] Remove json from .prettierignore 2025-08-29 11:38:28 +03:00
92e21631f2 [config] Default useDirectStorageUrls=false to prevent cross-domain URLs; Fix bug 76475 2025-08-27 18:49:40 +03:00
731a57e9b1 [git actions] Fix action with mysql:latest 2025-08-27 14:30:54 +03:00
cb55b4ca79 [fix] mysql test 2025-08-27 12:43:59 +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
79de4b3eaa [linter] Add files in .prettierignore 2025-08-27 10:47:31 +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
8d90d40d27 [feature] Adjust eslint rules 2025-08-27 10:40:18 +03:00
8124ef0151 Merge pull request '[sql] Make PostgreSQL schema scripts search_path-agnostic' (#55) from feature/pg-schema into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/55
2025-08-25 11:41:06 +00:00
8dff329455 [sql] Make PostgreSQL schema scripts search_path-agnostic 2025-08-25 14:38:31 +03:00
ddc61e1587 [bug] Fix after merge 2025-08-24 18:47:27 +03:00
1360691682 [feature] Add server for admin panel 2025-08-24 14:25:03 +03:00
c1584abfa1 [feature] admin-panel react
# Conflicts:
#	DocService/npm-shrinkwrap.json
#	DocService/package.json
#	DocService/sources/routes/config/config.service.js
#	DocService/sources/routes/config/router.js
#	DocService/sources/server.js
2025-08-24 14:25:01 +03:00
8ee59496c6 [bug] Refactor pipeStreams to prevent infinite printFile calls 2025-08-22 14:59:49 +03:00
e30207c00a [bug] Fix sendDataWarning call; For bug 76155 2025-08-21 14:15:35 +03:00
f84e964ca4 Merge pull request 'feature/wopi-bugs' (#54) from feature/wopi-bugs into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/54
2025-08-21 08:16:16 +00:00
10180ff410 [wopi] Always sign and verify session token; Verify browser token if present; Always sign browser token for wopi; For bug 75893 2025-08-21 11:11:42 +03:00
44cb82b38a [feature] Add pre-commit hook with linter 2025-08-20 11:09:55 +03:00
3cd46b8cb7 [wopi] Log userSessionId; Allow usid in discovery query param; Send WOPI X-WOPI-CorrelationId/X-WOPI-SessionId headers; 2025-08-20 10:54:45 +03:00
3ec445b909 [wopi] Send warning on forced view mode; For bug 76155 2025-08-19 16:00:29 +03:00
2632712666 [wopi] Fallback to view mode in case of lock failure; For bug 76155 2025-08-18 19:43:00 +03:00
18d377abb6 Merge pull request 'Fix the table or view does not exist error when deleting tables in oracle' (#53) from fix/oracle-removetbl into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/53
2025-08-18 09:26:59 +00:00
8d22c87497 Fix the table or view does not exist error when deleting tables in oracle 2025-08-18 12:06:20 +03:00
2b232e0105 [bug] Refactor requireConfigWithRuntime to temp set/restore NODE_CONFIG during config reload to avoid E2BIG 2025-08-18 00:14:16 +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
859f96d95e [bug] Include oracledb node files in pkg assets to fix thick mode issue 2025-08-14 13:44:56 +03:00
f6b01c9b5a [feature] Read user.customerId from open config 2025-08-14 01:17:39 +03:00
96b9321d13 [feature] Allow Oracle DB thick mode 2025-08-13 01:34:16 +03:00
53235a602c [bug] Sanitize Content-Disposition in downloadFile; For bug 76325 2025-08-13 00:59:41 +03:00
0a2f5abfc7 [bug] Fix title var; For bug 70772 2025-08-12 15:55:37 +03:00
4214818f00 [bug] Fix licenseLimitEdit title template; For bug 70772 2025-08-12 15:47:32 +03:00
b55f3af337 Merge pull request 'feature/az-command-options-4' (#52) from feature/az-command-options-4 into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/52
2025-08-11 13:19:19 +00:00
8604162d77 [git actions] Use docker inspect to fix gitea actions 2025-08-11 15:57:22 +03:00
bde1698bdc [git actions] Clean up Docker before and after action completes 2025-08-11 12:45:47 +03:00
411018d4b9 [bug] Fix test; For bug 76277 2025-08-08 14:26:07 +03:00
bab7659f37 [perf] Speed up doc_changes inserts: bindDefs, MAX_EXECUTE_MANY_ROWS, IGNORE_ROW_ON_DUPKEY_INDEX, cap 2-way concurrency; Fix bug 76277 2025-08-08 13:46:13 +03:00
a290c179b2 [fix] azure command options 2025-08-07 19:06:33 +03:00
c0b7849a0f [git actions] Add GitHub Actions job for lint and format checks 2025-08-06 19:30:08 +03:00
2a222d9a9b [feature] Add code formatting and linting configurations 2025-08-06 18:25:14 +03:00
2b87a0f75c [feature] prettier config 2025-08-06 17:00:45 +03:00
45b9a09b95 [feature] Allow custom az command options via "commandOptions"; Fix bug 75163 2025-08-05 21:46:40 +03:00
3327be2bd6 [feature] Add 'aiSettings.proxy' to support routing AI requests via proxy 2025-08-05 19:46:45 +03:00
5d6dd57fcd Merge pull request 'hotfix/v9.0.4' (#50) from hotfix/v9.0.4 into develop
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/50
2025-08-05 11:59:00 +00:00
ed03f351b2 [bug] Fix bug with ollama provider 2025-07-29 19:45:00 +03:00