Automated changelog update [skip ci]

This commit is contained in:
Roman Perekhod
2023-10-19 16:25:44 +00:00
parent acfae80b53
commit 6891225906

View File

@@ -21,6 +21,7 @@ The following sections list the changes for unreleased.
* Bugfix - Set the mountpoint on auto accept: [#7460](https://github.com/owncloud/ocis/pull/7460)
* Change - Change the default TUS chunk size: [#7273](https://github.com/owncloud/ocis/pull/7273)
* Enhancement - Support spec violating AD FS access token issuer: [#7138](https://github.com/owncloud/ocis/pull/7138)
* Enhancement - Add "Last modified" filter Chip: [#7431](https://github.com/owncloud/ocis/issues/7431)
* Enhancement - Add the Banned Passwords List: [#4197](https://github.com/cs3org/reva/pull/4197)
* Enhancement - Add the password policies: [#7285](https://github.com/owncloud/ocis/pull/7285)
* Enhancement - Auto-Accept Shares: [#7097](https://github.com/owncloud/ocis/pull/7097)
@@ -154,6 +155,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/7138
* Enhancement - Add "Last modified" filter Chip: [#7431](https://github.com/owncloud/ocis/issues/7431)
Add "Last modified" filter Chip
https://github.com/owncloud/ocis/issues/7431
https://github.com/owncloud/ocis/pull/7455
* Enhancement - Add the Banned Passwords List: [#4197](https://github.com/cs3org/reva/pull/4197)
Added an option to enable a password check against a banned passwords list OCIS-3809