nextcloud/apps/files_sharing/lib/Controller
Ferdinand Thiessen 73dc0f0f19
fix(sharing): Ensure download restrictions are not dropped
When a user receives a share with share-permissions but also with
download restrictions (hide download or the modern download permission attribute),
then re-shares of that share must always also include those restrictions.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-02-04 15:39:14 +01:00
..
AcceptController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
DeletedShareAPIController.php fix(files_sharing): Handle null userId 2025-01-13 15:19:54 +01:00
ExternalSharesController.php chore: remove legacy action to test remote endpoint 2024-11-29 11:14:37 +01:00
PublicPreviewController.php refactor(OpenAPI): Adjust scopes to match previous behavior 2025-01-06 14:30:40 +01:00
RemoteController.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00
SettingsController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ShareAPIController.php fix(sharing): Ensure download restrictions are not dropped 2025-02-04 15:39:14 +01:00
ShareController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ShareesAPIController.php fix(files_sharing): Handle null userId 2025-01-13 15:19:54 +01:00
ShareInfoController.php refactor(OpenAPI): Adjust scopes to match previous behavior 2025-01-06 14:30:40 +01:00