nextcloud/apps/files_sharing/lib/Controller
nfebe 0ef2caccc6 fix(files_sharing): Drop trailing '?' from public download redirect URL
Public share download links now redirect to the public DAV endpoint
cleanly when no additional query parameters are present. Previously the
redirect always appended a trailing '?' to the target URL, which caused
an Internal Server Error for clients that called the legacy download
endpoint without query parameters (e.g. the Thunderbird FileLink
extension). Links shared before this change are resolvable again.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2026-04-23 05:58:30 +01:00
..
AcceptController.php fix(sharing): Don't redirect when accepting a share failed 2026-03-30 12:07:42 +02:00
DeletedShareAPIController.php refactor: Apply rector changes 2026-03-01 14:43:11 +00: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 chore: psalm fixes 2026-04-21 18:18:50 +02:00
ShareController.php fix(files_sharing): Drop trailing '?' from public download redirect URL 2026-04-23 05:58:30 +01:00
ShareesAPIController.php refactor: Remove old Share backend 2026-03-10 10:09:40 +01:00
ShareInfoController.php refactor(external-share): Port more code to string as type for the id 2025-12-16 10:40:09 +01:00