Commit Graph

764 Commits

Author SHA1 Message Date
d8a145188c [bug] Add stubs for shardkey params until integrators pass these parameters to all requests 2024-06-10 12:10:43 +03:00
285d23b9ec [bug] Change privateKey config param; For bug 66601 2024-06-03 18:07:00 +03:00
efe7fc362c Merge pull request #473 from ONLYOFFICE/fix/mysql-ssl-connection
Fix/mysql ssl connection
2024-06-03 15:21:19 +03:00
41a29931cc [fix] Added support of MySql ssl connection 2024-06-03 12:12:25 +03:00
9d7ff1ea98 [bug] Change wopi exponent format; For bug 66601 2024-06-02 23:38:00 +03:00
e51188665e [bug] Change privateKey format; Make generateProofSign async; For bug 66601 2024-05-25 21:32:50 +03:00
4360c84fa9 [bug] For bug 67908 2024-05-10 20:55:51 +03:00
8872be997e [bug] Add clearTimeout in downloadUrlPromiseWithoutRedirect; Fix bug 67804 2024-05-02 15:14:23 +03:00
3320627d54 [config] Rename proxyAuth->proxyUser 2024-04-24 02:04:01 +03:00
8572bec222 [feature] Remove unused allowPrivateIPAddressForSignedRequests; bug 63590 2024-04-22 19:48:34 +03:00
c55eced31f [feature] Allow "WOPISrc" and "shardkey" query params as shard key 2024-04-17 10:03:37 +03:00
53e6fed7f6 [bug] Fix RequestDefaults absence in postRequestPromise; Fix bug 67402 2024-04-15 02:09:58 +03:00
5fcc35b536 [bug] Set isPrint flag while form submission 2024-04-13 16:17:37 +03:00
b3117c0c20 [bug] Refactor wopi discovery for new pdf editor; Fix downloadFile for editnew action; For bug 67135 2024-04-03 01:38:13 +03:00
65586d7173 [feature] Add error CONVERT_LIMITS(-10) for conversion service 2024-04-01 01:53:02 +03:00
008179e436 [config] Add persistentStorage as alternative storage for forgotten files 2024-04-01 01:18:03 +03:00
207bb70983 [tenant] Add services.CoAuthoring.server.editorStatStorage config param for multitenant server;For bug 66591 2024-03-21 12:51:00 +03:00
623947a874 [wopi] Add "formsubmit" discovery action; For bug 66720 2024-03-04 18:41:17 +03:00
3fc39f3662 [feature] Fix wopi save as 2024-02-21 20:20:06 +03:00
2c7a513577 [config] Revert develop params 2024-02-19 12:00:55 +03:00
b8fbbaf180 [config] Add externalRequest options to separate requests; for bug 63590 2024-02-18 20:10:53 +03:00
087bf48c9e [refactoring] Remove unused parameter and deprecated params 2024-02-16 14:33:28 +03:00
2d5226edf0 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
2d3180ed6e [utils] deepMergeObjecs(), isObject() functions added 2024-02-01 16:59:43 +03:00
f89fba41e6 [config] Set dameng, oracle and mssql databases connectors timeouts to limited values 2024-02-01 15:29:25 +03:00
173ea5ac81 [config] Set pg connector timeouts to limited values; Bump pg version 2024-01-31 20:56:47 +03:00
cd822068c1 [bug] Fix AWS sdk migration bug 2024-01-24 19:33:10 +03:00
55df31bd6a [feature] WOPI discovery editnew template extensions filter 2024-01-18 18:32:38 +03:00
f3dcb49276 [feature] WOPI locale fixes 2024-01-16 09:57:46 +03:00
1c12f238cd [feature] WOPI created zero-weight file replacement with template 2024-01-10 17:16:28 +03:00
f402a67aa8 [wopi] Add dummy handlers for stress test 2024-01-03 02:40:10 +03:00
bf1e0b4217 [feature] Use WOPISrc param to make local urls
# Conflicts:
#	Common/sources/storage-fs.js
#	DocService/sources/DocsCoServer.js
#	DocService/sources/connectorUtilities.js
#	DocService/sources/gc.js
2023-12-25 23:55:09 +03:00
874b5d6cb9 Merge branch 'release/v8.0.0' into develop
# Conflicts:
#	DocService/sources/databaseConnectors/baseConnector.js
2023-12-25 20:20:57 +03:00
7578eb050d [bug] Fix saving pdf with form extension 2023-12-22 20:41:30 +03:00
6063f9c9a5 [feature] Save docxf and oform to extended pdf 2023-12-21 18:08:18 +03:00
e32356a46b [feature] Allow Range header in downloadFile handler 2023-12-16 01:18:00 +03:00
7c86fa7af1 [feature] Use WOPISrc param to make local urls 2023-12-11 19:34:45 +03:00
250bd85a3d [git actions] PR fixes and upgrade schema added 2023-12-05 09:21:25 +03:00
11b79a41e5 [git actions] Dameng tests action, dameng connector refactoring, dependencies update, minor structure refactorng 2023-12-05 09:21:20 +03:00
d6ccff7f2c [feature] Use built-in nodejs fs functions instead of fs-extra and mkdirp 2023-12-04 21:24:49 +03:00
e8fa415588 Revert "[bug] Add 'updatePresence' to fix closed and restored connection 'addPresence' conflict in the cluster (with delaying disconnect event)"
This reverts commit 281dcc7545.
2023-11-19 23:39:59 +03:00
281dcc7545 [bug] Add 'updatePresence' to fix closed and restored connection 'addPresence' conflict in the cluster (with delaying disconnect event) 2023-11-19 23:19:56 +03:00
846de90285 Merge remote-tracking branch 'remotes/origin/hotfix/v7.5.1' into release/v7.6.0
# Conflicts:
#	DocService/npm-shrinkwrap.json
2023-11-15 17:01:04 +03:00
22a65ed40b Merge remote-tracking branch 'remotes/origin/hotfix/v7.5.1' into develop
# Conflicts:
#	DocService/npm-shrinkwrap.json
2023-11-15 16:56:10 +03:00
9189669c20 [feature] Change callbackUrl param from formdata to formsdataurl 2023-11-09 17:47:58 +03:00
660bc43fb1 Bump openpgp from 4.10.8 to 4.10.11 in /Common
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 4.10.8 to 4.10.11.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v4.10.8...v4.10.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 10:27:24 +03:00
844c8f83f2 [bug] Fix bug with incorrect request default headers with jwt 2023-10-27 15:08:53 +03:00
91cb0a154a Merge branch release/v7.5.0 into develop 2023-10-25 10:29:43 +00:00
13f5fdef1b [bug] Fix bug 64557 2023-10-09 19:36:13 +03:00
2f289b67bb [feature] Allow tenant license with any limits on number of connections or unique users 2023-10-05 23:53:53 +03:00