github.com/cs3org/reva/v2@v2.27.7/changelog/1.14.0_2021-10-12/app-provider-remove-excess-info.md (about)

     1  Bugfix: Remove excess info from the http list app providers endpoint
     2  
     3  We've removed excess info from the http list app providers endpoint.
     4  The app provider section contained all mime types supported by a certain app provider, 
     5  which led to a very big JSON payload and since they are not used they have been removed again.
     6  Mime types not on the mime type configuration list always had `application/octet-stream` as a file extension and `APPLICATION/OCTET-STREAM file` as name and description. Now these information are just omitted.
     7  
     8  https://github.com/cs3org/reva/pull/2149
     9  https://github.com/owncloud/ocis/pull/2603
    10  https://github.com/cs3org/reva/pull/2138