Files
ocis/changelog/8.0.0_2026-02-13/fix-space-error-code.md
Julian Koberg 8b783a2deb chore: release 8.0.0
Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com>
2026-02-13 14:53:35 +01:00

329 B

Bugfix: Fix error code when a user can't disable a space

Previously, if the user couldn't disable a space due to wrong permissions, the request returned a 404 error code, as if the space wasn't found even though the space was visible. Now it will return the expected 403 error code.

https://github.com/owncloud/ocis/pull/11845