Automated changelog update [skip ci]

This commit is contained in:
Benedikt Kulmann
2022-08-24 15:11:52 +00:00
parent 98a2ade7c8
commit b57bdc0492

View File

@@ -15,6 +15,7 @@ The following sections list the changes for unreleased.
* Enhancement - Added language option to the app provider: [#4399](https://github.com/owncloud/ocis/pull/4399)
* Enhancement - Add configuration options for mail authentication and encryption: [#4443](https://github.com/owncloud/ocis/pull/4443)
* Enhancement - Added command to reset administrator password: [#4084](https://github.com/owncloud/ocis/issues/4084)
* Enhancement - Add missing unprotected paths: [#4454](https://github.com/owncloud/ocis/pull/4454)
* Enhancement - Rewrite of the request authentication middleware: [#4374](https://github.com/owncloud/ocis/pull/4374)
* Enhancement - Update reva to v2.8.0: [#4444](https://github.com/owncloud/ocis/pull/4444)
* Enhancement - Update ownCloud Web to v5.7.0-rc.10: [#4439](https://github.com/owncloud/ocis/pull/4439)
@@ -94,6 +95,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/4084
https://github.com/owncloud/ocis/pull/4365
* Enhancement - Add missing unprotected paths: [#4454](https://github.com/owncloud/ocis/pull/4454)
Added missing unprotected paths for the text-editor, preview, pdf-viewer and draw-io to the
authentication middleware.
https://github.com/owncloud/ocis/pull/4454
* Enhancement - Rewrite of the request authentication middleware: [#4374](https://github.com/owncloud/ocis/pull/4374)
There were some flaws in the authentication middleware which were resolved by this rewrite.