Commit Graph

134 Commits

Author SHA1 Message Date
DariusIII 52b29f415a CS fixes 2025-09-25 17:01:45 +02:00
DariusIII dfb1cab7a1 Improve binaries handling 2025-09-25 17:01:21 +02:00
DariusIII a7bbdd4706 Update binaries handling 2025-09-19 10:03:31 +02:00
DariusIII 4fce4904a1 Improve binaries and extract xref and blacklist services 2025-08-13 11:55:15 +02:00
DariusIII 65d7003fa6 Update missed Settings model usage 2024-11-03 09:29:39 +01:00
DariusIII f21e6e8845 Simplify setting names and check 2024-10-28 12:14:32 +01:00
DariusIII 05ebaf4442 Use config where possible 2024-10-28 11:29:09 +01:00
DariusIII 9d3bdd1324 Code style fixes 2024-08-13 22:13:34 +02:00
DariusIII dc24705ee2 Update createFromTimestamp usage 2024-06-05 19:09:23 +02:00
DariusIII 77ee96bb9d Update to carbon 3 2024-04-26 22:40:03 +02:00
DariusIII 9a8e58482f Update packages 2023-12-28 20:57:39 +01:00
DariusIII 35350e9b68 CS fixes 2023-12-12 21:44:32 +01:00
DariusIII b450e0319d Update headers handling 2023-11-15 20:04:16 +01:00
DariusIII 32622d73e9 CS fixes 2023-11-12 10:15:06 +01:00
DariusIII 9a6d808f23 Adjust checks 2023-11-12 09:33:22 +01:00
DariusIII a14cf0a922 CS fixes 2023-05-23 23:30:33 +02:00
DariusIII 6bfdfae8f6 Remove default array definitions from class constructors 2023-04-14 23:50:14 +02:00
DariusIII b999d41a6d Update utf8 encoding 2023-04-04 14:16:22 +02:00
DariusIII 3323df1efa Update for PHP8.2 2023-04-04 13:55:10 +02:00
DariusIII c14af333f7 Remove _rollbackAddToPartRepair unused function 2023-03-07 11:13:51 +01:00
DariusIII 1370181927 Remove _ignoreFileCount function 2023-03-07 10:53:30 +01:00
DariusIII ce00652a0f Revert Binaries 2023-03-07 10:47:25 +01:00
DariusIII bcca1e2be0 Add back transactions 2023-03-06 23:13:15 +01:00
DariusIII 7939663d48 Use query builder 2023-03-03 23:09:25 +01:00
DariusIII 49872346f2 CS code fixes by pint 2023-03-02 16:47:20 +01:00
DariusIII bc03be8508 Update packages to their latest versions 2022-04-19 21:57:31 +02:00
DariusIII 975d9327ee Revert a change where wrong type name was used for scan function partrepair. Addresses same issue as #1225 2022-02-03 22:14:10 +01:00
DariusIII 20ac1b6f15 Fix accessing timeCleaning property before initialization error 2022-01-19 22:14:06 +01:00
DariusIII fe5be96300 Merge branch 'master' of https://github.com/NNTmux/newznab-tmux 2022-01-19 21:43:32 +01:00
DariusIII 3d94c7c480 Php-cs-fixer fixes 2022-01-19 21:40:29 +01:00
DariusIII 3c94ae7b15 Fix error in fixReleaseNames script and remove debugging code from Binaries class 2022-01-19 21:38:55 +01:00
StyleCI Bot 2b94416351 Apply fixes from StyleCI
[ci skip] [skip ci]
2022-01-19 20:31:04 +00:00
DariusIII 9864fc8217 Fix couple of issues introduced with switch to PHP 8.1 2022-01-19 21:26:24 +01:00
StyleCI Bot e34df82887 Apply fixes from StyleCI
[ci skip] [skip ci]
2022-01-17 12:29:04 +00:00
DariusIII bd21a0eb89 Style fixes 2022-01-17 13:28:04 +01:00
DariusIII 0354acbb32 Declare return types of functions, add declarations of used variables 2022-01-17 13:26:07 +01:00
DariusIII c33db34c49 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-13 20:01:06 +00:00
DariusIII d9691d3ee7 Headers are an array 2021-07-30 09:02:06 +02:00
DariusIII ffdf80f98c Fix issue #1166 by user @egyptianbman. Closes #1166 2021-07-29 09:08:12 +02:00
Beshoy Girgis 043f9e9248 Escape Message-ID during update binaries
I ran misc/update/update_binaries.php manually because I noticed a lot
of missing parts that weren't going away and noticed sql errors on the
INSERT IGNORE. It turns out that some of the message IDs had single
quotes in them that inhibited the query from executing properly.

An example I found is: 200420092300004385%But-i-really@dont'care.com
(oddly enough, the single quote isn't in the word don't, but after...)

semi-sanitizing the data through the `addslashes` function takes care of
the problem -- I'm not aware if there's a more elegant method of
sanitizing that is available. Please let me know if there is and I'll
update.
2021-01-11 11:42:56 -06:00
DariusIII f3cde99e37 Rename $match and variations to $hit for PHP 8 compatibility 2020-12-02 10:55:09 +01: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 5a8fff0020 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII e70558f1a5 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-06 09:22:50 +00:00
DariusIII 47c1583992 Update switch.php and ProcessReleases, remove processing of releases and collectgions per group 2019-03-06 10:22:34 +01:00
DariusIII 7e56928831 Do some small code simplification 2019-02-20 12:58:00 +01:00
DariusIII 7396a479c0 Fix missing number on group processing time message 2019-02-19 22:02:04 +01:00
DariusIII 623edaaedb Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-19 14:56:46 +00:00
DariusIII 40e7233727 Rename groups table to usenet_groups as groups is a reserved word in mysql now 2019-02-19 15:54:32 +01:00