DariusIII
cfa46e477b
Add missing test
2026-06-24 16:56:10 +02:00
DariusIII
8d1d238f5f
Update Trakt support
2026-06-19 23:22:16 +02:00
DariusIII
2f96d921df
Fix RSS health check
2026-06-17 13:34:13 +02:00
Kcchouette
e5df723720
fix: correct reversed stripos/strpos arguments in ConsoleService
...
Fix 5 instances of stripos('literal', ) where arguments were
reversed, causing the needle to be searched inside a short literal
instead of the literal inside the variable:
- Line 599: stripos('dlc', ) → stripos(, 'dlc') — DLC
branch was never entered for real game titles
- Line 601: stripos('Rock Band Network', ) → stripos(, ...)
— Rock Band check was dead code inside the dead DLC branch
- Line 603: strpos('-', ) → str_contains(, '-') — DLC
hyphen splitting never triggered
- Line 622: stripos('PSX2PSP', ) → stripos(, ...)
— worked by accident (PSX is prefix of PSX2PSP)
- Line 626: stripos('XBLA', ) + stripos('dlc', ) →
stripos(, ...) + stripos(, ...)
Also adds ConsoleServiceDlcParsingTest (9 tests) covering DLC title
parsing, Rock Band Network handling, hyphen splitting, and XBLA
platform upgrade.
2026-06-13 21:05:15 +02:00
DariusIII
a0e78e7385
Fix phpstan discovered issues
2026-05-30 23:31:00 +02:00
DariusIII
6e5940cd81
Add xml helper
2026-05-29 22:52:36 +02:00
DariusIII
ed806d27b5
Improve XXX VR categorization
2026-05-21 13:07:34 +02:00
DariusIII
bd9aa517d3
Fix bulk insert issue
2026-05-14 11:39:21 +02:00
DariusIII
4b04ac9625
Show unprocessed releases in search
2026-05-14 10:30:35 +02:00
DariusIII
088863f6e0
Fix the manticore limit
2026-05-13 13:58:18 +02:00
DariusIII
5e74a4d769
CS fixes
2026-05-12 15:41:30 +02:00
DariusIII
4d91912342
Update anime releases categorization
2026-05-12 15:41:02 +02:00
DariusIII
0723dfa3d9
Fix naming on import
2026-05-12 15:38:01 +02:00
DariusIII
1b9d8803d5
CS fixes
2026-04-28 12:18:27 +02:00
DariusIII
fe50781a8e
Update DTOs and add spatie/laravel-data package to manage them
2026-04-28 12:17:24 +02:00
DariusIII
477364d40b
Fix gzopen and user creation issues
2026-04-26 11:38:57 +02:00
DariusIII
b20e01a009
Update book processing further
2026-04-23 17:01:28 +02:00
DariusIII
891d5f6865
Update books handling
2026-04-23 14:51:59 +02:00
DariusIII
d8b19cb346
Further improve returned search results
2026-04-23 13:53:00 +02:00
DariusIII
e18d92fe79
Improve searches
2026-04-22 23:39:48 +02:00
DariusIII
44e9f63b68
Improve categorization
2026-04-22 21:26:09 +02:00
DariusIII
bbc54feaf2
Update other categorization
2026-04-21 22:13:34 +02:00
DariusIII
bd7f540c23
Update categorization
2026-04-21 17:35:52 +02:00
DariusIII
f2c06224ee
Update additional postprocessing code
2026-04-21 15:03:05 +02:00
DariusIII
0891e1f00c
Update nzb import
2026-04-21 13:18:34 +02:00
DariusIII
6a03c6b2ad
Fix errors with some of files
2026-04-21 11:24:14 +02:00
DariusIII
b5e832558d
Update result sorting
2026-04-17 11:31:40 +02:00
DariusIII
743facbde6
Update website search
2026-04-17 11:09:47 +02:00
DariusIII
43097f8cff
Harden book categorization
2026-04-14 16:52:55 +02:00
DariusIII
4bffb7d626
Update book processing
2026-04-14 16:39:18 +02:00
DariusIII
99fb50adde
Improve book matching
2026-04-14 16:35:33 +02:00
DariusIII
49ca479083
Update book processing and matching
2026-04-14 15:14:27 +02:00
DariusIII
43773a0cda
Add support for ISBNDB API queries
2026-04-14 14:51:20 +02:00
DariusIII
12daa96d14
Fix bad predb match logic
2026-04-14 11:31:49 +02:00
DariusIII
e89d719534
Track more statuses and add redis fallback
2026-04-13 12:37:32 +02:00
DariusIII
72a6140151
Fix query error when imdbid is empty
2026-04-11 22:22:25 +02:00
DariusIII
c6d3070d95
Delete TmuxTest
2026-04-10 13:26:46 +02:00
DariusIII
d214625ac1
Fix movie postprocessing
2026-04-10 11:17:53 +02:00
DariusIII
1e8e607148
Make imdbid string everywhere
2026-04-09 17:16:17 +02:00
DariusIII
b22a6babfb
Fix imdbid checks for trailers
2026-04-04 15:05:42 +02:00
DariusIII
58cd100fa9
Fix similar_text string issue
2026-04-02 12:26:27 +02:00
DariusIII
1f6c42f007
Add new imdb data source as fallback
2026-04-02 11:40:00 +02:00
DariusIII
bc282efae1
Update movie scraping noiw that imdb blocks it
2026-04-02 10:39:59 +02:00
DariusIII
9c0bf4a3b7
Add cloudflare ip refresh
2026-03-30 16:20:52 +02:00
DariusIII
d42fd1eaba
Some more fixes to forum handling
2026-03-27 14:56:27 +01:00
DariusIII
e2319de55b
Fix forum category views
2026-03-27 14:39:27 +01:00
DariusIII
c9a9dacf6e
Update elasticsearch-php package to version 8
2026-03-27 14:14:22 +01:00
DariusIII
0ea9125286
Fix deprecations
2026-03-26 11:43:32 +01:00
DariusIII
6aee2ef718
Laravel 13 support
2026-03-26 10:48:12 +01:00
DariusIII
745d9dab7d
Update used packages to their latest versions
2026-03-17 16:12:40 +01:00