Commit Graph

494 Commits

Author SHA1 Message Date
2a2efaf1ca [bug] Check result of wopi unlock; Fix bug 68424 2024-06-07 19:28:52 +03:00
fd3722afa7 [bug] Fix bug with wopi checkFileInfo on one shard and websocket on other shard 2024-06-05 01:57:27 +03:00
59140603e9 [bug] Use shutdownFlag for WOPI editing 2024-06-03 00:44:53 +03:00
3ddf28fef1 [bug] Fix bug with queue closing before document saving in checkDocumentExpire 2024-05-30 01:39:28 +03:00
b32dcf5bbd [bug] Allow to restrict 'mode' rights; For bug 68198 2024-05-27 19:45:35 +03:00
3db24b1124 [bug] Fix bug 67983 2024-05-15 18:08:54 +03:00
8de0139196 [bug] Refactor Locks storage; for bug 65773 2024-05-13 01:21:02 +03:00
4007f5a7a4 [refactoring] Refactor publish as async function 2024-05-06 18:03:11 +03:00
5c8b5534b8 [bug] Fix sendForm request for wopi; for bug 66720 2024-05-05 01:59:37 +03:00
25d52cab4c [bug] Fix error on reconnection in formsubmit action; For bug 66720 2024-04-28 15:13:57 +03:00
e07e14f866 [feature] Allow "WOPISrc" and "shardkey" query params as shard key 2024-04-17 10:03:37 +03:00
11fc888739 [bug] Fix RequestDefaults absence in postRequestPromise; Fix bug 67402 2024-04-15 02:09:58 +03:00
515a41cb75 [bug] Set isPrint flag while form submission 2024-04-13 16:17:37 +03:00
5373d62df4 [bug] Set interface lang as lcid for file assembling from changes; for bug 66926 2024-04-04 13:34:23 +03:00
d8d285e753 [bug] Refactor wopi discovery for new pdf editor; Fix downloadFile for editnew action; For bug 67135 2024-04-03 01:38:13 +03:00
a23df363e8 [config] Add persistentStorage as alternative storage for forgotten files 2024-04-01 01:18:03 +03:00
f02884bea8 [bug] Fix bug with opening error after forcesave on forgotten file 2024-03-26 01:46:32 +03:00
1050bb79de [tenant] Add services.CoAuthoring.server.editorStatStorage config param for multitenant server;For bug 66591 2024-03-21 12:51:00 +03:00
cf9db25944 [bug] Fix exception with undefined permissions in config 2024-03-18 11:28:20 +03:00
21f172d1f7 [bug] Init context cache on 'connection' event; Fix bug 66841 2024-03-12 10:53:56 +03:00
fb7b1c4257 [wopi] Fix downloadfile handler for wopi; fix bug 66612
# Conflicts:
#	DocService/sources/canvasservice.js
#	DocService/sources/wopiClient.js
2024-02-26 16:10:40 +03:00
b6b113285b 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
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
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
ef0143115e Merge branch 'release/v8.0.0' into develop
# Conflicts:
#	DocService/sources/databaseConnectors/baseConnector.js
2023-12-25 20:20:57 +03:00
a1e994aba5 [bug] Lowercase fileType param; Fix bug 65653 2023-12-23 00:41:58 +03:00
431b3e8b8f [bug] Collect connection statistic for default tenant; fix bug 65602 2023-12-20 00:51:42 +03:00
c38b8aaf7c [feature] Use WOPISrc param to make local urls 2023-12-11 19:34:45 +03:00
52220f496d [git actions] Dameng tests action, dameng connector refactoring, dependencies update, minor structure refactorng 2023-12-05 09:21:20 +03:00
d303205723 [integration tests] Refactoring upsert(): opt_updateUserIndex deleted, affectedRows -> isInsert 2023-12-05 09:21:14 +03:00
84c3f26993 [mysql] Unify upsert result 2023-12-05 09:21:14 +03:00
22fbfd20e3 [feature] Use built-in nodejs fs functions instead of fs-extra and mkdirp 2023-12-04 21:24:49 +03:00
36d1c73590 [bug] Fixed bug where closing connection(after recovering with an authentication failure) would not trigger file saving 2023-11-20 01:11:36 +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
40a239b633 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
73233d72f1 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
0ad85c50b1 [bug] Fix forms submission with forcesave cache 2023-11-13 19:47:15 +03:00
fa305f75cd [bug] Fix server start; for bug 46717 2023-10-30 15:03:58 +03:00
608f4647d7 [bug] Rotate image while uploading in case of exif orientation flag; For bug 46717 2023-10-27 14:15:46 +03:00
d04ebc3bbd Merge branch release/v7.5.0 into develop 2023-10-25 10:29:43 +00:00
368423f932 [se] Fix bug 64498 2023-10-09 20:06:23 +03:00
2d7be6562d [bug] Allow send form without changes; For bug 64493 2023-10-06 01:38:04 +03:00
c032cdbde4 [bug] Fix unique users counting for bug 64492 2023-10-05 23:42:25 +03:00
6fca641043 [bug] Fix bug 64492 2023-10-05 23:00:17 +03:00
440e2a34ca Merge remote-tracking branch 'remotes/origin/release/v7.5.0' into develop
# Conflicts:
#	DocService/package.json
2023-09-21 16:01:50 +03:00
5b45267887 [bug] Check updateVersion before callbackUrl request. Fix bug 63702 2023-09-04 20:21:04 +03:00
bc1b916bd1 [feature] Make async callbackUrl request to speed up file opening 2023-09-04 18:56:10 +03:00
c166624a94 [tenant] Combine aggregationTenant logic with defaultTenant 2023-09-04 14:45:47 +03:00
7d080d416b [bug] Fix form sending with c_oAscForceSaveTypes.Form type 2023-08-02 17:41:22 +03:00
1ff84f839f Merge branch hotfix/v7.4.1 into develop 2023-08-01 08:17:16 +00:00