Automated changelog update [skip ci]

This commit is contained in:
kobergj
2023-10-26 14:55:41 +00:00
parent 460c20ce11
commit 49588c075e
+7
View File
@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Return 423 status code on tag create: [#7596](https://github.com/owncloud/ocis/pull/7596)
* Bugfix - Delete outdated userlog events: [#7410](https://github.com/owncloud/ocis/pull/7410)
* Bugfix - Don't reload web config: [#7369](https://github.com/owncloud/ocis/pull/7369)
* Bugfix - Fix the auth service env variable: [#7523](https://github.com/owncloud/ocis/pull/7523)
@@ -52,6 +53,12 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Return 423 status code on tag create: [#7596](https://github.com/owncloud/ocis/pull/7596)
When a file is locked, return 423 status code instead 500 on tag create
https://github.com/owncloud/ocis/pull/7596
* Bugfix - Delete outdated userlog events: [#7410](https://github.com/owncloud/ocis/pull/7410)
Userlog will now delete events when the user has no longer access to the underlying resource