nextcloud-server/apps/files_sharing/lib/Controller
Côme Chilliet 2fa67bfd52
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-12-12 15:38:16 +07:00
..
AcceptController.php refactor(files_sharing): Replace security annotations with respective attributes 2024-07-27 22:42:51 +07:00
DeletedShareAPIController.php refactor(files_sharing): Replace security annotations with respective attributes 2024-07-27 22:42:51 +07:00
ExternalSharesController.php chore: stricter access to testremote endpoint 2024-11-28 10:49:27 +07:00
PublicPreviewController.php refactor(files_sharing): Replace security annotations with respective attributes 2024-07-27 22:42:51 +07:00
RemoteController.php refactor(files_sharing): Replace security annotations with respective attributes 2024-07-27 22:42:51 +07:00
SettingsController.php refactor(files_sharing): Replace security annotations with respective attributes 2024-07-27 22:42:51 +07:00
ShareAPIController.php fix(files_sharing): Fix error messages from password policy 2024-12-12 15:38:16 +07:00
ShareController.php fix(files_sharing): show proper share not found error message 2024-08-06 16:25:10 +07:00
ShareInfoController.php refactor(files_sharing): Replace security annotations with respective attributes 2024-07-27 22:42:51 +07:00
ShareesAPIController.php fix(files_sharing): filter out invalid shareWith in sharee API 2024-08-05 20:36:45 +07:00