github.com/cs3org/reva/v2@v2.27.7/changelog/1.14.0_2021-10-12/app-registry-order.md (about) 1 Enhancement: Default AppProvider on top of the providers list 2 for each mime type 3 4 Now for each mime type, when asking for the list of mime types, 5 the default AppProvider, set both using the config and the 6 SetDefaultProviderForMimeType method, is always in the top of the 7 list of AppProviders. 8 The config for the Providers and Mime Types for the AppRegistry changed, 9 using a list instead of a map. In fact the list of mime types returned by 10 ListSupportedMimeTypes is now ordered according the config. 11 12 https://github.com/cs3org/reva/pull/2138