nextcloud/apps/files_sharing/lib/Controller
Côme Chilliet f44a192613
fix(files_sharing): Fix error messages from password policy
Exceptions thrown from password_policy may bubble up in share creation
 or update when a password is used. Their message is meant to be shown
 to the user. This always the case for HintException so we catch that
 instead of the subclass GenericShareException.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-11-19 09:40:26 +01:00
..
AcceptController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
DeletedShareAPIController.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00
ExternalSharesController.php refactor(files_sharing): Replace security annotations with respective attributes 2024-07-27 22:42:51 +02:00
PublicPreviewController.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +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(files_sharing): Fix error messages from password policy 2024-11-19 09:40:26 +01:00
ShareController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ShareesAPIController.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00
ShareInfoController.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00