You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in Sharing.php several methods check the mime type of a downloaded file checkLastPublicSharedFileDownload() , checkLastPublicSharedFileWithPasswordDownload() ,theUserShouldBeAbleToDownloadTheFileUsingTheSharingApi()
but "text/plain" is hardcoded as mime-type
make that more flexible to be able to check also other mime-types
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #22492 (test), #22485 (test), #31579 (test), #32040 (fix acceptance tests), and #31516 (Acceptance test coding standard changes).
phil-davis
changed the title
acceptance tests - do not only check hard-coded mime type
API acceptance tests - do not only check hard-coded mime type
Sep 24, 2018
in
Sharing.php
several methods check the mime type of a downloaded filecheckLastPublicSharedFileDownload()
,checkLastPublicSharedFileWithPasswordDownload()
,theUserShouldBeAbleToDownloadTheFileUsingTheSharingApi()
but "text/plain" is hardcoded as mime-type
make that more flexible to be able to check also other mime-types
The text was updated successfully, but these errors were encountered: