Commit Graph

36 Commits

Author SHA1 Message Date
Shift 5de0e71685 Remove default app files 2024-04-27 08:20:14 +00:00
DariusIII ced9bfb0be CS fixes 2024-02-13 23:09:42 +01:00
DariusIII 8fc4a39248 Update handling of API v2 requests 2024-02-13 23:09:20 +01:00
DariusIII 48cc5ffba6 Update middleware 2023-12-17 17:41:29 +01:00
DariusIII 40748bb376 Use new package 2023-12-17 13:42:04 +01:00
DariusIII e17c14dfad Update handling 2023-12-16 23:01:31 +01:00
DariusIII 7df4ac1561 Update webhook handling 2023-12-16 20:41:49 +01:00
DariusIII 35350e9b68 CS fixes 2023-12-12 21:44:32 +01:00
DariusIII 0c25e1d79f CS fixes 2023-07-16 15:47:59 +02:00
DariusIII ad05688ac6 CS fixes 2023-03-30 21:48:07 +02:00
Shift 71e1631df6 Remove redundant typing from DocBlocks 2023-03-30 14:15:45 +00:00
Shift afb0f41611 Add PHP type hints 2023-03-30 14:15:39 +00:00
Shift 1eeb9eaece Shift to consistent, fluent response chains 2023-03-30 14:15:17 +00: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
DariusIII 49872346f2 CS code fixes by pint 2023-03-02 16:47:20 +01:00
DariusIII 997aeacade Prepare for Laravel 9 2022-03-16 23:00:52 +01:00
DariusIII c33db34c49 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-13 20:01:06 +00:00
DariusIII fa3ded8b41 Add support for 2 Factor Authentification (2FA) 2020-12-28 01:32:20 +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 5210f07cf1 Exclude admin area from csrf protection 2019-04-25 23:14:23 +02:00
DariusIII 4fa28713f1 Add failed route to csrf protection exclusion 2019-04-23 11:43:34 +02:00
DariusIII 86b500bdb5 Update base laravel classess and middleware 2019-01-09 11:02:41 +01:00
DariusIII ebd29758e9 Fix switched categories for TV and PC for users excluded categories views 2019-01-08 12:40:46 +01:00
DariusIII 8cfb30a35e Fix phpdoc block in ClearanceMiddleware 2018-12-19 22:39:14 +01:00
DariusIII 4b0c72066f Simplify ClearanceMiddleware checks 2018-10-27 20:49:44 +02:00
DariusIII a4daf54c8a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-08-06 13:53:43 +00:00
DariusIII c1a0c90ad9 Add custom permission error handling 2018-08-06 15:50:59 +02:00
DariusIII 139082d389 Update app/Http/Kernel class with role and permission middleware 2018-08-02 12:17:08 +02:00
DariusIII a4fb61aa96 Update roles handling 2018-07-30 13:37:12 +02:00
DariusIII f790f26e46 Add and use admin middleware 2018-04-18 23:31:17 +02:00
DariusIII 1233b8ae53 Upgraded to laravel/framework 5.6 and adjusted libraries 2018-02-07 21:36:02 +01:00
DariusIII 07129ee01b Update auth related controllers 2017-09-29 22:55:06 +02:00
DariusIII 17ac1f9ea5 Update laravel related files 2017-08-30 22:59:42 +02:00
DariusIII f037412303 Move Controllers and Middleware folders back to app/Http/ folder 2017-07-30 22:50:33 +02:00