Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
onlyoffice
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
libre.sh
docker
onlyoffice
Commits
9c8da36d
Verified
Commit
9c8da36d
authored
1 year ago
by
Hugo Renard
Browse files
Options
Downloads
Patches
Plain Diff
feat: bump to v7.5.1.1
parent
80eaa1a8
No related branches found
Branches containing commit
Tags
5
Tags containing commit
No related merge requests found
Pipeline
#1836
passed with stage
in 9 minutes and 15 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
server.patch
+7
-5
7 additions, 5 deletions
server.patch
with
8 additions
and
6 deletions
Dockerfile
+
1
−
1
View file @
9c8da36d
ARG
product_version=7.5.
0
ARG
product_version=7.5.
1
ARG
build_number=1
ARG
oo_root='/var/www/onlyoffice/documentserver'
...
...
This diff is collapsed.
Click to expand it.
server.patch
+
7
−
5
View file @
9c8da36d
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 9
76117d3..9e1e01cd
100644
index 9
ea972a6..209f1299
100644
--- a/Common/sources/tenantManager.js
+++ b/Common/sources/tenantManager.js
@@ -
18
5,6 +
18
5,12 @@
function getTenantLicense(ctx) {
@@ -
25
5,6 +
25
5,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
..b8
0bf7a3
100644
index
76303af9
..
d
b8
3741b
100644
--- a/DocService/sources/server.js
+++ b/DocService/sources/server.js
@@ -109,8 +109,6 @@
if (!(cfgTokenEnableBrowser && cfgTokenEnableRequestInbox && cfgTokenEnableReque
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment