Automated changelog update [skip ci]

This commit is contained in:
Christian Richter
2022-08-01 10:10:00 +00:00
parent c94960cb83
commit 19c9125fdf
+10
View File
@@ -7,6 +7,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Substring search for sharees: [#547](https://github.com/owncloud/ocis/issues/547)
* Enhancement - Add drives field to users endpoint: [#4072](https://github.com/owncloud/ocis/pull/4072)
* Enhancement - Improve error log for "could not get user by claim" error: [#4227](https://github.com/owncloud/ocis/pull/4227)
* Enhancement - Allow providing list of services NOT to start: [#4254](https://github.com/owncloud/ocis/pull/4254)
* Enhancement - Introduce insecure flag for smtp email notifications: [#4279](https://github.com/owncloud/ocis/pull/4279)
@@ -29,6 +30,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/547
* Enhancement - Add drives field to users endpoint: [#4072](https://github.com/owncloud/ocis/pull/4072)
We have added `$expand=drives` to the `/users/{id}/` endpoint using the user filter
implemented in reva.
https://github.com/owncloud/ocis/pull/4072
https://github.com/cs3org/reva/pull/3046
* Enhancement - Improve error log for "could not get user by claim" error: [#4227](https://github.com/owncloud/ocis/pull/4227)
We've improved the error log for "could not get user by claim" error where previously only the
@@ -56,6 +65,7 @@ The following sections list the changes for unreleased.
Updated reva to version x.x.x. This update includes:
https://github.com/owncloud/ocis/pull/4272
https://github.com/cs3org/reva/pull/3096
*
todo:
# Changelog for [2.0.0-beta.5] (2022-07-19)