nextcloud-server/apps/files_sharing/tests
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
..
Collaboration
Command
Controller fix(share): use user timezone to parse share expiration date 2024-01-09 17:28:11 +07:00
External
Middleware
Migration
js fix: public dav and files_sharing testing fixes 2024-01-09 10:56:14 +07:00
ApiTest.php fix(share): use user timezone to parse share expiration date 2024-01-09 17:28:11 +07:00
ApplicationTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
CacheTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
CapabilitiesTest.php
DeleteOrphanedSharesJobTest.php
EncryptedSizePropagationTest.php
EtagPropagationTest.php
ExpireSharesJobTest.php
ExternalStorageTest.php
GroupEtagPropagationTest.php
HelperTest.php
LockingTest.php
MountProviderTest.php
PropagationTestCase.php
ShareTest.php
SharedMountTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
SharedStorageTest.php
SizePropagationTest.php
TestCase.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
UnshareChildrenTest.php
UpdaterTest.php
WatcherTest.php