github.com/cs3org/reva/v2@v2.27.7/changelog/1.16.0_2021-11-19/app-registry-priority.md (about) 1 Enhancement: Add priority to app providers 2 3 Before the order of the list returned by the method FindProviders 4 of app providers depended from the order in which the app provider registered 5 themselves. 6 Now, it is possible to specify a priority for each app provider, and even if 7 an app provider re-register itself (for example after a restart), the order 8 is kept. 9 10 https://github.com/cs3org/reva/pull/2230 11 https://github.com/cs3org/cs3apis/pull/157 12 https://github.com/cs3org/reva/pull/2263