service-captcha/app/Http/Controllers/Private
2023-08-22 00:15:35 +06:00
..
CaptchaTokensController.php Add captcha tokens management. 2023-08-22 00:15:35 +06:00
Controller.php Added a new function 'errors' in Private Controller to handle service errors. This function checks if the resulted error code matches HTTP_UNPROCESSABLE_ENTITY and in that case, it redirects back with input and errors. For any other case, it aborts with the resulted error code and message. The main purpose of this change is to centralize error handling in one place and make the controller's actions cleaner. 2023-07-12 23:44:53 +06:00
DashboardController.php Add captcha tokens management. 2023-08-22 00:15:35 +06:00
ProfileController.php Added the ability to save user settings. 2023-07-10 21:42:55 +06:00
RolesController.php Added the ability to manage a group of users. 2023-07-16 19:21:09 +06:00
UsersController.php Added the ability to manage users. 2023-08-01 22:04:35 +06:00