nextcloud-server/apps/files_sharing/lib/Controller
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 +07:00
..
AcceptController.php files_sharing: Add OpenAPI spec 2023-07-31 16:58:49 +07:00
DeletedShareAPIController.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
ExternalSharesController.php fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for all OCM requests 2023-10-11 11:52:10 +07:00
PublicPreviewController.php fix: public dav and files_sharing testing fixes 2024-01-09 10:56:14 +07:00
RemoteController.php refactor: Rename OpenAPI type aliases to their namespaces 2023-11-02 11:37:15 +07:00
SettingsController.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
ShareAPIController.php fix(share): use user timezone to parse share expiration date 2024-01-09 17:28:11 +07:00
ShareController.php fix: public dav and files_sharing testing fixes 2024-01-09 10:56:14 +07:00
ShareInfoController.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
ShareesAPIController.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00