Merge pull request #54668 from nextcloud/backport/54538/stable31

[stable31] Do not always check password checkbox when sharing without password
pull/54676/head
Ferdinand Thiessen 2025-08-26 22:37:26 +07:00 committed by GitHub
commit 8d7d60f4a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

@ -165,7 +165,7 @@ export default {
isPasswordProtected: {
get() {
return this.config.enforcePasswordForPublicLink
|| this.share.password !== ''
|| this.share.password !== undefined
|| this.share.newPassword !== undefined
},
async set(enabled) {

4
dist/3265-3265.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long