rbrecruiter/app/Http/Controllers
Miguel N 5f6f6f693d Remove linebreak processing
This approach would allow users to directly use HTML in their responses. We'd need to purify HTML on the way out to only allow <br>, otherwise, there'd be XSS concerns.

Rendering as Markdown and letting users know they can use it is a better approach in the long run.
2021-01-29 17:20:28 +00:00
..
Auth Show current pw policy in register page 2021-01-06 03:48:14 +00:00
ApplicationController.php Remove linebreak processing 2021-01-29 17:20:28 +00:00
AppointmentController.php Recent changes 2020-11-02 21:44:05 +00:00
BanController.php Recent changes 2020-11-02 21:44:05 +00:00
CommentController.php Recent changes 2020-11-02 21:44:05 +00:00
ContactController.php Recent changes 2020-11-02 21:44:05 +00:00
Controller.php Recent changes 2020-11-02 21:44:05 +00:00
DashboardController.php Recent changes 2020-11-02 21:44:05 +00:00
DevToolsController.php Recent changes 2020-11-02 21:44:05 +00:00
FormController.php Reverse 2021-01-27 02:31:57 +00:00
HomeController.php Recent changes 2020-11-02 21:44:05 +00:00
OptionsController.php Selectable game integration 2021-01-06 01:55:22 +00:00
ProfileController.php Recent changes 2020-11-02 21:44:05 +00:00
ResponseController.php Recent changes 2020-11-02 21:44:05 +00:00
SecuritySettingsController.php Saveable settings 2021-01-06 00:57:27 +00:00
StaffProfileController.php Recent changes 2020-11-02 21:44:05 +00:00
TeamController.php Added Gate authorization arguments 2020-12-21 01:02:05 +00:00
TeamFileController.php Added Gate authorization arguments 2020-12-21 01:02:05 +00:00
UserController.php Force users to change password 2021-01-06 05:03:38 +00:00
VacancyController.php Recent changes 2020-11-02 21:44:05 +00:00
VoteController.php Recent changes 2020-11-02 21:44:05 +00:00