Commit Graph

79 Commits

Author SHA1 Message Date
DariusIII 6a03c6b2ad Fix errors with some of files 2026-04-21 11:24:14 +02:00
DariusIII 1e8e607148 Make imdbid string everywhere 2026-04-09 17:16:17 +02:00
DariusIII 7809f54008 Update verification handling 2026-03-29 09:42:55 +02:00
DariusIII 1f031e1284 Update controllers and models 2026-03-26 22:54:34 +01:00
DariusIII 4bca02f103 Latest pint fixes 2026-03-11 10:11:30 +01:00
DariusIII d19beaea29 Fix error in showapierror 2026-03-03 10:25:59 +01:00
DariusIII 6fbcca5139 Fix N+1 query for zipped downloads 2026-02-27 12:29:19 +01:00
DariusIII 01a96bbc43 Declare strict types in classes 2026-02-26 14:26:07 +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 b73f683289 Manage exception with missing nzb 2026-01-28 10:54:53 +01:00
DariusIII 677ba50f93 Fix search and create nzb services 2025-12-26 10:25:34 +01:00
DariusIII 717a5d89f6 Move Utility and Country into services 2025-12-20 16:46:04 +01:00
DariusIII f3f3d14aa0 Fix an error 2025-11-06 12:27:31 +01:00
DariusIII 1882275fa4 Improve and optimize code 2025-11-06 11:40:42 +01:00
DariusIII 1c5d75f104 Fix multiple issues and enhance templates 2025-10-26 22:12:10 +01:00
DariusIII 10c78cf3cb Share data between views 2025-10-06 13:28:53 +02:00
DariusIII 870e629342 CS fixes 2025-10-03 16:43:08 +02:00
DariusIII 1a747afdd0 Start using blade and tailwindcss 2025-10-03 16:42:39 +02:00
DariusIII c10ea41aa0 Improve streamed download handling 2024-11-29 10:16:52 +01:00
DariusIII d446eafd11 Update getNzbController. Close #1651 2024-11-28 23:31:52 +01:00
DariusIII 5cbd95b2c0 Clean release name properly 2024-08-29 23:19:40 +02:00
DariusIII 9d3bdd1324 Code style fixes 2024-08-13 22:13:34 +02:00
DariusIII 628105d917 Fix a long standing bug with zipped downloads 2024-03-30 15:16:27 +01:00
DariusIII d25cc9456b CS fixes 2023-05-14 15:03:02 +02:00
DariusIII 24dfa6037c CS fixes 2023-05-14 14:53:59 +02:00
DariusIII 77f1381144 Return proper api errors 2023-05-14 14:52:26 +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
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 6eab198c1d Code style fixes 2022-10-23 23:24:49 +02:00
DariusIII 4d188afb52 Update controllers 2022-10-23 23:18:00 +02:00
Fossil 8be44c6704 Switch ZIP library to laravel-zipstream
PHP8 compatible. Will not store ZIP files on disk before sending them to the user but it will stream them on the fly.
2022-01-21 12:06:27 -05: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 4508abcd35 Update GetNZBController 2019-12-15 23:58:53 +01:00
DariusIII 5a8fff0020 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII 0fe0555bcd Replace ! $request->has with new $request->missing 2019-10-24 11:19:10 +02:00
DariusIII 74806b7983 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-06-03 12:13:07 +00:00
DariusIII a6009d39f7 Move getZipped function from Releases class to helpers file 2019-06-03 14:01:10 +02:00
DariusIII 96e088583a Update usage of $this->userdata in controllers 2019-04-11 12:39:50 +02: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 327b6be8b2 Remove requirement for userid when using RSS, API and APIv2, its useless as we already have the token 2018-12-12 20:26:38 +01:00
DariusIII c455f6072b Fix wrong link with bad data sent to failed releases controller in GetNzbController 2018-11-19 15:12:35 +01:00
DariusIII 24fe859b0b Update PHPDOC block return values in GetNzbController 2018-11-15 14:02:11 +01:00