nextcloud-server/apps/files_sharing/src/components
Daniel Calviño Sánchez d4631921b4
Show pending popover menu when password is enabled by default
When "Enforce password protection" is enabled in the sharing settings a
popover menu is shown to set a password before the share is created. On
the other hand, when "Always ask for a password" was enabled in the
sharing settings and a new link share was created the share was
immediately created with a default password; the user was not able to
specify a password (nor create the share without password).

The component template already provided the needed elements to also ask
for the password without enforcing it, but the popover menu was not
shown due to "enableLinkPasswordByDefault" being missing in "if"
conditions.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-05-22 12:49:23 +07:00
..
ExternalShareAction.vue chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +07:00
PersonalSettings.vue chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +07:00
SelectShareFolderDialogue.vue
SharePermissionsEditor.vue chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +07:00
SharingEntry.vue chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +07:00
SharingEntryInherited.vue chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +07:00
SharingEntryInternal.vue chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +07:00
SharingEntryLink.vue Show pending popover menu when password is enabled by default 2023-05-22 12:49:23 +07:00
SharingEntrySimple.vue chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +07:00
SharingInput.vue Fix share input id 2023-05-02 02:22:29 +07:00