Automated changelog update [skip ci]

This commit is contained in:
Christian Richter
2023-11-22 09:03:55 +00:00
parent e48e9cbfbf
commit 3df256d665

View File

@@ -41,6 +41,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix unlock via space API: [#7726](https://github.com/owncloud/ocis/pull/7726)
* Bugfix - Fix the tgz mime type: [#7772](https://github.com/owncloud/ocis/pull/7772)
* Enhancement - Add search MediaType filter: [#7602](https://github.com/owncloud/ocis/pull/7602)
* Enhancement - Add user filter startswith and contains: [#7739](https://github.com/owncloud/ocis/pull/7739)
* Enhancement - Allow configuring additional routes: [#7740](https://github.com/owncloud/ocis/pull/7740)
* Enhancement - Bump reva: [#7721](https://github.com/owncloud/ocis/pull/7721)
* Enhancement - Add Sharing NG endpoints: [#7633](https://github.com/owncloud/ocis/pull/7633)
@@ -169,6 +170,15 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/7432
https://github.com/owncloud/ocis/pull/7602
* Enhancement - Add user filter startswith and contains: [#7739](https://github.com/owncloud/ocis/pull/7739)
We add two new filters to the user list endpoint. The `startswith` filter allows to filter users
by the beginning of their name. The `contains` filter allows to filter users by a substring of
their name.
https://github.com/owncloud/ocis/issues/5486
https://github.com/owncloud/ocis/pull/7739
* Enhancement - Allow configuring additional routes: [#7740](https://github.com/owncloud/ocis/pull/7740)
Allows adding custom routes to the ocis proxy. This enables customs ocis extensions