nextcloud/apps/files_sharing/src
fenn-cs e73a54906e Remove newPassword from share model, if disabled
It's important to delete the `newPassword` prop from the share
 model, if the user unchecks the isPasswordProtected checkbox.

This clearer and allows for the unchecking to actually work as
`this.$set()` fails with the falsy value `''`.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-12-06 22:11:27 +01:00
..
actions fix(files_sharing): fix sharing status indicator side after component update 2023-12-05 11:36:38 +01:00
components Improve share logic for enforced password & expiry date 2023-11-30 11:58:35 +01:00
lib Improve sharing flow 2023-08-30 17:58:01 +02:00
mixins Improve share logic for enforced password & expiry date 2023-11-30 11:58:35 +01:00
models Improve sharing flow 2023-08-30 17:58:01 +02:00
services refactor: remove remaining usage of OC::getCapabilities 2023-10-20 16:19:43 +02:00
style Adjust breadcrumb navigation structure to the navigation list 2023-04-04 12:16:45 +02:00
utils Improve sharing flow 2023-08-30 17:58:01 +02:00
views Remove newPassword from share model, if disabled 2023-12-06 22:11:27 +01:00
additionalScripts.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
collaborationresourceshandler.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
files_sharing_tab.js Fix lint errors 2023-05-23 22:34:15 +02:00
init.ts feat(files): add files_sharing indicator 2023-09-20 13:58:31 +02:00
main.ts chore: add actions testing 2023-07-11 13:52:28 +02:00
personal-settings.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
share.js fix(files_sharing): Don't show copy action when !canDownload and no update permissions 2023-05-02 13:08:30 +00:00
sharebreadcrumbview.js Use @nextcloud/sharing in files and files_sharing 2022-01-26 17:58:43 +01:00