2399 Commits

Author SHA1 Message Date
f8336318c6 [sql] Remove "CREATE DATABASE" from mysql schema as it is in other schemas v99.99.99.3913 v8.2.0.5 v8.2.0.4 v99.99.99.3915 v99.99.99.3914 v99.99.99.3911 v99.99.99.3910 v99.99.99.3909 v99.99.99.3908 2024-07-16 19:29:35 +03:00
d8658a0b28 [bug] Remove deprecated query params in web builder; Fix bug 69225 2024-07-15 17:54:18 +03:00
b149f765f3 [bug] Fix bug 69092 2024-07-10 01:40:58 +03:00
7aa9670d93 [bug] Return origin license on 'license' command; Fix bug 69018 2024-07-06 01:10:52 +03:00
a85a90dbc8 [refactoring] Remove unused in license 'light' and 'plugins' params 2024-07-05 19:05:55 +03:00
42ed0bbf2f [refactoring] Remove unused ds_view v99.99.99.3888 v99.99.99.3889 v99.99.99.3890 2024-06-27 16:27:05 +03:00
5ed1b66154 [license] Update 3d party licenses 2024-06-27 14:57:19 +03:00
237b7f7229 Merge branch release/v8.1.0 into develop 2024-06-26 10:47:56 +00:00
f5dbc139fa Merge pull request #477 from ONLYOFFICE/fix/bugfix
Fix/bugfix
v8.1.0.172 v8.1.0.175 v8.1.0.178 v8.1.0.169 v8.1.0.167 v8.1.0.174 v8.1.0.177 v8.1.0.173
2024-06-16 12:23:39 -07:00
b53ecc578d [bug] Add maxRetries option to fix unexpected ENOTEMPTY during rm 2024-06-16 22:20:45 +03:00
d75a440799 [bug] Fix crash; For bug 68645 2024-06-16 01:45:20 +03:00
048bd84222 [bug] Use outputFormat in id instead of outputType; Fix bug 68653 2024-06-16 00:21:45 +03:00
9908a3bb69 Merge pull request #476 from ONLYOFFICE/fix/bug-68501
Fix/bug 68501
v8.1.0.166 v8.1.0.165
2024-06-14 02:11:07 -07:00
299914837d [bug] Move copyOrigin logic from x2t; Fix bug 68600 2024-06-14 01:43:32 +03:00
a8421129e3 [bug] Fix bug with opening after editing with the condition wopi SupportsLocks=false; Fix bug 68501 2024-06-13 13:28:25 +03:00
1ffd755e72 [bug] Add storage test with tenant; Fix bug 68563 v8.1.0.162 v8.1.0.160 v8.1.0.161 v8.1.0.163 2024-06-11 19:18:00 +03:00
39554bdc1d [bug] Use deterministic(not random) lockId to fix issues with forgotten openings due to integrator failures; For bug 68424 v8.1.0.159 2024-06-10 17:59:01 +03:00
d8a145188c [bug] Add stubs for shardkey params until integrators pass these parameters to all requests 2024-06-10 12:10:43 +03:00
238e9191ab [bug] Check result of wopi unlock; Fix bug 68424 v8.1.0.158 v8.1.0.157 v8.1.0.156 2024-06-07 19:28:52 +03:00
9f3d4f7d8e [feature] Add docs_api_config input param for wopi; For bug 58764 v8.1.0.155 2024-06-06 15:30:43 +03:00
5a07d971ba [bug] Fix bug with LastModifiedTime changing after putFile(nextcloud) v8.1.0.154 2024-06-05 15:42:14 +03:00
808538515b [bug] Fix bug with LastModifiedTime changing after putFile(nextcloud) v99.99.99.3866 v99.99.99.3880 v99.99.99.3879 v99.99.99.3878 v99.99.99.3877 v99.99.99.3876 v99.99.99.3875 v99.99.99.3874 v99.99.99.3873 v99.99.99.3871 v99.99.99.3870 v99.99.99.3869 v99.99.99.3868 v99.99.99.3867 v99.99.99.3865 v99.99.99.3864 2024-06-05 15:39:53 +03:00
133731c05c [bug] Fix bug with wopi checkFileInfo on one shard and websocket on other shard v8.1.0.153 2024-06-05 01:57:27 +03:00
4e10cb8de8 Merge pull request #475 from ONLYOFFICE/feature/mail-service
Feature/mail service
2024-06-04 20:47:48 +03:00
ac40ce5f3a [git actions] Bump nodejs version for git actions 2024-06-04 20:02:54 +03:00
a5df749830 [feature] Added mysql timeouts to config v99.99.99.3863 2024-06-04 19:56:18 +03:00
072c608318 [feature] License expiration notification changed 2024-06-04 16:57:28 +03:00
a0943469ea [feature] Tests and fixes 2024-06-04 11:48:32 +03:00
7d7e4ee893 [feature] Add notification.enable, change default values; Fix bugs in notification server 2024-06-04 11:48:32 +03:00
3d52d3f241 [feature] License expired notification trigger added 2024-06-04 11:48:29 +03:00
eb8f0a77c8 [feature] Add licenseLimit notification; Refactor notificationService 2024-06-04 11:38:06 +03:00
592abf559c [feature] Notification service added 2024-06-04 11:38:06 +03:00
5c594fd0c0 [feature] Mail service fixes pt.2 2024-06-04 11:38:06 +03:00
418b77e82c [feature] Mail service fixes pt.1 2024-06-04 11:38:05 +03:00
39013c978b [feature] Mail service 2024-06-04 11:38:05 +03:00
285d23b9ec [bug] Change privateKey config param; For bug 66601 v8.1.0.151 2024-06-03 18:07:00 +03:00
724583100b 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
v99.99.99.3862 v99.99.99.3861
2024-06-03 16:17:19 +03:00
efe7fc362c Merge pull request #473 from ONLYOFFICE/fix/mysql-ssl-connection
Fix/mysql ssl connection
2024-06-03 15:21:19 +03:00
32658bcdc8 [fix] Make closePool async; Bump nodejs version for mysql test; For bug 68194 2024-06-03 15:08:08 +03:00
24a89676d3 Bump mysql2 from 2.3.3 to 3.9.8 in /DocService 2024-06-03 13:24:13 +03:00
41a29931cc [fix] Added support of MySql ssl connection 2024-06-03 12:12:25 +03:00
2bffd21c9f [bug] Use shutdownFlag for WOPI editing v8.1.0.150 2024-06-03 00:44:53 +03:00
9d7ff1ea98 [bug] Change wopi exponent format; For bug 66601 2024-06-02 23:38:00 +03:00
25ec0ec8ab [bug] Fix bug with queue closing before document saving in checkDocumentExpire v8.1.0.149 v8.1.0.148 v8.1.0.147 v8.1.0.145 2024-05-30 01:39:28 +03:00
42143d4fd4 [bug] Check permissions in commandSetPassword; Fix bug 68258 2024-05-29 20:37:06 +03:00
1f5bc5b542 [bug] Check key pattern on websocket connection 2024-05-29 19:48:19 +03:00
f5ffb201af [bug] Allow to restrict 'mode' rights; For bug 68198 v8.1.0.144 v8.1.0.141 2024-05-27 19:45:35 +03:00
e51188665e [bug] Change privateKey format; Make generateProofSign async; For bug 66601 v8.1.0.138 2024-05-25 21:32:50 +03:00
20b9ab1b9e [bug] Fix getFormatFromString with null ext 2024-05-23 16:31:54 +03:00
94bb9e2390 [bug] Fix bug 67983 v8.1.0.133 v8.1.0.131 v8.1.0.129 v8.1.0.132 v8.1.0.126 v8.1.0.123 v8.1.0.122 v8.1.0.120 v8.1.0.118 2024-05-15 18:08:54 +03:00