nextcloud/apps/files_sharing/lib
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
..
Activity display displayname on federated shares 2023-07-11 09:25:09 -01:00
AppInfo fix(cache): Remove displayname cache entry on delete 2023-08-28 16:18:59 +00:00
BackgroundJob ocm services 2023-09-22 17:26:02 -01:00
Collaboration Fix various other small psalm issues 2022-10-17 12:40:35 +02:00
Command add command do delete orphan shares 2023-07-10 11:26:32 +00:00
Controller fix(share): use user timezone to parse share expiration date 2024-01-15 11:55:03 +01:00
Event Emit event on link share action 2021-09-10 08:36:45 +02:00
Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
External add more checks to ensure mounts aren't empty 2023-12-05 09:47:03 +01:00
Listener Enfore allowPublicShares admin setting 2023-09-13 10:18:08 +01:00
Middleware Update php licenses 2021-06-04 22:02:41 +02:00
Migration Adds a "Request password" button to the public share authentication page for shares 2022-04-11 21:58:24 +02:00
Notification fix(notifications): Remove share notification when the node is deleted 2023-08-04 07:52:46 +00:00
Settings Let users choose a share_folder 2021-09-06 16:39:11 +02:00
ShareBackend Update php licenses 2021-06-04 22:02:41 +02:00
Cache.php fix(sharing): set name to target name in sharing cache 2023-10-23 17:38:00 +00:00
Capabilities.php Fix type when getting appconfig with int 2022-10-17 12:36:05 +02:00
DefaultPublicShareTemplateProvider.php fix(sharing): Remove casting to int from INF 2023-02-07 14:13:39 +01:00
DeleteOrphanedSharesJob.php Use TimedJob from OCP instead of OC 2022-12-05 10:13:34 +01:00
ExpireSharesJob.php Fix hook encryption with cron job 2022-06-07 15:38:45 +00:00
Helper.php Let users choose a share_folder 2021-09-06 16:39:11 +02:00
Hooks.php update tests 2021-10-19 11:31:08 +02:00
ISharedMountPoint.php optimize builtin storage wrappers 2023-11-09 15:41:01 +01:00
ISharedStorage.php code checker fixes for instanceOfStorage 2021-12-02 17:35:10 +01:00
MountProvider.php Add SHARE_TYPE_SCIENCEMESH 2023-03-08 16:46:55 +01:00
OrphanHelper.php fix: Also cleanup orphaned shares user cannot be found anymore 2023-11-21 15:22:03 +00:00
Scanner.php repair -1 folder sizes for object store background scan 2023-05-10 19:33:26 +02:00
SharedMount.php optimize builtin storage wrappers 2023-11-09 15:41:01 +01:00
SharedStorage.php pass the share to the cache instead of having to ask the storage 2023-08-28 12:02:17 +00:00
Updater.php Add argument to getSharesInFolder enable deep share lookup 2022-07-26 12:17:46 +00:00
ViewOnly.php Fix view-only code after code review comments 2022-07-28 16:53:24 +02:00