Automated changelog update [skip ci]

This commit is contained in:
kobergj
2023-10-05 07:20:53 +00:00
parent 19b6c311ed
commit 405f547b55

View File

@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary
* 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 kql-bleve search: [#7290](https://github.com/owncloud/ocis/pull/7290)
* Bugfix - Check school number for duplicates before adding a school: [#7351](https://github.com/owncloud/ocis/pull/7351)
@@ -30,6 +31,12 @@ The following sections list the changes for unreleased.
## Details
* 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
https://github.com/owncloud/ocis/pull/7410
* Bugfix - Don't reload web config: [#7369](https://github.com/owncloud/ocis/pull/7369)
When requesting `config.json` file from the server, web service would reload the file if a path
@@ -112,6 +119,7 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/6427
https://github.com/owncloud/ocis/pull/7178
https://github.com/owncloud/ocis/pull/7217
https://github.com/owncloud/ocis/pull/7410
* Enhancement - Introduce clientlog service: [#7217](https://github.com/owncloud/ocis/pull/7217)