From 2b25893a6f08a87b3943483cea68c25e4b98aaa8 Mon Sep 17 00:00:00 2001
From: Phil Davis Summary
Details
https://github.com/owncloud/core/pull/40947
Bugfix - No external icons in app registry: #40955
+App icons for the app registry are hosted in ownCloud server. +
+https://github.com/owncloud/core/issues/40953
+
https://github.com/owncloud/core/pull/40955
Bugfix - Remove instance id postfix from file id: #40958
On the App Registry endpoints file ids can hold the instance id which needs to be removed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 30333e770b70..f41718da0b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Summary * Bugfix - Make sure that parameters are a string when string is expected: [#40944](https://github.com/owncloud/core/pull/40944) * Bugfix - Fix usort callback functions to return integers: [#40945](https://github.com/owncloud/core/pull/40945) * Bugfix - Users page generates error logs in owncloud.log: [#40947](https://github.com/owncloud/core/pull/40947) +* Bugfix - No external icons in app registry: [#40955](https://github.com/owncloud/core/pull/40955) * Bugfix - Remove instance id postfix from file id: [#40958](https://github.com/owncloud/core/pull/40958) * Change - Update PHP dependencies: [#40939](https://github.com/owncloud/core/pull/40939) @@ -47,6 +48,13 @@ Details https://github.com/owncloud/core/issues/40946 https://github.com/owncloud/core/pull/40947 +* Bugfix - No external icons in app registry: [#40955](https://github.com/owncloud/core/pull/40955) + + App icons for the app registry are hosted in ownCloud server. + + https://github.com/owncloud/core/issues/40953 + https://github.com/owncloud/core/pull/40955 + * Bugfix - Remove instance id postfix from file id: [#40958](https://github.com/owncloud/core/pull/40958) On the App Registry endpoints file ids can hold the instance id which needs to be removed.