This website requires JavaScript.
Explore
Help
Sign In
kor-elf
/
service-captcha
Watch
1
Star
0
Fork
0
You've already forked service-captcha
Code
Issues
Pull Requests
Packages
Projects
Releases
5
Wiki
Activity
3e18ca6510
service-captcha
/
app
/
Http
/
Controllers
/
Private
History
Leonid Nikitin
52c6fd88d7
Added the ability to manage users.
2023-08-01 22:04: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
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