Commit Graph

151 Commits

Author SHA1 Message Date
73e717122d [feature] Move serviceworker to sdk 2024-08-23 17:14:42 +03:00
31f74eb3a1 [feature] Use location.pathname to find worker version 2024-08-22 19:59:50 +03:00
6840117a31 [feature] Add serviceworker.js temporary handler 2024-08-20 19:57:00 +03:00
baa4ff1e7d [bug] Return origin license on 'license' command; Fix bug 69018 2024-07-06 01:10:52 +03:00
ea84d9a3cb [feature] License expired notification trigger added 2024-06-04 11:48:29 +03:00
92682e70ff Merge remote-tracking branch 'remotes/origin/release/v8.1.0' into develop
# Conflicts:
#	Common/config/default.json
#	Common/sources/constants.js
#	DocService/sources/DocsCoServer.js
2024-06-03 16:17:19 +03:00
1b8e6bba24 [copyright] Update Copyright date 2024-04-24 16:51:12 +03:00
a23df363e8 [config] Add persistentStorage as alternative storage for forgotten files 2024-04-01 01:18:03 +03:00
a34cbe8bd6 [wopi] Add dummy handlers for stress test 2024-01-03 02:40:10 +03:00
0c320c358b [bug] Add downloadfile post handler to pass params in body; Fix request with huge JWT token size; for bug 65711 2023-12-28 01:55:54 +03:00
b2edb4aacc Revert "[bug] Add 'updatePresence' to fix closed and restored connection 'addPresence' conflict in the cluster (with delaying disconnect event)"
This reverts commit 3017f51639.
2023-11-19 23:39:59 +03:00
3017f51639 [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
9edcf08c2e [feature] Add cluster condition for testing purposes. 2023-11-19 01:36:22 +03:00
a5314d8c26 Merge pull request #431 from ONLYOFFICE/feature/error-handler
Feature/error handler
2023-09-25 23:33:08 +03:00
f0f45e8f8c [log] Change default error message 2023-09-25 23:31:56 +03:00
6f0e7882b5 [feature] Rewrite error handler 2023-09-22 11:51:06 +05:00
c1d4f50eb5 [feature] Rewrite error handler 2023-09-21 17:38:34 +05:00
7fbac9468e [feature] Rewrite error handler 2023-09-21 11:26:38 +05:00
8f10fe7900 [feature] Rewriting error handler 2023-09-19 22:13:37 +05:00
37e4ca16a6 [feature] Rewrite error handler 2023-09-19 19:05:46 +05:00
69a29bfc70 Add error handler to api robots.txt 2023-09-19 11:30:04 +05:00
c5027d65f1 [log] Change jwt security message for bug 63555 2023-08-04 16:10:51 +03:00
1ff84f839f Merge branch hotfix/v7.4.1 into develop 2023-08-01 08:17:16 +00:00
ae91d33c66 [feature] Remove configCommon config 2023-07-26 01:47:18 +03:00
7dfde826db [feature] Use ctx.getCfg in canvasservice 2023-07-26 01:47:18 +03:00
2220b36ca9 [feature] Use ctx.getCfg for wopi and secret 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
76233ab41b [bug] Fix unhandled exception in cache response. Fix bug 63433 2023-07-21 15:19:52 +03:00
3392eef3e8 [feature] Translate comments 2023-07-05 16:00:50 +03:00
e3ecb2ac7f [feature] Implement new multi-tenant scheme with 1 server and multiple client licenses 2023-06-09 05:43:22 +03:00
54cc85bdc8 [bug] Ignore BOM from themes.json files 2023-04-27 09:12:51 +03:00
290a23a3b5 [log] Add log for getBaseUrlByConnection 2023-04-14 23:22:49 +03:00
845709567d [bug] Fix bug with "setRequestHeader String contains non ISO-8859-1 code point." 2023-03-24 18:00:33 +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
70b544a68e Merge remote-tracking branch 'remotes/origin/hotfix/v7.2.1' into develop 2022-10-18 16:19:21 +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
c1985c6c97 [bug] Fix crash with unknown tenant 2022-09-13 19:30:04 +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
24cb8e2249 [bug] Fix image file upload from userid with url inside 2022-08-18 15:00:17 +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
e220a0f916 [wopi] Fixed bug with using IP filter for wopi request from browser 2022-07-26 23:54:08 +03:00
8cacd6aab9 Merge branch release/v7.1.0 into develop 2022-05-16 12:55:45 +00:00
c5532bfd3f [log] Add warning if jwt token is not set 2022-04-15 15:04:35 +03:00
82134aa3ce [bug] Disable X-Powered-By; For bug 56351 2022-04-01 15:17:52 +03:00
15a38ad8dd [bug] Fix bug with path to ejs in pkg(fix bug 54672) 2021-12-23 10:29:30 +03:00