chore: add changelog entry

This commit is contained in:
Saw-jan
2024-07-18 10:08:15 +05:45
parent 244f2bc937
commit 4fbef3c58a
@@ -0,0 +1,7 @@
Bugfix: Fix restarting of postprocessing
We fixed a bug where non-admin requests to admin resources would get 401 Unauthorized.
Now, the server sends 403 Forbidden response.
https://github.com/owncloud/ocis/pull/6945
https://github.com/owncloud/ocis/issues/5938