nextcloud/apps/files_sharing/src
fenn-cs 713f2667c1 fix(share): Send empty expireDate when not expireDate set
When creating a new share, if the user unchecks "Set expiry date"

no `expireDate` is sent to the server.

However, the server then assumes the default configured, hence better

to send an empty value.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>

[skip ci]
2024-04-16 09:51:39 +01:00
..
actions fix(files_sharing): fix sharing status indicator side after component update 2024-01-16 10:09:33 -06:00
components fix(files_sharing): lost styles for SharingEntryLink 2024-02-13 20:46:29 +00:00
lib Improve sharing flow 2023-08-30 17:58:01 +02:00
mixins Fix undefined share object during expirationDate update 2024-02-21 11:43:31 +01:00
models fix(files_sharing): Create passwords when enforced for mail shares 2024-03-29 14:36:02 +00:00
services Use @nextcloud/capabilities to obtain share api defaults 2024-02-03 20:31:03 +01: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 fix(share): Send empty expireDate when not expireDate set 2024-04-16 09:51:39 +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 fix(files): add mount root property and adjust delete wording 2024-02-06 20:50:47 +00: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