BookStackApp_BookStack/app/Users/Controllers
Dan Brown 6f1c54d018
Users: Changed name validation to min:1 instead of 2
Would cause scenarios where users could be created with 1 char, but then
fail to update due to validation differences.
Added test to cover.
For #5263
2024-10-15 11:07:41 +01:00
..
RoleApiController.php Roles: Added max validation for role external auth id field 2024-06-08 20:33:34 +01:00
RoleController.php Roles: Added max validation for role external auth id field 2024-06-08 20:33:34 +01:00
UserAccountController.php Auth: Refactored OIDC RP-logout PR code, Extracted logout 2023-12-06 13:49:53 +00:00
UserApiController.php Users: Changed name validation to min:1 instead of 2 2024-10-15 11:07:41 +01:00
UserController.php Users: Changed name validation to min:1 instead of 2 2024-10-15 11:07:41 +01:00
UserPreferencesController.php URL Handling: Removed referrer-based redirect handling 2023-12-10 12:37:21 +00:00
UserProfileController.php Queries: Updated all app book static query uses 2024-02-07 16:37:36 +00:00
UserSearchController.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00