From 97a6051357cc39f1c4d1c6803fab3602852eca5a Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 5 Dec 2023 21:35:37 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 74 ++++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3054cb3cac..00535e0fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,12 @@ # Table of Contents -* [Changelog for unreleased](#changelog-for-unreleased-unreleased) -* [Changelog for 5.0.0](#changelog-for-500-2023-11-30) +* [Changelog for 5.0.0](#changelog-for-500-2023-12-05) * [Changelog for 4.0.0](#changelog-for-400-2023-08-21) * [Changelog for 3.0.0](#changelog-for-300-2023-06-06) * [Changelog for 2.0.0](#changelog-for-200-2022-11-30) * [Changelog for 1.20.0](#changelog-for-1200-2022-04-13) -* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29) * [Changelog for 1.19.1](#changelog-for-1191-2022-03-29) +* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29) * [Changelog for 1.18.0](#changelog-for-1180-2022-03-03) * [Changelog for 1.17.0](#changelog-for-1170-2022-02-16) * [Changelog for 1.16.0](#changelog-for-1160-2021-12-10) @@ -28,26 +27,7 @@ * [Changelog for 1.1.0](#changelog-for-110-2021-01-22) * [Changelog for 1.0.0](#changelog-for-100-2020-12-17) -# Changelog for [unreleased] (UNRELEASED) - -The following sections list the changes for unreleased. - -[unreleased]: https://github.com/owncloud/ocis/compare/v5.0.0...master - -## Summary - -* Enhancement - Add user list requires filter config: [#7866](https://github.com/owncloud/ocis/pull/7866) - -## Details - -* Enhancement - Add user list requires filter config: [#7866](https://github.com/owncloud/ocis/pull/7866) - - Introduce a config to require filters in order to list users in Web via - `WEB_OPTION_USER_LIST_REQUIRES_FILTER`. - - https://github.com/owncloud/ocis/pull/7866 - -# Changelog for [5.0.0] (2023-11-30) +# Changelog for [5.0.0] (2023-12-05) The following sections list the changes for 5.0.0. @@ -98,6 +78,7 @@ The following sections list the changes for 5.0.0. * Enhancement - Config for disabling Web extensions: [#7486](https://github.com/owncloud/ocis/pull/7486) * Enhancement - Add login URL config: [#7317](https://github.com/owncloud/ocis/pull/7317) * Enhancement - Add support for audio files to the thumbnails service: [#7491](https://github.com/owncloud/ocis/pull/7491) +* Enhancement - Add user list requires filter config: [#7866](https://github.com/owncloud/ocis/pull/7866) * Enhancement - New value `auto` for NOTIFICATIONS_SMTP_AUTHENTICATION: [#7356](https://github.com/owncloud/ocis/issues/7356) * Enhancement - Tika content extraction cleanup for search: [#7553](https://github.com/owncloud/ocis/pull/7553) * Enhancement - Add Sharing NG list permissions endpoint: [#7805](https://github.com/owncloud/ocis/pull/7805) @@ -519,6 +500,13 @@ The following sections list the changes for 5.0.0. https://github.com/owncloud/ocis/pull/7491 +* Enhancement - Add user list requires filter config: [#7866](https://github.com/owncloud/ocis/pull/7866) + + Introduce a config to require filters in order to list users in Web via + `WEB_OPTION_USER_LIST_REQUIRES_FILTER`. + + https://github.com/owncloud/ocis/pull/7866 + * Enhancement - New value `auto` for NOTIFICATIONS_SMTP_AUTHENTICATION: [#7356](https://github.com/owncloud/ocis/issues/7356) This cause the notifications service to automatically pick a suitable authentication method @@ -5942,7 +5930,7 @@ The following sections list the changes for 2.0.0. The following sections list the changes for 1.20.0. -[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.20.0 +[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.20.0 ## Summary @@ -6111,11 +6099,29 @@ The following sections list the changes for 1.20.0. https://github.com/owncloud/ocis/pull/3467 +# Changelog for [1.19.1] (2022-03-29) + +The following sections list the changes for 1.19.1. + +[1.19.1]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.19.1 + +## Summary + +* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) + +## Details + +* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) + + URLs for Special items (space image, readme) were broken. + + https://github.com/owncloud/ocis/pull/3419 + # Changelog for [1.19.0] (2022-03-29) The following sections list the changes for 1.19.0. -[1.19.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.19.0 +[1.19.0]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.0 ## Summary @@ -6285,24 +6291,6 @@ The following sections list the changes for 1.19.0. https://github.com/owncloud/ocis/pull/3375 https://github.com/owncloud/web/releases/tag/v5.3.0 -# Changelog for [1.19.1] (2022-03-29) - -The following sections list the changes for 1.19.1. - -[1.19.1]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.1 - -## Summary - -* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) - -## Details - -* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) - - URLs for Special items (space image, readme) were broken. - - https://github.com/owncloud/ocis/pull/3419 - # Changelog for [1.18.0] (2022-03-03) The following sections list the changes for 1.18.0.