Commit Graph

2980 Commits

Author SHA1 Message Date
9172ed6717 [log] Fix log message 2025-09-03 16:45:49 +03:00
a7bc2e8cc6 [feature] Refactor config.service.js; Add json schema(file and handler) for config json 2025-09-03 13:34:42 +03:00
58944cdef4 [bug] Expand connection_error log message; Fix bug 76531 2025-09-02 18:28:46 +03:00
c4fcbea597 [bug] Skip failed checkFileExpire and continue with other files 2025-09-02 14:36:24 +03:00
d23cc45efe [npm] Remove "prepare" script 2025-09-02 12:32:06 +03:00
de28f38748 [npm] Downgrade husky from 9.1.7 to 8.0.3 (supports Node.js 16) 2025-09-02 11:14:16 +03:00
405d3417a2 [feature] Add install:AdminPanel instructions; Fix info.json 2025-09-01 01:20:12 +03:00
8a866dc61e [prettier] auto-fix 2025-09-01 00:37:55 +03:00
10149d303b [linter] manual-fix after merge 2025-09-01 00:12:57 +03:00
3f3c8a031c Merge remote-tracking branch 'remotes/origin/release/v9.1.0' into feature/admin-panel2
# Conflicts:
#	Common/sources/operationContext.js
#	Common/sources/utils.js
#	DocService/sources/server.js
#	npm-shrinkwrap.json
2025-08-31 10:23:53 +03:00
06a9d1a7f9 Merge pull request 'feature/linter-mysql' (#57) from feature/linter-mysql into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/57
2025-08-31 07:12:30 +00:00
89e48d6bde [feature] Add prettier to pre-commit hook 2025-08-31 10:05:49 +03:00
e1ef6e03e6 [git actions] Fix oracle test 2025-08-31 09:53:19 +03:00
9f1eeeb5c8 [prettier] auto-fix 2025-08-31 02:53:41 +03:00
6664caf094 [linter] manual-fix 2025-08-31 02:45:57 +03:00
ff8632f136 [linter] auto-fix 2025-08-31 02:25:19 +03:00
e0e9f94181 [prettier] auto-fix 2025-08-31 02:24:14 +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
81e0f005e2 [git actions] Check all branches 2025-08-31 01:45:48 +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
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