Skip to content
Snippets Groups Projects
Verified Commit 9c8da36d authored by Hugo Renard's avatar Hugo Renard
Browse files

feat: bump to v7.5.1.1

parent 80eaa1a8
No related branches found
Tags 5
No related merge requests found
Pipeline #1836 passed with stage
in 9 minutes and 15 seconds
ARG product_version=7.5.0
ARG product_version=7.5.1
ARG build_number=1
ARG oo_root='/var/www/onlyoffice/documentserver'
......
diff --git a/Common/sources/constants.js b/Common/sources/constants.js
index 6354a46c..3e678cd1 100644
index 3e8e7aaa..028c0d44 100644
--- a/Common/sources/constants.js
+++ b/Common/sources/constants.js
@@ -85,7 +85,7 @@ exports.LICENSE_RESULT = {
@@ -85,8 +85,8 @@ exports.LICENSE_RESULT = {
NotBefore: 16
};
-exports.LICENSE_CONNECTIONS = 20;
-exports.LICENSE_USERS = 3;
+exports.LICENSE_CONNECTIONS = 9999;
+exports.LICENSE_USERS = 200;
exports.LICENSE_EXPIRE_USERS_ONE_DAY = 24 * 60 * 60; // day in seconds
exports.AVS_OFFICESTUDIO_FILE_UNKNOWN = 0x0000;
......@@ -50,10 +52,10 @@ index 5df8d693..3268abbe 100644
};
diff --git a/Common/sources/tenantManager.js b/Common/sources/tenantManager.js
index 976117d3..9e1e01cd 100644
index 9ea972a6..209f1299 100644
--- a/Common/sources/tenantManager.js
+++ b/Common/sources/tenantManager.js
@@ -185,6 +185,12 @@ function getTenantLicense(ctx) {
@@ -255,6 +255,12 @@ function getTenantLicense(ctx) {
res.type = constants.LICENSE_RESULT.Error;
ctx.logger.error('getTenantLicense error: missing "alias" field');
}
......@@ -67,7 +69,7 @@ index 976117d3..9e1e01cd 100644
return res;
});
diff --git a/DocService/sources/server.js b/DocService/sources/server.js
index 6d6439bf..b80bf7a3 100644
index 76303af9..db83741b 100644
--- a/DocService/sources/server.js
+++ b/DocService/sources/server.js
@@ -109,8 +109,6 @@ if (!(cfgTokenEnableBrowser && cfgTokenEnableRequestInbox && cfgTokenEnableReque
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment