Browse Source

Merge pull request #44184 from nextcloud/43919-fix-share-by-mail-password-enforce

fix: No password set for new mail shares
fix/session/transactional-remember-me-renewal
Ferdinand Thiessen 2 years ago
committed by GitHub
parent
commit
e3b1a557f0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/files_sharing/src/views/SharingDetailsTab.vue
  2. 6
      dist/2763-2763.js
  3. 0
      dist/2763-2763.js.LICENSE.txt
  4. 1
      dist/2763-2763.js.map
  5. 1
      dist/8670-8670.js.map
  6. 4
      dist/files_sharing-files_sharing_tab.js
  7. 2
      dist/files_sharing-files_sharing_tab.js.map

2
apps/files_sharing/src/views/SharingDetailsTab.vue

@ -752,7 +752,7 @@ export default {
if (this.isNewShare) {
if (this.isPasswordEnforced && this.isPublicShare) {
this.share.newPassword = await GeneratePassword()
this.$set(this.share, 'newPassword', await GeneratePassword())
this.advancedSectionAccordionExpanded = true
}
/* Set default expiration dates if configured */

6
dist/2763-2763.js
File diff suppressed because it is too large
View File

0
dist/8670-8670.js.LICENSE.txt → dist/2763-2763.js.LICENSE.txt

1
dist/2763-2763.js.map
File diff suppressed because it is too large
View File

1
dist/8670-8670.js.map
File diff suppressed because it is too large
View File

4
dist/files_sharing-files_sharing_tab.js
File diff suppressed because it is too large
View File

2
dist/files_sharing-files_sharing_tab.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save