nextcloud/apps/files_sharing/lib/Controller
nfebe 2d20ee2e4e fix(share): Set expiration time to end of day (23:59:59)
Shares now expire at the end of the selected day instead of the
beginning, allowing access throughout the entire expiration day.

Also return actual stored time in API response instead of hardcoded
00:00:00 to prevent timezone-related display issues in the UI.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2026-02-24 10:43:46 +01:00
..
AcceptController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
DeletedShareAPIController.php refactor(QueryException): Remove most usage of QueryException 2026-01-16 11:55:06 +01:00
ExternalSharesController.php perf(external-sharing): Port to Entity and SnowflakeId 2025-12-16 10:40:07 +01:00
PublicPreviewController.php feat(AppFramework): Add missing NoSameSiteCookieRequired attribute 2026-01-28 21:48:16 +01:00
RemoteController.php fix: show file size on remote shares 2026-02-18 15:11:59 +01:00
SettingsController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ShareAPIController.php fix(share): Set expiration time to end of day (23:59:59) 2026-02-24 10:43:46 +01:00
ShareController.php fix(files_sharing): make legacy downloadShare endpoint compatible with legacy behavior 2026-02-20 15:57:56 +01:00
ShareesAPIController.php refactor(teams): adjust expected itemType and remove remote group type from member search controller 2026-02-04 08:23:43 -03:00
ShareInfoController.php refactor(external-share): Port more code to string as type for the id 2025-12-16 10:40:09 +01:00