diff --git a/.drone.star b/.drone.star index b7ea613ff..02df53746 100644 --- a/.drone.star +++ b/.drone.star @@ -916,7 +916,7 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4): }, { "name": "wopiserver", - "image": "cs3org/wopiserver:v9.4.1", + "image": "cs3org/wopiserver:v10.0.0", "detach": True, "commands": [ "cp %s/tests/config/drone/wopiserver.conf /etc/wopi/wopiserver.conf" % (dirs["base"]), diff --git a/deployments/examples/ocis_wopi/config/wopiserver/wopiserver.conf.dist b/deployments/examples/ocis_wopi/config/wopiserver/wopiserver.conf.dist index 07c37e6fd..f5e16561d 100644 --- a/deployments/examples/ocis_wopi/config/wopiserver/wopiserver.conf.dist +++ b/deployments/examples/ocis_wopi/config/wopiserver/wopiserver.conf.dist @@ -45,11 +45,11 @@ tokenvalidity = 86400 # WOPI lock expiration time [seconds] wopilockexpiration = 3600 -# WOPI lock strict check: if True, WOPI locks will be compared according to specs, -# that is their representation must match. False (default) allows for a more relaxed -# comparison, which compensates incorrect lock requests from Microsoft Office Online +# WOPI lock strict check: if True (default), WOPI locks will be compared according to specs, +# that is their representation must match. False allows for a more relaxed comparison, +# which compensates incorrect lock requests from Microsoft Office Online 2016-2018 # on-premise setups. -wopilockstrictcheck = False +#wopilockstrictcheck = True # Enable support of rename operations from WOPI apps. This is currently # disabled by default as it has been observed that both MS Office and Collabora diff --git a/deployments/examples/ocis_wopi/docker-compose.yml b/deployments/examples/ocis_wopi/docker-compose.yml index d14c1f8be..d528251cb 100644 --- a/deployments/examples/ocis_wopi/docker-compose.yml +++ b/deployments/examples/ocis_wopi/docker-compose.yml @@ -147,7 +147,7 @@ services: restart: always wopiserver: - image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v9.4.0} + image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v10.0.0} networks: ocis-net: entrypoint: @@ -173,7 +173,7 @@ services: restart: always collabora: - image: collabora/code:22.05.10.1.1 + image: collabora/code:22.05.14.3.1 networks: ocis-net: environment: @@ -196,7 +196,7 @@ services: restart: always onlyoffice: - image: onlyoffice/documentserver:7.3.0 + image: onlyoffice/documentserver:7.3.3 networks: ocis-net: entrypoint: