Commit Graph

86 Commits

Author SHA1 Message Date
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
8576cc397f [copyright] For bug 39644
Change address Latvian office.
2019-01-17 12:01:22 +03:00
6dfa5f39e6 [copyright] Update Copyright
2018 -> 2019
2019-01-17 11:59:54 +03:00
7ccb460632 [feature] Use title param in ConvertService.ashx 2018-08-20 13:16:38 +03:00
99eaae21f4 Reduce log level for non-critical errors from error to warn 2018-03-14 14:38:57 +03:00
61526e53ea Update copyright to 2018 2018-03-01 14:07:54 +03:00
c95e6f485f feat: add 'converter' as another address for ConverterService.ashx with json output by default 2018-02-05 18:07:40 +03:00
c5ed6716d7 break: add inbox.inBody param; docbuilder enter in compatibility mode if query params exist 2018-02-02 16:50:29 +03:00
36b904e0a8 v5.0.5 2017-11-27 17:08:26 +03:00
dced663e9e docbuilder key size reduced to 20 characters 2017-11-14 14:22:23 +03:00
ec00bf14c8 v5.0.3 2017-10-31 18:51:20 +03:00
0ba98a24c8 fixes after merge 2017-10-13 17:40:51 +03:00
48bd751588 incorrect error code returned 2017-10-13 15:22:09 +03:00
12d777dcbc Merge branch 'develop' into hotfix/v5.0.2 2017-10-13 14:56:43 +03:00
07c7a51598 add docbuilder service 2017-10-05 11:02:50 +03:00
f826e1f4b0 different expires period for session and temporary url 2017-09-28 14:38:09 +03:00
89addfc806 return setDoctParams 2017-05-05 11:56:44 +03:00
cab0b29c38 add ConvertService.ashx delimiterChar param for open/save csv with user defined delimiters 2017-05-04 14:03:32 +03:00
110b10e89b add collectlost.js 2017-04-07 13:14:00 +03:00
fedde50e99 healthcheck check availability shared resources instead file conversion 2017-03-06 18:04:46 +03:00
f93c2d0193 'use strict'; 2017-02-15 19:40:41 +03:00
d89e0ba555 force save on timeout 2017-02-15 18:42:29 +03:00
926f8ce8f5 in GET request all params - strings, in POST params - string, int, bool, object 2017-02-01 17:00:01 +03:00
44dea12c54 remove unused DB field task_result.title 2017-02-01 17:00:01 +03:00