Commit Graph

109 Commits

Author SHA1 Message Date
f19c07a453 [bug] Fix bug 65961 2024-01-19 00:59:59 +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
186072b239 [feature] Add "watermark" param to converter handler 2024-01-15 17:32:08 +03:00
593a68b817 [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
44499be2da [bug] Fix bug 64135 2023-09-14 00:49:50 +03:00
7d080d416b [bug] Fix form sending with c_oAscForceSaveTypes.Form type 2023-08-02 17:41:22 +03:00
7dfde826db [feature] Use ctx.getCfg in canvasservice 2023-07-26 01:47:18 +03:00
90b959b53e [feature] Use ctx.getCfg in utils 2023-07-26 01:47:18 +03:00
f17bb99e9d [feature] Add operationContext.initTenantCache to init tenant specific settings 2023-07-26 01:47:18 +03:00
6af6f40214 Merge remote-tracking branch 'remotes/origin/release/v7.4.0' into develop
# Conflicts:
#	DocService/sources/DocsCoServer.js
2023-06-06 10:13:37 +03:00
dd5053f0e8 [feature] Add saveRelativeFromChanges command 2023-06-01 14:34:23 +03:00
afbd19cc91 [bug] Filter private IP address with 'open', 'convert', 'build' request without jwt token 2023-05-12 02:02:32 +03:00
d91ba29875 [bug] Fix bug 62027 2023-04-16 01:38:48 +03:00
290a23a3b5 [log] Add log for getBaseUrlByConnection 2023-04-14 23:22:49 +03:00
37d99f71b6 [copyright] Update address in Copyright 2023-03-01 21:16:52 +03:00
d886c510e7 [copyright] Update Copyright 2023-02-26 15:31:59 +03:00
948c29a390 [feature] Add "argument" param to docbuilder handler 2022-12-23 15:51:42 +03:00
0e52b68078 [wopi] Fix 'convert-to' options: PDFVer, FullSheetPreview, lang 2022-11-17 18:02:26 +03:00
002613c53a [feature] Stop outdated save from changes 2022-10-25 10:59:07 +03:00
01a1ac7421 [feature] Allow both filetype and fileType convert params 2022-10-24 11:10:48 +03:00
0bd6d5a257 [feature] Allow outputType convert param 2022-10-16 23:08:12 +03:00
6f1ebe82e8 [bug] Allow custom key in docbuilder service 2022-09-19 18:03:38 +03:00
620cfc040d [wopi] Add "convert" as wopi discovery action 2022-09-07 14:00:54 +03:00
cd92ade12b [wopi] Add /lool/convert-to handler 2022-09-06 19:40:11 +03:00
41399fa3d4 Feature/multi tenant (#377)
* [feature] Add tenantManager

* [fix] Fix export

* [schema] Change schema for tenants

* [de] For auth

* [config] Remove unused secret.browser param to unify with multitenancy

* [feature] Add OperationContext to store state of request

* [log] Remove docId and userId from log message

* [feature] Add OperationContext class

* [feature] For logging

* [feature] Add content to some methods

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] Move all tenant logic to tenantManager

* [feature] Fix reading of tenant license

* [feature] Move tenant logic to EditorData interface

* [feature] Use context in SQL queries

* [feature] Refactoring

* [feature] Fix editorDataMemory

* [feature] Fix before merge
2022-08-02 17:34:06 +03:00
ac814dfe15 [bug] Check password with each conversion request for bug 55088 2022-07-07 23:41:50 +03:00
8793808be5 [log] Log url from ConvertService result 2022-06-14 19:12:40 +03:00
362e955013 [config] Remove services.CoAuthoring.token.inbox.inBody use cascading order instead 2022-02-21 12:44:04 +03:00
97dda5a991 [feature] Rename textParams to {documentRenderer: {textAssociation: "plainParagraph"}} 2022-02-04 00:17:49 +03:00
733a941d59 [feature] Add documentLayout parameter to conversion service(drawPlaceHolders, drawFormHighlight) 2022-02-02 17:23:28 +03:00
2bd33a4386 Merge remote-tracking branch 'remotes/origin/release/v7.0.0' into develop
# Conflicts:
#	DocService/sources/converterservice.js
#	FileConverter/sources/converter.js
2021-12-23 20:08:18 +03:00
048217b174 [bug] Fix bug 54609 (#332) 2021-12-23 19:41:28 +03:00
8cf511e41e [feature] Pass pdf textParams to x2t 2021-12-07 12:05:41 +03:00
88e0153ca4 [fix] For bug 49783;set password limit for DoS protection with long password 2021-09-22 17:05:50 +03:00
6d33229b38 [config] Turn on assemblyFormatAsOrigin by default 2021-07-19 12:01:38 +03:00
3160b04c12 [feature] Add 'ooxml', 'odf' as resulting conversion types 2021-07-18 19:21:49 +03:00
e1a309a622 [bug] Fix bug 49714 2021-05-04 17:24:08 +03:00
e7c5bce993 [feature] Send Forms 2021-02-09 12:31:45 +03:00
2b5aa740eb [feature] Add savepassword param to file assembly 2020-12-10 10:11:36 +03:00
2fa64023c7 [sql] Add password column 2020-12-10 10:11:36 +03:00
566ffd3fc0 [bug] Fix bug 45976.
Fix Path Traversal vulnerability via converterservice param - filetype. Add filetype allowlist via regex
2020-07-31 18:51:22 +03:00
02daec914e [bug] Fix bug 44259 (#128)
Set default 'codepage' and 'delimiter' in ConvertService.ashx while 'region' param is not used.
2020-01-22 18:16:10 +03:00
cd86ca8169 [api] Add error '-7' for incorrect conversion params 2019-12-20 19:35:56 +03:00
7b7d54dacd [api] Rename regionalSettings -> region 2019-12-17 17:55:38 +03:00
459d77a9ef [api] Remove undocumented ConvertService.ashx param "doctparams"; regionalSettings.toLowerCase() 2019-12-10 16:04:24 +03:00
2c9f4271d8 [feature] Add regionalSettings param to convertion api 2019-12-05 20:01:24 +03:00
2f7bffcc9c [feature] Add 'spreadsheetLayout' param to convertion api 2019-11-21 18:55:33 +03:00
e08e94e465 [feature] In addition to 4f72e1628e. For pdfa 2019-10-17 15:16:17 +03:00
a13ba3ea27 [jwt] Prevent vulnerability(downloadAs(with url) creates request to integrator with authorization); Rename token params for clarity 2019-10-10 20:03:31 +03:00
dd6e9b3a5a [bug] Clear cache result(ConvertService) in case of password error 2019-03-26 17:59:23 +03:00