From 689122590634ea19760ae5894ffc9baef87bad50 Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Thu, 19 Oct 2023 16:25:44 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 126e99c549..40242fd22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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