Commit Graph

1989 Commits

Author SHA1 Message Date
2f124fe07f [socket.io] Move from sockjs built-in properties to socketio 2022-10-27 15:29:42 +03:00
09fe41af75 [feature] Add socket.io module 2022-10-27 15:29:42 +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
48d1b32f06 [bug] Remove idle timeout for connection with isCloseCoAuthoring 2022-10-21 13:37:04 +03:00
f2f4a18916 [bug] For bug 59383 2022-10-18 16:28:32 +03:00
70b544a68e Merge remote-tracking branch 'remotes/origin/hotfix/v7.2.1' into develop 2022-10-18 16:19:21 +03:00
0bd6d5a257 [feature] Allow outputType convert param 2022-10-16 23:08:12 +03:00
07d385cc9f [feature] Add acknowledge to authChanges 2022-10-12 19:20:29 +03:00
7101472719 [license] Add alias field for multi tenancy 2022-10-12 19:20:29 +03:00
1a800580d7 Merge branch release/v7.2.0 into develop 2022-10-12 12:31:40 +00:00
5c49e96831 [bug] Check license on live viewer authorization 2022-10-11 17:53:44 +03:00
67dbe73620 [config] Set maxChangesSize default value 2022-10-11 17:53:44 +03:00
55e58b9051 [bug] Fix bug with using built-in Root CAs instead of Windows Store. 2022-10-07 10:05:37 +03:00
2553f74e5c [config] Add editor.maxChangesSize limit to document changes 2022-10-07 01:49:19 +03:00
e82abbd3b2 [license] Set default value for advancedApi 2022-10-07 01:49:19 +03:00
195f6400ac [log] Remove log message 2022-10-07 01:49:19 +03:00
7d1d265e9a [bug] Check connection status before sending changes 2022-09-29 01:06:36 +03:00
8ebb88c4ac [bug] Add pathurls command to startRPC 2022-09-29 01:06:36 +03:00
e44f34f1a1 [bug] Set timeout for entire conversion 2022-09-29 01:06:36 +03:00
59b5ef7b80 [schema] Add SQL upgrade script from 7.1 to 7.2; For ONLYOFFICE/DocumentServer#1911 2022-09-26 17:51:42 +03:00
1d383ee6dc [bug] Fix bug with using built-in Root CAs instead of Windows Store. 2022-09-25 15:52:04 +03:00
6dcc1dc3ac Merge branch release/v7.2.0 into master 2022-09-22 12:21:14 +00:00
6f1ebe82e8 [bug] Allow custom key in docbuilder service 2022-09-19 18:03:38 +03:00
c1985c6c97 [bug] Fix crash with unknown tenant 2022-09-13 19:30:04 +03:00
c0f1327bf6 [bug] Fix opening with postgres 9.2; Fix bug 58697 2022-09-13 19:30:04 +03:00
a07019cd40 [feature] Send participant information with live viewer flag 2022-09-13 11:34:01 +03:00
01af727a5b Merge remote-tracking branch 'remotes/origin/release/v7.2.0' into develop 2022-09-11 17:28:25 +03:00
620cfc040d [wopi] Add "convert" as wopi discovery action 2022-09-07 14:00:54 +03:00
42fe73459a [bug] Fix startup error 2022-09-07 09:32:18 +03:00
cd92ade12b [wopi] Add /lool/convert-to handler 2022-09-06 19:40:11 +03:00
c9a2cfc382 [bug] Do not use sessionidle for viewer 2022-09-05 17:16:29 +03:00
9b0884965d [bug] Fix license cache in multi-tenant mode 2022-09-01 00:59:29 +03:00
0268f6ed39 [feature] Add cache for reading multitenant license and secret 2022-09-01 00:59:29 +03:00
f5df2666a1 [config] Add disable_cors sockjs option to prevent access-control-allow-origin vulnerability 2022-09-01 00:59:29 +03:00
024124c6df [feature] Change cache folder structure in multi-tenant mode; 'error' and 'forgotten' on top level 2022-09-01 00:59:29 +03:00
ad3b45daee [feature] Add advancedApi license field 2022-08-26 15:25:18 +03:00
2d9976561b [bug] Fix bug 58610 2022-08-21 14:54:59 +03:00
3f8ae08479 [bug] Fix bug 58611; Fix session token in multi-tenant mode 2022-08-19 14:44:22 +03:00
24cb8e2249 [bug] Fix image file upload from userid with url inside 2022-08-18 15:00:17 +03:00
bc63de7502 [tenant] Fix removing port number; Allow empty baseDomain 2022-08-16 18:12:16 +03:00
047040fc37 [bug] Fix vulnerability with saving html; for bug 58456 2022-08-08 18:52:24 +03:00
1f37f59b27 [bug] Fix crash if connection is null; fix tenant typo 2022-08-03 15:25:00 +03:00
1037fe7810 Merge branch 'release/v7.2.0' into develop 2022-08-03 10:51:19 +03:00
f34e5675b9 [bug] Fix server startup in pkg package 2022-08-03 10:49:11 +03:00
fd12712404 [pdf] Allow password in savefromorigin command; For bug 57318 2022-08-02 23:28:46 +03:00
e9a42934a1 Merge remote-tracking branch 'remotes/origin/release/v7.2.0' into develop 2022-08-02 18:22:52 +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
0c215cefa9 [bug] Fix bug with info page. For bug 58325 2022-07-29 10:46:57 +03:00
e220a0f916 [wopi] Fixed bug with using IP filter for wopi request from browser 2022-07-26 23:54:08 +03:00