Files
Julian Koberg 8e8041ac8b fix(collaboration): [OCISDEV-781] return 200 OK for WOPI Lock in read-only modes
OnlyOffice sends a WOPI Lock request on document open regardless of whether
the user has write access. The Lock handler was calling SetLock with a
read-only CS3 token, which returned a permission error propagated as HTTP 500
to OnlyOffice, causing an error dialog on load.

Return 200 OK immediately for READ_ONLY and VIEW_ONLY view modes without
acquiring a CS3 lock.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com>
2026-04-24 13:15:33 +02:00
..
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2021-05-12 16:29:58 +02:00
2023-04-21 15:40:53 +05:45
2021-07-13 09:07:34 +02:00
2023-04-21 15:40:53 +05:45
2021-08-25 15:28:02 +02:00
2021-09-20 16:54:29 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2021-12-10 10:20:10 +01:00
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-08-23 15:15:44 +02:00
2024-03-18 14:39:30 +01:00
2024-04-11 11:03:06 +02:00
2024-04-17 14:05:45 +02:00
2024-05-03 14:34:28 +02:00
2024-08-07 17:46:09 +02:00
2024-08-07 17:46:09 +02:00
2024-08-07 17:46:09 +02:00
2024-10-23 16:13:28 +02:00
2024-10-24 14:12:46 +02:00
2024-12-17 10:42:36 +01:00
2025-03-31 12:09:18 +02:00
2025-05-27 18:26:24 +03:00
2025-07-15 15:02:56 +02:00
2025-11-27 09:05:22 +01:00
2021-10-08 09:26:43 +02:00
2021-10-08 09:26:43 +02:00

Changelog

We are using calens to properly generate a changelog before we are tagging a new release. To get an idea how this could look like https://github.com/restic/restic/tree/master/changelog would be the best reference.

Create changelog items

Create a file according to the template for each changelog in the unreleased folder. The following change types are possible:

  • Bugfix (general Bugfix)
  • Enhancement (new feature)
  • Change (breaking change)
  • Security (security related issues)