Commit Graph

89 Commits

Author SHA1 Message Date
DariusIII 865a151eae Update browse and API queries 2026-02-11 23:14:34 +01:00
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 bcab38c19c Update ip checks 2026-01-27 15:36:28 +01:00
DariusIII 5cc8f60b36 Update description 2026-01-23 16:55:09 +01:00
DariusIII 15f8b2ef54 Fix RSS issues 2026-01-22 13:46:28 +01:00
DariusIII 0c6ce9974a CS fixes 2026-01-07 14:51:28 +01:00
DariusIII 677ba50f93 Fix search and create nzb services 2025-12-26 10:25:34 +01:00
DariusIII 85b4904e6f Separate Blacklight/Releases into specific services 2025-12-20 21:47:01 +01:00
DariusIII 717a5d89f6 Move Utility and Country into services 2025-12-20 16:46:04 +01:00
DariusIII 1c5d75f104 Fix multiple issues and enhance templates 2025-10-26 22:12:10 +01:00
DariusIII 5c61f02fd7 CS fixes 2025-01-16 23:14:31 +01:00
DariusIII 3aa71b2ce8 Revert all the changes from last 2 days 2025-01-16 23:14:06 +01:00
DariusIII 4f225703be Unify usage of apiTvController 2025-01-16 15:13:14 +01:00
PyRowMan c5249c9de9 Fix conditional check for release object in API controller
Previously, the condition did not account for cases where `$rel` could be null, potentially causing an error. This update ensures the check validates that `$rel` exists before calling the `isNotEmpty()` method.
2024-12-17 22:36:51 +01: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 9a8e58482f Update packages 2023-12-28 20:57:39 +01:00
DariusIII fc030d61f6 Fix isses in console and api controllers 2023-05-15 22:03:50 +02:00
DariusIII c2cfe9ea2f CS fixes 2023-05-14 14:37:57 +02:00
DariusIII 7c185270d0 Properly return API error messages 2023-05-14 14:36:30 +02:00
DariusIII 7c9e7e9b1f Don't use array 2023-05-14 02:46:28 +02:00
DariusIII 0dbfc2a059 Check for null value 2023-05-13 23:46:47 +02:00
DariusIII 53ccfc2616 CS fixes 2023-03-31 17:01:28 +02:00
DariusIII 4adc19c178 Fix issues in API controllers 2023-03-31 16:57:41 +02:00
DariusIII 6faa93970f Fix offset issue in ApiController 2023-03-31 00:00:22 +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
DariusIII 2472f979c8 CS fixes 2023-03-27 16:51:35 +02:00
DariusIII 5238b59f1c Remove API an Capabilities classes and move their functions to ApiController 2023-03-27 16:35:24 +02:00
DariusIII 49872346f2 CS code fixes by pint 2023-03-02 16:47:20 +01:00
DariusIII 4938a242da Update JSON output handling for API and RSS 2023-02-18 22:06:25 +01:00
DariusIII 544b851e38 Update API related and Releases classes 2023-02-07 22:49:18 +01:00
DariusIII 7d9f265c71 CS fixes 2023-01-22 20:46:48 +01:00
DariusIII 17a4183629 Move files into app/http namespace 2023-01-22 20:45:02 +01:00
DariusIII ab6ecaf502 CS fixes 2022-12-27 22:34:19 +01:00
DariusIII d5f69fe413 CS fixes 2022-12-27 22:33:01 +01:00
DariusIII e956a7f653 Stop adding audio language to release searchnames in API response 2022-12-27 22:30:20 +01:00
DariusIII 4d188afb52 Update controllers 2022-10-23 23:18:00 +02:00
DariusIII 8331d12531 Make sure id is integer. Closes #1251 2022-06-07 19:35:51 +02:00
DariusIII d98fe39888 Remove tt from imdbid in tv search. Should make Sonarr happy with results 2022-01-24 23:05:37 +01:00
DariusIII 277e77b378 Update API controller and functions 2022-01-12 12:30:25 +01:00
DariusIII c33db34c49 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-13 20:01:06 +00:00
DariusIII 2126220150 Fix reported api time format. Closes #1101 2020-04-20 15:26:50 +02: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 f128ef8d76 Update passworded releases handling. Closes #980 2019-10-29 23:35:28 +01:00
DariusIII 0fe0555bcd Replace ! $request->has with new $request->missing 2019-10-24 11:19:10 +02:00
DariusIII 96fe96ab5c Capabilities request will always return XML 2019-10-08 15:10:16 +02:00