Commit Graph

422 Commits

Author SHA1 Message Date
DariusIII de005d3e7e Update nzb and nfo import 2026-07-14 20:18:04 +02:00
DariusIII 5ee33502b1 Update nzb creation 2026-07-13 16:51:10 +02:00
DariusIII 67be01c5ad Update health check 2026-07-10 16:30:46 +02:00
DariusIII bb2658c48f Fix update command 2026-06-24 20:33:02 +02:00
DariusIII 5f5ce7b4b1 Add missing files 2026-06-22 21:24:58 +02:00
DariusIII 74d874c17b Update manticoresearch support for latest version changes 2026-06-22 21:12:38 +02:00
DariusIII 995c215be9 CS fixes 2026-06-17 12:31:33 +02:00
DariusIII 580f5a1589 Fix issues in GDPR support 2026-06-17 12:26:04 +02:00
Kcchouette 062548f57a refactor: replace strpos with PHP 8.x string functions
- IRCClient: strpos(..., 'PONG') !== 0 → ! str_starts_with(...)
- IGDBService: strpos(, '//') === 0 → str_starts_with(...)
- Settings: strpos(, '.') !== false → str_contains(...)
- NntmuxCheckIndex: 3x strpos → str_contains

strpos with offset (YencService, MovieService, ReleaseRemoverService)
is left untouched as it is a legitimate use case.
2026-06-13 18:12:22 +02:00
DariusIII d970bbffc6 Improve security 2026-06-12 10:11:15 +02:00
DariusIII a0e78e7385 Fix phpstan discovered issues 2026-05-30 23:31:00 +02:00
DariusIII f62336305a Use proper multiprocessing 2026-05-15 14:33:41 +02:00
DariusIII c2b00752d7 Fix bad column definition 2026-05-14 10:57:50 +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 b9dd3d4dac Update search reconciliation 2026-05-13 13:43:58 +02:00
DariusIII 282070a2af Update search and indexing 2026-05-13 08:51:11 +02:00
DariusIII ac1ac603cb Update emails 2026-05-07 14:03:21 +02:00
DariusIII 9e86f97824 CS fixes 2026-04-27 17:01:10 +02:00
DariusIII b1a6541033 Update admin dashboard 2026-04-27 17:00:41 +02:00
DariusIII b20e01a009 Update book processing further 2026-04-23 17:01:28 +02:00
DariusIII c0c253df0d Update fix-nzbsplit command 2026-04-23 09:55:37 +02:00
DariusIII 44e9f63b68 Improve categorization 2026-04-22 21:26:09 +02:00
DariusIII f2c06224ee Update additional postprocessing code 2026-04-21 15:03:05 +02:00
DariusIII 6a03c6b2ad Fix errors with some of files 2026-04-21 11:24:14 +02:00
DariusIII e89d719534 Track more statuses and add redis fallback 2026-04-13 12:37:32 +02:00
DariusIII bdbd1cbb9a Update search indexes and queries usage 2026-04-11 11:36:58 +02:00
DariusIII a7eeeac549 Improve release indexng on release update 2026-04-10 15:20:12 +02:00
DariusIII ed6020caa8 Add newe indexes, improve old ones and use them where possible 2026-04-10 14:32:10 +02:00
DariusIII 1e8e607148 Make imdbid string everywhere 2026-04-09 17:16:17 +02:00
DariusIII bc282efae1 Update movie scraping noiw that imdb blocks it 2026-04-02 10:39:59 +02:00
DariusIII f851fec201 Add site status page 2026-04-01 12:54:16 +02:00
DariusIII 9c0bf4a3b7 Add cloudflare ip refresh 2026-03-30 16:20:52 +02:00
DariusIII c9a9dacf6e Update elasticsearch-php package to version 8 2026-03-27 14:14:22 +01:00
DariusIII 1f031e1284 Update controllers and models 2026-03-26 22:54:34 +01:00
DariusIII 986d12ec49 CS fixes 2026-03-11 12:20:02 +01:00
DariusIII 345c50cb59 Clear route cache on update 2026-03-11 12:19:46 +01:00
DariusIII e9414a61e6 Update open registrations management 2026-03-11 11:51:59 +01:00
DariusIII 4bca02f103 Latest pint fixes 2026-03-11 10:11:30 +01:00
DariusIII 7545204356 Cast source to int 2026-02-26 16:06:28 +01:00
DariusIII 01a96bbc43 Declare strict types in classes 2026-02-26 14:26:07 +01:00
DariusIII ec98395cde Small opcode optimizations 2026-02-24 16:40:26 +01:00
DariusIII ce10c0b7be Remove XXX covers processing and related code 2026-02-13 15:27:28 +01:00
DariusIII f4c444c9b0 Update phpstan level to 6 2026-02-11 14:02:26 +01:00
DariusIII cc0d7fca87 Remove ishashed and dehashstatus columns 2026-02-11 12:40:10 +01:00
DariusIII c5e55dd562 Fix phpstan reported errors 2026-02-10 16:16:29 +01:00
DariusIII e5cf4b737c Always install npm packages 2026-02-09 09:40:21 +01:00
DariusIII d0aa6f23ab Update code for php 8.5 compatibility 2026-01-22 12:44:59 +01:00
DariusIII e71c255e60 Improve install process, add database selection 2026-01-14 15:20:37 +01:00
DariusIII ef3c3cfafa Fetch samples for newest releases first 2026-01-09 13:52:27 +01:00