Commit Graph

2866 Commits

Author SHA1 Message Date
7f44d0d321 [prettier] auto-fix 2025-08-31 02:53:41 +03:00
ec42121623 [linter] manual-fix 2025-08-31 02:45:57 +03:00
0d68b04c30 [linter] auto-fix 2025-08-31 02:25:19 +03:00
e2a7d0ba25 [prettier] auto-fix 2025-08-31 02:24:14 +03:00
0799e22b95 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
f56ed0b8b9 [git actions] Check all branches 2025-08-31 01:45:48 +03:00
a1f6394372 [linter] Turn on require-yield, no-useless-escape 2025-08-31 01:34:22 +03:00
a76ae0192d [linter] manual-fix no-var 2025-08-31 01:19:39 +03:00
0aa8643800 [linter] Fix Object.hasOwn 2025-08-31 01:00:32 +03:00
c3a20137ad [linter] Turn on no-var 2025-08-31 00:23:00 +03:00
f4307ba549 [linter] Turn on no-prototype-builtins 2025-08-31 00:11:21 +03:00
d28b047408 [linter] manual-fix 2025-08-31 00:01:32 +03:00
5087789b8b [linter] Include tests; auto-fix 2025-08-30 23:32:06 +03:00
e1ce1d4812 [prettier] auto-fix 2025-08-29 11:41:45 +03:00
751b33b222 [prettier] Remove json from .prettierignore 2025-08-29 11:38:28 +03:00
a0447a445d [config] Default useDirectStorageUrls=false to prevent cross-domain URLs; Fix bug 76475 v9.1.0.54 v9.1.0.58 v9.1.0.60 2025-08-27 18:49:40 +03:00
44a7a5f956 [git actions] Fix action with mysql:latest 2025-08-27 14:30:54 +03:00
83261fcc6f [fix] mysql test 2025-08-27 12:43:59 +03:00
d532c06a22 [linter] manual-fix 2025-08-27 10:50:50 +03:00
29d0868269 [prettier] auto-fix 2025-08-27 10:50:22 +03:00
b96fd87289 [linter] Add files in .prettierignore 2025-08-27 10:47:31 +03:00
67a3314e9e [linter] manual-fix 2025-08-27 10:46:21 +03:00
46c2026148 [linter] auto-fix 2025-08-27 10:43:09 +03:00
19ddbc6bf2 [feature] Adjust eslint rules 2025-08-27 10:40:18 +03:00
ade3e858e9 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
v9.1.0.46 v9.1.0.45 v9.1.0.44 v9.1.0.51 v9.1.0.53
2025-08-25 11:41:06 +00:00
fc218f6cd7 [sql] Make PostgreSQL schema scripts search_path-agnostic 2025-08-25 14:38:31 +03:00
4ed38ded04 [bug] Fix after merge 2025-08-24 18:47:27 +03:00
8f8fb27d40 [feature] Add server for admin panel 2025-08-24 14:25:03 +03:00
c3defa8fe3 [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
87d655a25d [bug] Refactor pipeStreams to prevent infinite printFile calls v9.1.0.42 2025-08-22 14:59:49 +03:00
98c85fc07d [bug] Fix sendDataWarning call; For bug 76155 2025-08-21 14:15:35 +03:00
5f3732b149 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
076f1b5b76 [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
9327a99208 [feature] Add pre-commit hook with linter 2025-08-20 11:09:55 +03:00
6d672be874 [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
2a8bf6b238 [wopi] Send warning on forced view mode; For bug 76155 2025-08-19 16:00:29 +03:00
ce20e34048 [wopi] Fallback to view mode in case of lock failure; For bug 76155 2025-08-18 19:43:00 +03:00
468e20449c 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
v9.1.0.31 v9.1.0.29 v9.1.0.26 v9.1.0.32
2025-08-18 09:26:59 +00:00
410b170181 Fix the table or view does not exist error when deleting tables in oracle 2025-08-18 12:06:20 +03:00
d020a85119 [bug] Refactor requireConfigWithRuntime to temp set/restore NODE_CONFIG during config reload to avoid E2BIG 2025-08-18 00:14:16 +03:00
7b65967562 [bug] Include oracledb node files in converter pkg assets to fix thick mode issue v9.1.0.16 v9.1.0.15 v9.1.0.14 2025-08-14 14:44:58 +03:00
2616cd5801 [bug] Include oracledb node files in pkg assets to fix thick mode issue v9.1.0.13 2025-08-14 13:44:56 +03:00
92a97aefce [feature] Read user.customerId from open config v9.1.0.12 2025-08-14 01:17:39 +03:00
407ea57312 [feature] Allow Oracle DB thick mode v9.1.0.8 2025-08-13 01:34:16 +03:00
36901498d4 [bug] Sanitize Content-Disposition in downloadFile; For bug 76325 2025-08-13 00:59:41 +03:00
9f5d988172 [bug] Fix title var; For bug 70772 2025-08-12 15:55:37 +03:00
2bafa9da29 [bug] Fix licenseLimitEdit title template; For bug 70772 2025-08-12 15:47:32 +03:00
e4c25027cf 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
v9.1.0.7
2025-08-11 13:19:19 +00:00
b6e25462bc [git actions] Use docker inspect to fix gitea actions 2025-08-11 15:57:22 +03:00
aef1ae8e86 [git actions] Clean up Docker before and after action completes 2025-08-11 12:45:47 +03:00