Commit Graph

39 Commits

Author SHA1 Message Date
DariusIII f4c444c9b0 Update phpstan level to 6 2026-02-11 14:02:26 +01:00
DariusIII a3359c357f Update theme 2025-10-21 16:41:14 +02:00
DariusIII 1a747afdd0 Start using blade and tailwindcss 2025-10-03 16:42:39 +02:00
DariusIII 50f5709159 CS fixes 2025-06-06 14:47:17 +02:00
DariusIII 68504f7636 Update validation 2025-01-11 21:34:15 +01:00
DariusIII a6f295a8c3 Remove debug code 2025-01-11 21:04:44 +01:00
DariusIII 822f22ed45 Update password reset 2025-01-11 21:02:59 +01:00
Shift 4e00db5438 Shift cleanup 2024-10-31 20:47:49 +00:00
Shift ed2b20c34f Convert controller validation to Form Requests 2024-10-31 20:46:50 +00:00
DariusIII 438ea9aa52 CS fixes 2024-10-28 11:29:36 +01:00
DariusIII 05ebaf4442 Use config where possible 2024-10-28 11:29:09 +01:00
DariusIII f50c606b57 CS fixes 2024-04-10 22:17:16 +02:00
DariusIII b98dbe1a10 Use built-in functions 2024-04-10 22:16:55 +02:00
Kcchouette 07a088bcb5 Enhancing error message 2023-12-12 13:14:23 +01:00
DariusIII 67a61e54b5 Fix password reset function 2023-05-10 22:34:30 +02:00
DariusIII ad05688ac6 CS fixes 2023-03-30 21:48:07 +02:00
Shift 66c246852c Leverage injected request object
Laravel automatically injects the current Http [request object][1] to all Controller actions and Middleware. Leveraging this object improves consistency and testability.

[1]: https://laravel.com/docs/requests#accessing-the-request
2023-03-30 14:15:14 +00:00
Shift 2fcf05db34 Convert controller validation to Form Requests 2023-03-30 14:15:10 +00:00
DariusIII 49872346f2 CS code fixes by pint 2023-03-02 16:47:20 +01:00
DariusIII 4d188afb52 Update controllers 2022-10-23 23:18:00 +02:00
DariusIII c33db34c49 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-13 20:01:06 +00:00
DariusIII 5cda5ef31c Fix forgotten password token generation 2020-03-18 21:21:34 +01:00
DariusIII 9f78214ac0 Update usage of Token class 2020-03-11 13:41:36 +01:00
DariusIII 02ad342bac Apply fixes from StyleCI
[ci skip] [skip ci]
2020-02-05 01:56:40 +00:00
DariusIII b343c02c63 Update project files 2020-02-05 00:39:09 +00:00
DariusIII 5a8fff0020 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII a70ad437ad Use User model for email queue where possible 2018-11-13 21:54:10 +01:00
DariusIII 3ebe9e9583 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-13 12:12:43 +00:00
DariusIII eb90c9e051 Use laravel queue for sending emails 2018-11-13 13:12:15 +01:00
DariusIII fb7d9d6570 Add config/captcha.php and use it in place of direct env file call 2018-11-05 15:42:12 +01:00
DariusIII c3adab1b68 Use url helper to generate password reset link 2018-10-09 22:58:32 +02:00
DariusIII f99c3ae6c0 Use dirape/token to generate tokens and passwords for users 2018-09-19 11:37:07 +02:00
DariusIII 414038a2cf Fix password reset 2018-05-31 10:36:06 +02:00
DariusIII 419c9a3f63 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-05-04 11:28:36 +00:00
DariusIII 8ba86e184a Fix nocaptcha display on login, contact, forgottenpassword and register pages 2018-05-04 13:29:03 +02:00
DariusIII 74df5848e4 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-03-29 13:54:56 +00:00
DariusIII b39bb373b4 Update themes, BasePage and Profile controllers 2018-03-29 15:54:01 +02:00
DariusIII 7e4045bf6f Update themes and use ForgottenPasswordController 2018-03-29 10:49:44 +02:00
DariusIII f037412303 Move Controllers and Middleware folders back to app/Http/ folder 2017-07-30 22:50:33 +02:00