Commit Graph

76 Commits

Author SHA1 Message Date
DariusIII 08c1bbf4ee Update NameFixer updateRelease function 2018-11-01 13:06:59 +01:00
DariusIII 03d4d640d7 Try to fix some of the introduced errors 2018-11-01 13:02:37 +01:00
DariusIII 8211201599 Add first wave of Release tagging capabilities 2018-11-01 12:40:10 +01:00
DariusIII 55e7c39952 Update NameFixer updateRelease function to use already provided release to update and skip doing unnecessary queries 2018-10-31 23:30:31 +01:00
DariusIII 12ea3bb895 Refactor ColorCLI class 2018-10-31 10:10:17 +01:00
DariusIII 8624587f2f Apply fixes from StyleCI
[ci skip] [skip ci]
2018-10-30 10:14:18 +00:00
DariusIII 044ea13eff Update ColorCLI output, remove added newline string (\n) 2018-10-30 11:13:52 +01:00
DariusIII e8995dedd4 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-10-19 11:18:48 +00:00
DariusIII 1952083ad4 Fix invalid argument supplied for foreach error in matchPreDbFiles function 2018-10-19 13:18:14 +02:00
DariusIII 5c1becaf7f Apply fixes from StyleCI
[ci skip] [skip ci]
2018-10-19 09:31:28 +00:00
DariusIII bafe7c6b93 Use league/climate in ColorCLI class 2018-10-19 11:30:36 +02:00
DariusIII 78148e52f4 Check for empty filename before processing filename matching 2018-10-19 09:36:41 +02:00
DariusIII 3f4397ffce Increase matching percentage for matchPreDbFiles function 2018-10-19 09:19:11 +02:00
DariusIII 95376f8c32 Remove unused $this->pdo instances 2018-10-18 16:00:34 +02:00
DariusIII 6511d5d8e8 Try to further improve speed and RAM consumption of matchPreDbFiles function 2018-10-18 15:00:07 +02:00
DariusIII 1a07ea776b Further refine predb file matching by selecting only releases that have been not renamed 2018-10-18 12:06:55 +02:00
DariusIII af7895f31b Apply fixes from StyleCI
[ci skip] [skip ci]
2018-10-17 08:51:39 +00:00
DariusIII 41842d22a0 Update getPreFiles to search inside all of the other categories 2018-10-17 10:51:15 +02:00
DariusIII a5ccb564e4 Remove echoing the dot from matchPreDbFiles function 2018-10-17 10:41:26 +02:00
DariusIII 9572f11e68 Update getPreFiles function to search inside other misc and hashed categories 2018-10-17 10:36:58 +02:00
DariusIII 000dfd9611 Add echo to matchPreDbFiles function so we know it is moving 2018-10-16 23:21:44 +02:00
DariusIII 6bcc61231b Remove string type declaration from $fileName variable of preMatch function 2018-10-16 15:55:12 +02:00
DariusIII 08ba0c00a3 Fix preMatch function return values 2018-10-16 15:26:32 +02:00
DariusIII 8824f1f886 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-10-16 12:19:06 +00:00
DariusIII e7caa8c2bc Update NameFixer and Utility classes 2018-10-16 14:18:47 +02:00
DariusIII fd345d1690 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-10-15 23:04:45 +02:00
DariusIII 6236243f6f Fix query in matchpredbFT function 2018-10-15 23:04:31 +02:00
DariusIII 5c20751429 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-10-15 20:46:28 +00:00
DariusIII 6777f70409 Tremenduosly improve speed of matchPreDbFiles function by using laravel/scout full text matching 2018-10-15 22:46:01 +02:00
DariusIII 2e66465ffb Make $show variable in matchPreDbFiles function a boolean 2018-10-15 15:25:00 +02:00
DariusIII 05329c5db2 Slightly improve matchPredbFiles speed 2018-10-15 15:10:07 +02:00
DariusIII 063bbaa28d Use raw query in matchPredbFiles query 2018-10-15 12:42:01 +02:00
DariusIII 69618bd661 Simplify matchPredbFiles function query 2018-10-15 11:09:04 +02:00
DariusIII d744b244a5 Fix badly formatted query in uidCheck function 2018-10-15 09:42:20 +02:00
DariusIII 4bb5caf972 Display complete time string for getPreFileNames function 2018-10-15 09:22:40 +02:00
DariusIII d159ae754a Fix use of empty release uniqueid in matching that causes errors 2018-10-15 09:13:23 +02:00
DariusIII 80fa297e3e Fix another query escapeString usage 2018-10-12 13:10:29 +02:00
DariusIII 68da7d31ee Fix hashCheck query 2018-10-12 13:02:48 +02:00
DariusIII 609a46bc95 Fix some of the queries that use escapeString 2018-10-12 12:36:33 +02:00
DariusIII 3c20dd8437 Add escapeString helper function 2018-10-12 10:56:17 +02:00
DariusIII 3a41e75e1e Update some of the regexes in Categorize and NameFixer classes 2018-09-14 15:06:21 +02:00
DariusIII eaea6e3f27 Update time handling in ReleaseRemover and NameFixer classes 2018-09-12 10:55:23 +02:00
DariusIII ab39a71222 Update some of the regexes in NameFixer to prevent bypassing of file extensions (ie. file.jpg.php) 2018-09-12 10:31:15 +02:00
DariusIII 0eeba5532d Apply fixes from StyleCI
[ci skip] [skip ci]
2018-08-15 13:30:47 +00:00
DariusIII dc5f458005 Optimize imports in Blacklight namespace 2018-08-15 15:29:14 +02:00
DariusIII e9d9805928 Recreate release_unique table, alter classes for new table 2018-08-14 23:41:23 +02:00
DariusIII 208b4c2ec9 Use less greedy parts of regexes and fix PHPDOC blocks for $release variable in functions in NameFixer class 2018-08-10 09:40:55 +02:00
DariusIII b7daf85399 Update PHPDOC blocks defined return types where bool was declared and only false was returned 2018-08-03 14:41:10 +02:00
DariusIII 0bd73beb5c Fix couple of errors in NameFixer class 2018-07-10 12:46:09 +02:00
DariusIII 9bff61bdec Apply fixes from StyleCI
[ci skip] [skip ci]
2018-07-03 13:53:53 +00:00