Merge pull request #40298 from nextcloud/backport/39693/39693-stable27

[stable27] enable download configuration on circles shares
This commit is contained in:
Arthur Schiwon 2023-09-07 15:06:58 +02:00 committed by GitHub
commit a5f71a7502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 9 deletions

View file

@ -409,12 +409,6 @@ export default {
* @return {boolean}
*/
isSetDownloadButtonVisible() {
// TODO: Implement download permission for circle shares instead of hiding the option.
// https://github.com/nextcloud/server/issues/39161
if (this.share && this.share.type === this.SHARE_TYPES.SHARE_TYPE_CIRCLE) {
return false
}
const allowedMimetypes = [
// Office documents
'application/msword',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long