0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-14 12:59:20 +00:00
nextcloud_server/apps/files_sharing/lib/Controller
Côme Chilliet 8ce499246f 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 20:15:35 +00:00
..
AcceptController.php refactor: Migrate IgnoreOpenAPI attributes to OpenAPI 2024-01-18 16:14:17 +01:00
DeletedShareAPIController.php perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +01:00
ExternalSharesController.php chore: stricter access to testremote endpoint 2024-11-28 10:48:18 +00:00
PublicPreviewController.php fix: public dav and files_sharing testing fixes 2024-01-09 10:56:14 +01:00
RemoteController.php refactor: Rename OpenAPI type aliases to their namespaces 2023-11-02 11:37:15 +01:00
SettingsController.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
ShareAPIController.php fix(files_sharing): Fix error messages from password policy 2024-12-12 20:15:35 +00:00
ShareController.php perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +01:00
ShareesAPIController.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
ShareInfoController.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00