File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ The following sections list the changes for unreleased.
8585* Bugfix - Clean up unified roles label: [#11464](https://github.com/owncloud/ocis/pull/11464)
8686* Bugfix - Return translated role definitions: [#11466](https://github.com/owncloud/ocis/pull/11466)
8787* Bugfix - Fix the OCM role editor: [#11484](https://github.com/owncloud/ocis/pull/11484)
88+ * Bugfix - Tolerating the empty request body for WebDAV: [#11516](https://github.com/owncloud/ocis/pull/11516)
8889* Change - Remove deprecated FRONTEND_OCS_*: [#11333](https://github.com/owncloud/ocis/pull/11333)
8990* Change - Remove deprecated CLIENTLOG_REVA_GATEWAY: [#11372](https://github.com/owncloud/ocis/pull/11372)
9091* Enhancement - Add GetPermission API: [#8616](https://github.com/owncloud/ocis/issues/8616)
@@ -264,6 +265,14 @@ The following sections list the changes for unreleased.
264265 https://github.com/owncloud/ocis/issues/11474
265266 https://github.com/owncloud/ocis/pull/11484
266267
268+ * Bugfix - Tolerating the empty request body for WebDAV: [#11516](https://github.com/owncloud/ocis/pull/11516)
269+
270+ Tolerating the empty request body for WebDAV operations like MKCOL, DELETE,
271+ MOVE, COPY.
272+
273+ https://github.com/owncloud/ocis/issues/10809
274+ https://github.com/owncloud/ocis/pull/11516
275+
267276* Change - Remove deprecated FRONTEND_OCS_*: [#11333](https://github.com/owncloud/ocis/pull/11333)
268277
269278 Deprecated FRONTEND_OCS_* environment variable was removed from config.
You can’t perform that action at this time.
0 commit comments