Automated changelog update [skip ci]

This commit is contained in:
Christian Richter
2024-03-20 13:44:16 +00:00
parent 35d536f901
commit d5a9e8ed0f

View File

@@ -56,6 +56,7 @@ The following sections list the changes for unreleased.
* Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095)
* Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885)
* Enhancement - Add epub reader to web default apps: [#8410](https://github.com/owncloud/ocis/pull/8410)
* Enhancement - Change Cors default settings: [#8518](https://github.com/owncloud/ocis/pull/8518)
* Enhancement - Custom WEB App Loading: [#8523](https://github.com/owncloud/ocis/pull/8523)
* Enhancement - Update to go 1.22: [#8586](https://github.com/owncloud/ocis/pull/8586)
* Enhancement - Send more sse events: [#8587](https://github.com/owncloud/ocis/pull/8587)
@@ -174,6 +175,15 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/8410
* Enhancement - Change Cors default settings: [#8518](https://github.com/owncloud/ocis/pull/8518)
We have changed the default CORS settings to set `Access-Control-Allow-Origin`
to the `OCIS_URL` if not explicitely set and `Access-Control-Allow-Credentials`
to `false` if not explicitely set.
https://github.com/owncloud/ocis/issues/8514
https://github.com/owncloud/ocis/pull/8518
* Enhancement - Custom WEB App Loading: [#8523](https://github.com/owncloud/ocis/pull/8523)
We've added a new feature which allows the administrator of the environment to