nextcloud/apps/files_sharing/lib/Controller
Benjamin Gaussorgues ee6a10f8f5
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-15 11:55:03 +01:00
..
AcceptController.php Update php licenses 2021-06-04 22:02:41 +02:00
DeletedShareAPIController.php Add SHARE_TYPE_SCIENCEMESH 2023-03-08 16:46:55 +01:00
ExternalSharesController.php ocm services 2023-09-22 17:26:02 -01:00
PublicPreviewController.php Check share attributes on preview endpoints 2022-10-25 11:35:31 +02:00
RemoteController.php Fix unit tests 2022-06-07 20:40:55 +02:00
SettingsController.php Let users choose a share_folder 2021-09-06 16:39:11 +02:00
ShareAPIController.php fix(share): use user timezone to parse share expiration date 2024-01-15 11:55:03 +01:00
ShareController.php Pluggable share provider 2023-02-02 15:41:26 +01:00
ShareesAPIController.php Add SHARE_TYPE_SCIENCEMESH 2023-03-08 16:46:55 +01:00
ShareInfoController.php chore: Add return types 2023-01-31 11:42:33 +01:00