Commit graph

690 commits

Author SHA1 Message Date
danilapog
cf34136b58 Fix bug 70234 - getTableColumnsError
Error on damengdb connect
2024-09-16 22:39:48 +03:00
Evgeniy Antonyuk
5a1597b6ed Merge branch 'hotfix/v8.1.3' into release/v8.2.0 2024-09-13 18:58:49 +07:00
papacarlo
ed000589d4 Merge branch hotfix/v8.1.3 into develop 2024-09-13 11:41:33 +00:00
papacarlo
aeba194cf1 Merge branch hotfix/v8.1.3 into master 2024-09-13 11:41:32 +00:00
roberto.morerio
7f97c226c7 Merge remote-tracking branch 'upstream/master' 2024-09-09 17:35:42 +02:00
Evgeniy Antonyuk
ca1a38e440 Disable plugin installation when building the docker image (#3)
Co-authored-by: Evgeniy Antonyuk <antonyuk.evgenyiy@onlyoffice.com>
Co-committed-by: Evgeniy Antonyuk <antonyuk.evgenyiy@onlyoffice.com>
2024-09-05 11:47:11 +00:00
Evgeniy Antonyuk
bf55775663 Add an optional option to enable plugins (#1)
Co-authored-by: Evgeniy Antonyuk <antonyuk.evgenyiy@onlyoffice.com>
Co-committed-by: Evgeniy Antonyuk <antonyuk.evgenyiy@onlyoffice.com>
2024-09-05 14:31:36 +03:00
Alexey Golubev
bef214b20e Merge hotfix/v8.1.1 into master 2024-09-05 11:28:21 +00:00
Evgeniy Antonyuk
b8f4133434 Add an optional option to enable plugins (#1)
Co-authored-by: Evgeniy Antonyuk <antonyuk.evgenyiy@onlyoffice.com>
Co-committed-by: Evgeniy Antonyuk <antonyuk.evgenyiy@onlyoffice.com>
2024-09-05 07:57:32 +00:00
Nasrullo Nurullaev
7de5df8df9
fix Bug 69609 - Fix issue with automatic updates (#766) 2024-08-20 12:40:12 +03:00
Nasrullo Nurullaev
76e9400bde
fix Bug 69596 - Fix warning during Docker Compose execution (#765) 2024-08-20 12:21:19 +03:00
Elbakyan Shirak
fbc1868597
fix Bug 66631 - Correct RabbitMQ connections limit (#759) 2024-08-14 11:18:03 +03:00
Evgeniy Antonyuk
893de2e916 fix Bug 66601 - Add fixes to WOPI modulus configuration (#756) 2024-08-13 13:04:06 +03:00
Elbakyan Shirak
080f06c9b6
Fix bug 67970 - SIGTERM processing (#753) 2024-08-06 16:33:06 +03:00
Evgeniy Antonyuk
d310412e8f
fix Bug 66601 - Add fixes to WOPI modulus configuration (#756) 2024-08-01 18:40:47 +03:00
papacarlo
454122d598 Merge branch hotfix/v8.1.1 into release/v8.2.0 2024-07-26 08:13:33 +00:00
papacarlo
67578bb016 Merge branch hotfix/v8.1.1 into develop 2024-07-26 08:13:31 +00:00
thomisus
2839570216
Update Dockerfile 2024-07-22 13:32:14 +02:00
thomisus
726baefa21
Update Dockerfile 2024-07-21 18:43:00 +02:00
roberto.morerio
06462e673a Merge remote-tracking branch 'upstream/master' 2024-07-21 18:25:24 +02:00
papacarlo
7d78233879 Merge branch release/v8.1.0 into develop 2024-06-26 10:50:52 +00:00
papacarlo
0d5588d03a Merge branch release/v8.1.0 into master 2024-06-19 08:29:43 +00:00
Semyon Bezrukov
b2c9221d48
Fix branding paths (#745) 2024-06-11 11:16:38 +03:00
Evgeniy Antonyuk
3b60bc3c6e
Fix changing permissions for log directories (#744) 2024-06-10 17:28:48 +03:00
Evgeniy Antonyuk
275719d078
Add fixes to WOPI configuration (#742) 2024-06-03 17:35:29 +03:00
Evgeniy Antonyuk
cf29c757a2
fix Bug 68320 - Fix output during WOPI configuration (#741) 2024-06-03 17:33:07 +03:00
Evgeniy Antonyuk
85ddd66d9f
fix Bug 66601 - Add additional parameters for WOPI configuration (#738) 2024-05-29 16:05:22 +03:00
Roman Demidov
bbfc86a1e0
Add ORACLE support (#734) 2024-05-27 13:57:11 +03:00
Evgeniy Antonyuk
b4e29f9695
Add configuration of WOPI parameters (#735) 2024-05-21 14:13:54 +03:00
Roman Demidov
b665c004da
Use mssql-tools version from BASE_IMAGE (#731)
* Use mssql-tools version from BASE_IMAGE

* Small changes

* Small changes

* Small changes

* Small changes

* Small changes
2024-05-03 11:23:12 +03:00
Roman Demidov
a571bd0d1a
Add MSSQL support (#728) 2024-04-23 13:04:49 +03:00
Evgeniy Antonyuk
12eb20a61b
fix Bug 65410 - Disable ds:metrics service when METRICS_ENABLED=false (#726) 2024-04-10 10:49:31 +03:00
Danil Titarenko
3fe861b1a4
Add damengdb stand (#712)
* Add dameng stand

* Rename compose file

* Move damengdb files in tests folder

* Remove copy bin disql command

* Refactoring damengdb stand

* Update readme instructions

* Refactor: update readme

* Refactor: add note

* Update run command for disql copy

* Remove scripts and add volumes in compose file

Stand was updated. Main changes that scripts for prepare environment was removed.Now damengdb image can be pulled from hub.docker, also disql will be mounted from damengdb container in documentserver container.

* Update damengdb image version

* Actualized damengdb compose file

Use damengdb image from onlyoffice repo. Also do not use develop documentserver build anymore

* Don't mount entrypoint script anymore

After release it will be inside the image with the necessary edits

* Add the ability to build an image before compose is started

* Dameng: Execute schema on build stage

Now if you want use damengdb, you nedd build own image, schema for Documentserver will be create on build stage. Add dockerfile for the build dameng image. Also disql bin file don't share between containers

* Actualize readme for damengdb stand

* Editing typos

* Remove useless lines

* Small cosmetic change

* Remove useless volume from compose file

* Use default password for check connection

* Remove `image` filed from compose
2024-03-25 17:13:26 +03:00
Evgeniy Antonyuk
eb1706e3b7
fix Bug 62253 - NODE_EXTRA_CA_CERTS substitution error (#721) 2024-03-19 15:37:55 +03:00
papacarlo
184a07a2b3 Merge branch hotfix/v8.0.1 into release/v8.1.0 2024-03-15 11:20:06 +00:00
papacarlo
34a80e08da Merge branch hotfix/v8.0.1 into develop 2024-03-15 11:20:03 +00:00
Evgeniy Antonyuk
5e9c269d86
fix Bug 62253 - self-signed SSL issue (#714) 2024-03-13 16:00:05 +03:00
thomisus
0681588d71
Update Dockerfile 2024-03-04 08:44:02 +01:00
papacarlo
c4cd0a1417 Merge branch release/v8.0.0 into develop 2024-02-05 08:48:59 +00:00
thomisus
b517dbe92a
Update Dockerfile 2024-02-04 13:15:31 +01:00
thomisus
8a4c706e12
Merge branch 'ONLYOFFICE:master' into master 2024-02-04 13:12:53 +01:00
papacarlo
40efc5bea9 Merge branch release/v8.0.0 into master 2024-01-30 11:32:11 +00:00
Alexey Golubev
0a42ee66b0
Fix bug #60688 (#703) 2024-01-18 10:20:37 +03:00
Danil Titarenko
6416c2c32a
Action small fixes (#697) 2023-12-21 13:22:02 +03:00
Semyon Bezrukov
4ab054c502
Add DOCKER_ORG make variable (#696) 2023-12-20 19:54:56 +03:00
Danil Titarenko
016440fd4b
Disable issue creation from zap scanner (#695) 2023-12-20 11:22:37 +03:00
Danil Titarenko
cb06c6f6e1
Correct startup conditions for zap scanner (#694) 2023-12-20 11:21:34 +03:00
Danil Titarenko
276c5da9f5
Add the ability to manually launch the zap scanner (#691)
* Add zap scanning for DocumentServer

* Set branch name as ref for manual trigger

* Use master as default zap action branch

* Move zap action to master branch

* Fix token variable name

* Small cosmetic fix

* Modify zap action trigger condition

Run zap scanner only when documentserver edition hit community and branch hit in `release/` or `hotfix/`
2023-12-19 11:45:12 +03:00
Danil Titarenko
84a8191de9
Add DocumentServer zap scanner (#685)
* Add DocumentServer zap scanner

* Fix zap target url from `http` to `https`
2023-12-19 11:24:58 +03:00
Evgeniy Antonyuk
6fc2b27fcf
fix Bug 65188 - Upgrade to a current version of postgresql (#690) 2023-11-29 12:33:41 +03:00