Commit Graph

1548 Commits

Author SHA1 Message Date
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
DariusIII 47407ab912 Fix array access to igdb data as objects 2021-07-09 21:21:12 +02:00
DariusIII 57cf558c5e Update PPA 2021-05-31 20:44:51 +02:00
DariusIII f4a73cb615 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-03-07 22:10:16 +00:00
DariusIII 255a761c17 Fix couple of issues 2021-03-07 23:08:36 +01:00
DariusIII 11d665cb54 Increase message buffer size in forking class 2021-03-07 17:14:26 +01:00
DariusIII 593d3542fd Update Games class. Closes #1160 2021-02-26 10:23:51 +01:00
DariusIII c21efb24ba Fix usage of setAudioCodec in PostProcess class. Closes #1161 2021-02-26 10:16:04 +01:00
DariusIII 75960c8516 CS fixes 2021-01-17 22:51:06 +01:00
DariusIII e00f3a086c Update TMDB handling. Closes issue #1151 2021-01-17 22:49:31 +01:00
DariusIII 886435f388 Merge branch 'master' of https://github.com/NNTmux/newznab-tmux 2021-01-16 22:55:11 +01:00
DariusIII 455c2ee5f8 CS fixes 2021-01-16 21:59:43 +01:00
DariusIII 6fa4bbaa80 Update TMDB TV processing class 2021-01-16 21:58:04 +01:00
DariusIII 49b0e91d55 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-01-14 11:52:02 +00:00
DariusIII ffbc2532b3 CS fixes 2021-01-14 12:50:47 +01:00
DariusIII eb4db7030d Fix TMDB tv errors and update omdb api handling 2021-01-14 12:49:10 +01: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
Beshoy Girgis fbe44ae2e5 Merge branch 'master' into fix-groups-query 2021-01-02 21:14:58 -06:00
DariusIII b748fe7c09 Update XXX categorization 2021-01-02 20:00:41 +01:00
Beshoy Girgis 53f4f6f53b Merge branch 'master' into fix-groups-query 2020-12-31 12:52:01 -06:00
DariusIII 628d0b7d38 CS fixes 2020-12-06 18:43:27 +01:00
DariusIII 89c47e4da7 Update Movie class 2020-12-06 17:58:51 +01:00
DariusIII c46d19b048 Fix typo in column name 2020-12-05 17:22:28 +01:00
DariusIII c8961959cc CS fixes 2020-12-05 17:05:51 +01:00
DariusIII e35da67076 Update Forking and PPA classes 2020-12-05 17:02:52 +01:00
DariusIII 1914b04c46 Small fix 2020-12-04 23:19:19 +01:00
DariusIII 40a23ac4bf Passwordstatus should be integer not array 2020-12-04 23:11:46 +01:00
DariusIII 04cbf20cd7 Update PPA and Movie classes 2020-12-04 22:14:18 +01:00
Beshoy Girgis c2c304da0c Merge branch 'master' into fix-groups-query 2020-12-04 13:19:25 -06:00
Beshoy Girgis 8e2fe4f5a1 Fix usenet_groups query
The `$backfilldays` variable may either be an int or string depending
on the value of the selected option is in the tmux settings -> backfill
(third dropdown). If the selected option is "Safe Backfill day",
`$backfilldays` will be an int. If it's "Days per Group",
`$backfilldays` will be a string. With `%d`, the string value is
replaced with a 0, causing the result to always be an empty result set.
2020-12-04 11:56:56 +00:00
DariusIII 97667f6b73 CS fixes 2020-12-03 14:17:37 +01:00
DariusIII 1de73667b3 Use type properties 2020-12-03 13:49:32 +01:00
DariusIII 47ca914b11 Revert changes in queries 2020-12-03 10:27:06 +01:00
DariusIII 16d6541cbc Revert changes in Releases class 2020-12-03 01:20:10 +01:00
DariusIII f0c47fd028 Update Forking class 2020-12-02 22:24:01 +01:00
DariusIII 34be71a89c CS fixes 2020-12-02 22:00:05 +01:00
DariusIII b33f6694d6 Get some output from forked scripts 2020-12-02 21:58:11 +01:00
DariusIII bd80cba7a2 Revert to fromQuery in NameFixer class 2020-12-02 16:32:10 +01:00
DariusIII de88ee08a7 Use laravel count function 2020-12-02 15:03:29 +01:00
DariusIII d09b6311bf Fix omdb check. Closes #1142 2020-12-02 14:40:52 +01:00
DariusIII ba4c6b0686 Use fromRaw in place of fromQuery 2020-12-02 14:02:58 +01:00
DariusIII f35dab7896 More changes 2020-12-02 11:50:49 +01:00
DariusIII f3cde99e37 Rename $match and variations to $hit for PHP 8 compatibility 2020-12-02 10:55:09 +01:00
DariusIII 384b78432c Don't append TV WebDL category to tv search when webdl categorization is enabled on site 2020-11-21 20:12:17 +01:00
DariusIII bc3e437da4 Fix GiantBomb querying 2020-11-15 22:18:32 +01:00
DariusIII 88cc4d067c Code style fixes 2020-10-12 13:11:46 +02:00
DariusIII 4db533aca0 Update Forking to catch Serializible exceptions and move on 2020-10-12 10:52:26 +02:00
DariusIII eabe6b14c7 Remove aliases check from giantbomb 2020-10-04 15:26:07 +02:00
DariusIII 78a4da6861 Update dborsatto/php-giantbomb to latest version 2020-09-29 18:47:14 +02:00