diff --git a/CHANGELOG.md b/CHANGELOG.md index f162860399..d3e595deb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Enhancement - Make the app provider service name configurable: [#6482](https://github.com/owncloud/ocis/pull/6482) * Enhancement - Use reva client selectors: [#6452](https://github.com/owncloud/ocis/pull/6452) * Enhancement - Add companion URL config: [#6453](https://github.com/owncloud/ocis/pull/6453) * Enhancement - Add imprint and privacy url config: [#6462](https://github.com/owncloud/ocis/pull/6462) @@ -15,6 +16,15 @@ The following sections list the changes for unreleased. ## Details +* Enhancement - Make the app provider service name configurable: [#6482](https://github.com/owncloud/ocis/pull/6482) + + We needed to make the service name of the app provider configurable. This needs to be changed + when using more than one app provider. Each of them needs be found by a unique service name. + Possible examples are: `app-provider-collabora`, `app-provider-onlyoffice`, + `app-provider-office365`. + + https://github.com/owncloud/ocis/pull/6482 + * Enhancement - Use reva client selectors: [#6452](https://github.com/owncloud/ocis/pull/6452) Use reva client selectors instead of the static clients, this introduces the ocis service @@ -4221,7 +4231,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.1...v1.20.0 +[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.20.0 ## Summary @@ -4389,28 +4399,11 @@ The following sections list the changes for 1.20.0. Group member remove 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.18.0...v1.19.0 +[1.19.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.19.0 ## Summary @@ -4579,6 +4572,23 @@ The following sections list the changes for 1.19.0. https://github.com/owncloud/ocis/pull/3291 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.