From df3b0d586a820589386c34af73c9df3bdcb2f8f3 Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Thu, 7 Oct 2021 17:21:45 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/app-registry-order.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog/unreleased/app-registry-order.md diff --git a/changelog/unreleased/app-registry-order.md b/changelog/unreleased/app-registry-order.md new file mode 100644 index 0000000000..7e306f6578 --- /dev/null +++ b/changelog/unreleased/app-registry-order.md @@ -0,0 +1,12 @@ +Enhancement: Default AppProvider on top of the providers list +for each mime type + +Now for each mime type, when asking for the list of mime types, +the default AppProvider, set both using the config and the +SetDefaultProviderForMimeType method, is always in the top of the +list of AppProviders. +The config for the Providers and Mime Types for the AppRegistry changed, +using a list instead of a map. In fact the list of mime types returned by +ListSupportedMimeTypes is now ordered according the config. + +https://github.com/cs3org/reva/pull/2138 \ No newline at end of file