Commit Graph

1524 Commits

Author SHA1 Message Date
DariusIII 75bae1e930 Update ProcessReleasesMultiGroup class 2018-02-06 15:51:32 +01:00
DariusIII e2de07d3b6 Update SphinxSearch class 2018-02-06 15:50:20 +01:00
DariusIII 73b4ca4ed9 Replace insertGetId method with Model::create 2018-02-02 13:42:41 +01:00
DariusIII 3ccdbc7e6c Replace all of getById functions with Model::find 2018-02-02 11:36:13 +01:00
DariusIII 73432fe3d9 Use replace getById user lookup with User model find built in function(does the same thing as custom function) 2018-02-02 10:29:40 +01:00
DariusIII 05f3b1314c Fix count of regexes for pager in Regexes class 2018-01-31 13:51:02 +01:00
DariusIII 31a1d4f1a7 Use Carbon in SABnzbd class in set and unset cookies 2018-01-30 15:45:41 +01:00
DariusIII e696939752 Update ReleaseSearch class 2018-01-30 15:30:02 +01:00
DariusIII dd6c601af2 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-30 12:33:10 +00:00
DariusIII c7004cf525 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-01-30 13:32:47 +01:00
DariusIII 3116fa79c8 Update Tmux and TmuxOutput classes 2018-01-30 13:32:34 +01:00
DariusIII 506cf37b56 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-30 12:02:27 +00:00
DariusIII a5ede60117 Fix missing use statement for Category model in AniDB class 2018-01-30 13:02:05 +01:00
DariusIII c8e74112cf Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-29 12:18:52 +00:00
DariusIII 603c22d62c Remove partitioning from releases table, add foreign keys to related tables 2018-01-29 13:17:35 +01:00
DariusIII 54424b71cb Check for null release date in games 2018-01-29 09:59:29 +01:00
DariusIII eec9796e31 Fix adding of new cbpr after the latest changes 2018-01-29 09:44:49 +01:00
DariusIII 59a9c81510 Make PHP7.2 lowest supported version, use sodium for bin2hex and hex2bin operations 2018-01-28 23:21:13 +01:00
DariusIII 2919343a7a Covert Carbon object to date time string 2018-01-28 15:12:37 +01:00
DariusIII 6e6c33c841 Replace time() with Carbon to prevent time conversion from unixtime 2018-01-28 15:11:25 +01:00
DariusIII a94d8d36b7 Replace openssl_random_pseudo_bytes with random_bytes 2018-01-28 15:02:29 +01:00
DariusIII 4b3309b99d Try to prevent Carbon date errors when postdate is, for some weird reason, null 2018-01-26 15:18:19 +01:00
DariusIII 97d4248f9d Fix wrong function call when adding groups in ProcessReleases class 2018-01-24 15:18:23 +01:00
DariusIII fb57be3589 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-24 09:35:14 +00:00
DariusIII e81d7cc179 Update DbUpdate class, remove unused code and optimize some of the functions used 2018-01-24 10:34:57 +01:00
DariusIII 2b2cb4a462 Update migrations and User model 2018-01-22 12:36:51 +01:00
DariusIII 65b08d9243 Update SmartyUtils class 2018-01-17 14:45:48 +01:00
DariusIII 5e227a5f65 Update Country class 2018-01-17 13:53:57 +01:00
DariusIII 87360c1dc2 Remove countries table as we will use new package with migration and seeding to populate it 2018-01-17 13:48:26 +01:00
DariusIII 3240053e6d Update Country.php 2018-01-17 13:19:47 +01:00
DariusIII d05dc39376 Remove $maxage parameter as it is not used in Books class 2018-01-17 12:14:24 +01:00
DariusIII 864748d99e Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-16 14:53:33 +00:00
DariusIII 4fb899f15a Add check for openssl_pseudo_bytes IV generation 2018-01-16 15:53:19 +01:00
DariusIII 8f42c3e1df try to fix whereIn function call in prcessBookReleases function 2018-01-16 14:40:20 +01:00
DariusIII 6adc491b11 Fix call to groups in Postprocess class 2018-01-16 14:37:21 +01:00
DariusIII dcfb090053 Fix getCBPTableNames function calls 2018-01-16 14:23:19 +01:00
DariusIII 542dc6d225 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-01-16 14:11:06 +01:00
DariusIII fc15108270 Fix call to Releases 2018-01-16 14:10:55 +01:00
DariusIII 5a9632dde1 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-16 13:05:52 +00:00
DariusIII 414ff9db4c Use Group model and remove nntmux\Groups class 2018-01-16 14:05:24 +01:00
DariusIII 623da11eb9 Update Books class processBookReleases function 2018-01-16 12:49:20 +01:00
DariusIII 56bae4faea Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-15 13:52:19 +00:00
DariusIII 5d6f45563b Revert Forking class to older version of nfo processing 2018-01-15 14:51:50 +01:00
DariusIII 26d62e20af Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-01-15 14:51:02 +01:00
DariusIII 57cc8cddea Revert Forking class nfo processing to older version 2018-01-15 14:46:44 +01:00
DariusIII f329ec032c Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-15 12:18:11 +00:00
DariusIII f5fcebd557 Update Nfo processing 2018-01-15 13:17:52 +01:00
DariusIII b40c4045d1 Update Nfo class once more 2018-01-15 13:07:13 +01:00
DariusIII e542b2ff0f Update maxSize and minSize parameters handling 2018-01-15 12:07:25 +01:00
DariusIII 0d5addcb3f Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-01-15 11:56:33 +01:00