0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-02 04:50:37 +00:00
nextcloud_server/apps/files_sharing
nfebe 3c73f3fcae fix(files_sharing): Improve expiration date input change handling
If the time picker component is emitting a Date object already, then there is redundant call of `new Date(new Date())` and
therefore introduces subtle bugs, for example on chrome users could not  enter expiration date with keyboard.

- Use @update:model-value instead of @change/@input for more reliable date updates
- Ensure null and invalid dates are handled correctly in onExpirationChange
- Validate date input before updating defaultExpirationDateEnabled

Resolves : https://github.com/nextcloud/server/issues/51875

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-04-24 12:25:47 +02:00
..
appinfo feat: add command to list shares 2025-03-28 16:47:09 +01:00
composer feat: add command to list shares 2025-03-28 16:47:09 +01:00
css chore: Compile assets 2024-11-19 09:42:13 +01:00
img chore: Make app icons consistent Material Symbols with same settings 2024-07-10 15:53:45 +02:00
l10n fix(l10n): Update translations from Transifex 2025-04-24 00:23:35 +00:00
lib revert: do not unify hide-download and prevent-download permissions 2025-04-16 20:38:20 +02:00
src fix(files_sharing): Improve expiration date input change handling 2025-04-24 12:25:47 +02:00
templates chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +01:00
tests fix: Replace all usages of OC_User backend method calls by IUserManager 2025-04-10 11:29:21 +02:00
.l10nignore chore: Add SPDX header 2024-06-02 20:00:00 +02:00
openapi.json fix(files_sharing): Respect permissions passed when creating link shares 2025-01-28 16:40:50 +01:00
openapi.json.license chore: Add SPDX header 2024-06-02 20:00:00 +02:00