Commit Graph

46 Commits

Author SHA1 Message Date
DariusIII f4c444c9b0 Update phpstan level to 6 2026-02-11 14:02:26 +01:00
DariusIII c5e55dd562 Fix phpstan reported errors 2026-02-10 16:16:29 +01:00
DariusIII 0c10e82787 Fix error on myshowscontroller page 2025-12-27 03:15:27 +01:00
DariusIII a1a9dc8533 Fix null error in myshows 2025-12-23 16:47:32 +01:00
DariusIII 85b4904e6f Separate Blacklight/Releases into specific services 2025-12-20 21:47:01 +01:00
DariusIII 40a469a2b7 Improve templates 2025-10-07 13:38:02 +02:00
DariusIII 10c78cf3cb Share data between views 2025-10-06 13:28:53 +02:00
DariusIII c6ae77bac3 CS fixes 2025-10-06 13:09:04 +02:00
DariusIII 512093c971 Update myshows 2025-10-06 13:08:54 +02:00
DariusIII 79dca155e7 Use count function in myshows page 2025-01-17 12:56:53 +01:00
DariusIII d302fbebbf CS fixes 2024-11-11 08:49:53 +01:00
DariusIII e7129f5bc7 Fix null value error 2024-11-11 08:49:30 +01:00
DariusIII 97dcd16003 CS fixes 2024-11-10 20:07:00 +01:00
DariusIII ecaa5eda69 Remove return type declaration 2024-11-10 20:06:47 +01:00
Shift 4e00db5438 Shift cleanup 2024-10-31 20:47:49 +00:00
Shift 0779e0ce02 Add PHP type hints 2024-10-31 20:47:02 +00:00
DariusIII f21e6e8845 Simplify setting names and check 2024-10-28 12:14:32 +01:00
DariusIII 9d3bdd1324 Code style fixes 2024-08-13 22:13:34 +02:00
DariusIII 666ac35c05 Update my shows controller 2024-05-12 19:29:53 +02:00
DariusIII 9906cf8ed7 CS fixes 2023-04-12 21:23:46 +02:00
DariusIII 9c5d4a8960 Fix return type value 2023-04-12 16:49:37 +02: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 c0f1ba0de5 Optimize userdata usage 2023-03-15 20:38:03 +01: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 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 5886fe162c Replace WWW_TOP with url() helper 2019-12-08 19:21:23 +01:00
DariusIII 5a8fff0020 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII 96e088583a Update usage of $this->userdata in controllers 2019-04-11 12:39:50 +02:00
DariusIII a2f75488b1 Use output of userCheck if it passes the json check 2019-04-05 13:19:05 +02:00
DariusIII d4113e2b0f Fix return declarations in multiple controllers 2019-02-26 22:26:42 +01:00
DariusIII 60c81ea1c8 Fix Releases class instantiation 2019-02-25 23:19:54 +01:00
DariusIII bab65321a9 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-31 19:18:57 +00:00
DariusIII 552a096d9a Update and fix code with php-cs-fixer 2019-01-31 20:17:57 +01:00
DariusIII 603655e974 Small optimizations in code, use compact where applicable 2019-01-25 13:20:55 +01:00
DariusIII 8a82e49152 Change pointless 404 page usage where not needed, replace with redirects 2018-11-22 12:55:53 +01:00
DariusIII eb961fdaea Fix deletion of sjows from my shows page 2018-10-25 22:04:34 +02:00
DariusIII ff8e3a42b1 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-05-28 13:30:42 +00:00
DariusIII 2767c9f1b9 Fix issues related to myshows, their rss and browsing 2018-05-28 15:30:43 +02:00
DariusIII de0a51fcb2 Fix myshows/browse page 2018-04-20 12:01:25 +02:00
DariusIII 96e72218a2 Add browse route for myshows 2018-04-20 11:17:24 +02:00
DariusIII b6fff5bbad Apply fixes from StyleCI
[ci skip] [skip ci]
2018-04-13 11:47:19 +00:00
DariusIII 624a5d7a5f Add MyShowsController, adjust rest of the controllers and classes 2018-04-13 13:47:03 +02:00