Commit Graph

172 Commits

Author SHA1 Message Date
DariusIII 255a761c17 Fix couple of issues 2021-03-07 23:08:36 +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 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 bb14ec4f60 Add check if $taggedRelease is null 2020-04-29 09:41:54 +02:00
DariusIII 5b75504ccd Use empty string for no value for updateRelease function in NameFixer. Closes #1105 2020-04-28 11:42:12 +02:00
DariusIII f07092b27a Update ES predb searches 2020-04-16 14:51:57 +02: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 1c59fb1c8e Improve ES search 2020-01-09 23:05:04 +01:00
DariusIII 31d254a937 Rollback changes to ES search 2020-01-09 21:23:13 +01:00
DariusIII 71b9269019 Add dotless searchname field to ES searches 2020-01-09 16:44:20 +01:00
DariusIII 1d96451762 Remove dot and hyphens from searchnames when inserting into ES index 2020-01-09 15:45:47 +01:00
DariusIII 075c69678b Use doc_as_upsert directive for ES index updates 2020-01-09 11:29:45 +01:00
DariusIII 25c23ec8f8 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-09 01:38:39 +00:00
DariusIII 6e367b20b1 Add try catch block to NameFixer ES search 2020-01-09 02:38:04 +01:00
DariusIII c9cbbc50d5 Change filename only for ES 2020-01-09 01:19:10 +01:00
DariusIII 8492e046b5 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2020-01-09 00:08:31 +01:00
DariusIII 555afb5160 Move escapeString out of the ES query body 2020-01-09 00:08:00 +01:00
DariusIII 004d5af959 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-08 22:33:28 +00:00
DariusIII 8cc9c3f891 Escape special characters in ES search in NameFixer class 2020-01-08 23:32:52 +01:00
DariusIII 6be53848bf Try to prevent ES search errors in NameFixer 2020-01-08 22:53:00 +01:00
DariusIII 0b2d21cd80 Use simple_query_string in NameFixer 2020-01-08 22:37:09 +01:00
DariusIII 1438cf6679 Update type of queries used for ES searches 2020-01-08 21:55:52 +01:00
DariusIII 9013bb5f05 Remove index type definition from ES 2020-01-08 13:18:28 +01:00
DariusIII b7cd406ab1 Use \Elasticsearch 2020-01-03 03:18:00 +01:00
DariusIII ba468ba64d Update ES support 2020-01-02 21:28:41 +01:00
DariusIII ad1a6673f5 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-01 23:03:32 +00:00
DariusIII 27c8001435 Add ElasticSearch support 2020-01-02 00:02:45 +01:00
DariusIII 5a8fff0020 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII 86632a9377 Update echoChangeReleaseName function 2019-08-15 12:08:53 +02:00
DariusIII 2f0142e2bf ConsoleTools now extends ColorCLI class 2019-04-15 12:28:34 +02:00
DariusIII e163244d9e Change regexes in categorize class 2019-03-28 21:02:10 +01:00
DariusIII 7e6a00cef7 Update regexes in Namefixer class 2019-03-04 15:21:54 +01:00
DariusIII 7a92ed653d Escape hyphen in regexes to match pcre2 requirements 2019-02-27 22:52:09 +01:00
DariusIII ff22a0cb40 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-20 08:07:21 +00:00
DariusIII e9e546f41c Add missing import of ColorCLI class. Fixes issue #897 2019-02-20 09:07:03 +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
DariusIII 2f2a0d92e3 Update code style of NameFixer class 2019-02-08 12:42:50 +01:00
DariusIII 87c6e5d64f Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-03 20:01:19 +00:00
DariusIII 50ff1b6181 Update code style of various files 2019-02-03 20:58:51 +01:00
DariusIII bab65321a9 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-31 19:18:57 +00:00
DariusIII 552a096d9a Update and fix code with php-cs-fixer 2019-01-31 20:17:57 +01:00
DariusIII ed487c1299 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-29 12:51:58 +00:00
DariusIII 08b8edbe2d Replace usage of array_ helper with Arr class directly to prepare for Laravel 5.8 changes 2019-01-29 13:52:01 +01:00
DariusIII d1b3a81dd5 Update NameFixer matchPredbFT function 2019-01-23 14:43:55 +01:00
DariusIII 44882e5728 Fix issues reported by scrutinizer (strings where arrays are expected and vice versa) 2019-01-21 11:43:52 +01:00