nextcloud/apps/files_sharing
Benjamin Gaussorgues cc3a2c351a
fix(share): use user timezone to parse share expiration date
If an user in UTC+1 try to create a share at 00:00, it's day D for him, but
D-1 for the server (UTC).
This fix aims to apply the correct offset

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-01-09 17:28:11 +01:00
..
appinfo feat(branchoff): Bump versions and requirements in apps 2023-11-23 10:09:40 +01:00
composer optimize builtin storage wrappers 2023-11-08 15:26:10 +01:00
css Compress SASS output 2023-01-11 17:46:32 +00:00
img fix(assets): Optimize SVGs with scour 0.38.2 2023-04-24 08:59:38 +02:00
js fix: public dav and files_sharing testing fixes 2024-01-09 10:56:14 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-01-05 00:22:07 +00:00
lib fix(share): use user timezone to parse share expiration date 2024-01-09 17:28:11 +01:00
src fix(files_sharing): Add one string for every share type to not assume any language 2023-12-13 16:37:39 +01:00
templates chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
tests fix(share): use user timezone to parse share expiration date 2024-01-09 17:28:11 +01:00
.l10nignore Remove legacy build files 2022-01-11 17:16:05 +01:00
list.php Remove redundant events 2022-08-15 19:20:42 +02:00
openapi.json fix(share): use user timezone to parse share expiration date 2024-01-09 17:28:11 +01:00
public.php Convert isset ternary to null coalescing operator 2023-09-28 12:18:41 +03:30