Merge pull request #55313 from nextcloud/fix/sharing-password

fix(sharing): ensure to check new password
pull/55311/head
Ferdinand Thiessen 1 week ago committed by GitHub
commit 1f4117aea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/files_sharing/src/views/SharingDetailsTab.vue
  2. 2
      dist/8712-8712.js
  3. 0
      dist/8712-8712.js.license
  4. 1
      dist/8712-8712.js.map
  5. 1
      dist/8712-8712.js.map.license
  6. 2
      dist/9200-9200.js
  7. 1
      dist/9200-9200.js.map
  8. 1
      dist/9200-9200.js.map.license
  9. 4
      dist/files_sharing-files_sharing_tab.js
  10. 2
      dist/files_sharing-files_sharing_tab.js.map

@ -1001,7 +1001,7 @@ export default {
this.share.note = ''
}
if (this.isPasswordProtected) {
if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.password)) {
if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
this.passwordError = true
}
} else {

2
dist/8712-8712.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
8712-8712.js.license

2
dist/9200-9200.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +0,0 @@
9200-9200.js.license

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save