Commit Graph

1173 Commits

Author SHA1 Message Date
d8d2caa9e5 [bug] Serve static content for "storage-fs" only; Fix bug 67908 2024-05-10 20:36:44 +03:00
cb18e6a31e Bump mysql2 from 2.3.3 to 3.9.7 in /DocService
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.3.3 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v2.3.3...v3.9.7)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 15:44:17 +03:00
05b15721c1 Bump ejs from 3.1.8 to 3.1.10 in /DocService
Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 15:43:39 +03:00
4007f5a7a4 [refactoring] Refactor publish as async function 2024-05-06 18:03:11 +03:00
5c8b5534b8 [bug] Fix sendForm request for wopi; for bug 66720 2024-05-05 01:59:37 +03:00
9ac4993965 [bug] Add clearTimeout in downloadUrlPromiseWithoutRedirect; Fix bug 67804 2024-05-02 15:14:23 +03:00
25d52cab4c [bug] Fix error on reconnection in formsubmit action; For bug 66720 2024-04-28 15:13:57 +03:00
3b9bed32ae [bug] Fix "WOPISrc" convert param in getConverterHtml 2024-04-28 00:28:33 +03:00
04021ec45a [copyright] Add missing Copyright 2024-04-24 16:54:58 +03:00
1b8e6bba24 [copyright] Update Copyright date 2024-04-24 16:51:12 +03:00
25f99f8ea5 [bug] Set "formsubmit" as default action; Fix bug 66720 2024-04-24 14:33:56 +03:00
e07e14f866 [feature] Allow "WOPISrc" and "shardkey" query params as shard key 2024-04-17 10:03:37 +03:00
11fc888739 [bug] Fix RequestDefaults absence in postRequestPromise; Fix bug 67402 2024-04-15 02:09:58 +03:00
515a41cb75 [bug] Set isPrint flag while form submission 2024-04-13 16:17:37 +03:00
6463405961 [bug] Refactor ErrToReload cleaning; Fix bug 67297 2024-04-07 01:15:31 +03:00
920ff1fcd5 [feature] Add "pdf" param as pdf save options 2024-04-05 16:56:18 +03:00
5373d62df4 [bug] Set interface lang as lcid for file assembling from changes; for bug 66926 2024-04-04 13:34:23 +03:00
d8d285e753 [bug] Refactor wopi discovery for new pdf editor; Fix downloadFile for editnew action; For bug 67135 2024-04-03 01:38:13 +03:00
4acdd458cd Bump express from 4.18.2 to 4.19.2 in /DocService
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 13:44:19 +03:00
a23df363e8 [config] Add persistentStorage as alternative storage for forgotten files 2024-04-01 01:18:03 +03:00
f02884bea8 [bug] Fix bug with opening error after forcesave on forgotten file 2024-03-26 01:46:32 +03:00
f1ba950b2f [test] Add db table absence test; Remove useless isServerStartedUp 2024-03-24 12:32:47 +03:00
2b9f7fd7cd [feature] Compability check of changes table added 2024-03-22 20:44:49 +03:00
023247c7d2 [feature] getTableColumns usage refactor, heathcheck returning false if server is not started up 2024-03-22 14:48:40 +03:00
1050bb79de [tenant] Add services.CoAuthoring.server.editorStatStorage config param for multitenant server;For bug 66591 2024-03-21 12:51:00 +03:00
cf9db25944 [bug] Fix exception with undefined permissions in config 2024-03-18 11:28:20 +03:00
5f785de257 Merge pull request #461 from ONLYOFFICE/feature/convert-to
Feature/convert to
2024-03-14 13:46:22 +03:00
4490016786 [bug] Add 'PasswordToOpen" convert-to param by analogy with "Password" 2024-03-14 13:21:44 +03:00
21f172d1f7 [bug] Init context cache on 'connection' event; Fix bug 66841 2024-03-12 10:53:56 +03:00
7326335713 [bug] Fix downloadFile for wopi; For bug https://bugzilla.onlyoffice.com/show_bug.cgi?id=66818 2024-03-11 18:06:31 +03:00
c2a01c7b39 [config] Add "forceSaveUsingButtonWithoutChanges" param to forceSave without changes; For bug 66751 2024-03-06 17:46:14 +03:00
7ba3d158fc [wopi] Add "formsubmit" discovery action; For bug 66720 2024-03-04 18:41:17 +03:00
23c7f8ceb5 [wopi] Add "default" action flag for non-editable formats;Fix bug 66714 2024-03-04 13:01:33 +03:00
1aca6fa6c6 [wopi] Add Password param to convert-to request 2024-02-28 18:00:24 +03:00
fb7b1c4257 [wopi] Fix downloadfile handler for wopi; fix bug 66612
# Conflicts:
#	DocService/sources/canvasservice.js
#	DocService/sources/wopiClient.js
2024-02-26 16:10:40 +03:00
92c16d1bb6 [feature] Fix wopi save as 2024-02-21 20:20:06 +03:00
3f18319c51 [feature] WOPI Save As implementation 2024-02-20 09:45:00 +03:00
42a382252d [config] Add externalRequest options to separate requests; for bug 63590 2024-02-18 20:10:53 +03:00
b6b113285b Merge remote-tracking branch 'remotes/origin/release/v8.0.0' into develop
# Conflicts:
#	Common/sources/storage-fs.js
#	DocService/package.json
#	DocService/sources/DocsCoServer.js
#	DocService/sources/databaseConnectors/connectorUtilities.js
#	DocService/sources/databaseConnectors/postgreConnector.js
#	DocService/sources/gc.js
#	DocService/sources/mySqlBaseConnector.js
#	DocService/sources/wopiClient.js
2024-02-05 14:43:02 +03:00
ff8dd6433d [utils] deepMergeObjecs(), isObject() functions added 2024-02-01 16:59:43 +03:00
936b5a4d4a [config] Set dameng, oracle and mssql databases connectors timeouts to limited values 2024-02-01 15:29:25 +03:00
c1553c0f7a [config] Set pg connector timeouts to limited values; Bump pg version 2024-01-31 20:56:47 +03:00
28bdee705c [feature] Omit X-WOPI-Lock during document creation. 2024-01-22 19:54:02 +03:00
f19c07a453 [bug] Fix bug 65961 2024-01-19 00:59:59 +03:00
a58c86da6a [feature] WOPI discovery editnew template extensions filter 2024-01-18 18:32:38 +03:00
cec5f7598a [bug] Fixed bug in converService where presence of thumbnail param would override outputtype param 2024-01-18 13:33:51 +03:00
d6fd2fdebd [bug] Fix bug 65952; Convert dbPort to integer 2024-01-18 13:33:51 +03:00
7866d22b70 [bug] Bump oracledb version to fix ORA-01002 error; Wait for connection. close 2024-01-17 19:57:37 +03:00
d77b59591b [feature] WOPI locale fixes 2024-01-16 09:57:46 +03:00
186072b239 [feature] Add "watermark" param to converter handler 2024-01-15 17:32:08 +03:00