Commit Graph

454 Commits

Author SHA1 Message Date
DariusIII e763d20899 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-03-05 12:21:53 +00:00
DariusIII 220a81f61c Fix reset_postprocessing.php script 2018-03-05 13:21:59 +01:00
DariusIII 39093befce Remove last of the python requirements 2018-03-05 10:13:17 +01:00
DariusIII d5e7ba4825 Upgrade nntmux configuration method 2018-03-03 20:47:49 +01:00
DariusIII 2eda56880b Update test_amazon_api script 2018-02-23 11:31:52 +01:00
DariusIII 46f7e4f526 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-23 09:51:46 +00:00
DariusIII d65b03f2d6 Fix reset_postprocessing.php message line endings on error/info 2018-02-23 10:51:39 +01:00
DariusIII cde12b186f Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-02-20 12:02:30 +01:00
DariusIII 7043052495 Fix get imdbid in getMovieCovers script 2018-02-20 12:02:06 +01:00
DariusIII 97f5895b4f Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-20 11:01:06 +00:00
DariusIII af4e0be7d9 Check for imdbid string lenghth in fetchTMDBProperties function 2018-02-20 12:00:48 +01:00
DariusIII 7cd6c38eed Remove unused variable $colors from run.php 2018-02-19 14:27:38 +01:00
DariusIII e6cec6cd1f Fix move_tmux_to_settings script after removal of Tmux model 2018-02-19 14:23:13 +01:00
DariusIII cad1b30b78 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-19 12:54:24 +00:00
DariusIII 1f4fe9d02b Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-02-19 13:54:02 +01:00
DariusIII b10836682e Remove defunct Tmux model 2018-02-19 13:52:46 +01:00
DariusIII 85727e9f01 Fix issues from previous commit 2018-02-19 13:49:08 +01:00
DariusIII a5a14127b0 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-19 11:49:37 +00:00
DariusIII 0120d57337 Merge tmux settings into settings table 2018-02-19 12:49:08 +01:00
DariusIII 48a42c8cd6 Update informational messages output 2018-02-14 23:32:13 +01:00
DariusIII 3fb10340d3 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-14 22:09:18 +00:00
DariusIII 314e601e44 Rename nntmux namespace and folder to Blacklight 2018-02-14 23:08:17 +01:00
DariusIII e3ba5d95a3 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-14 13:26:57 +00:00
DariusIII e33264963d More echoing fixes 2018-02-14 14:26:40 +01:00
DariusIII 05b0c894dd Fix echoing of cli messages (most of them) 2018-02-14 14:07:12 +01:00
DariusIII f9c077e0d8 Update echoing of informational messages in update_groups.php 2018-02-14 13:23:33 +01:00
DariusIII 1f8a21f8cd Update ColorCLI class 2018-02-14 13:10:48 +01:00
DariusIII c784d123e8 Remove release_search_data table migration as that table is not used anymore. Remove db conversion script. 2018-02-09 09:05:06 +01:00
DariusIII db5bbadb7b Remove unused $rtvalues variable 2018-02-08 14:50:53 +01:00
DariusIII ec29c8aa1c Fix populate_rt_indexes.php 2018-02-08 14:49:28 +01:00
DariusIII da39696509 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-08 11:35:30 +00:00
DariusIII 7c39e8bc34 Make sphinx only supported search engine 2018-02-08 12:34:18 +01:00
DariusIII b9a667e2b7 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-31 22:35:41 +00:00
DariusIII 888de1043a Various small changes to Models, RegisterController and update_groups.php 2018-01-31 23:35:19 +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 fa757dbc53 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-26 12:04:16 +00:00
DariusIII 43a9243dc1 Use artisan console to reset database, update reset_truncate script to use Eloquent and query builder 2018-01-26 13:03:39 +01:00
DariusIII 171d171add Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-24 14:20:02 +00:00
DariusIII d528b04b6a Update reset_truncate.php to be able to truncate tables (turn off foreign key checks) 2018-01-24 15:19:44 +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 2a3e151886 Remove options from Nfo class, adjust other files accordingly 2018-01-15 11:08:51 +01:00
DariusIII d07526e91c Change NZB class call options 2018-01-12 11:27:49 +01:00
DariusIII d0bf8370e8 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-12 08:35:17 +00:00
DariusIII f3fef64d7a Change how tmux sessions are checked, as count on non-countable array/object does not work in PHP7.2 2018-01-12 09:35:12 +01:00
DariusIII 1aae452c2a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-11 10:03:44 +00:00
DariusIII cdf881efde Remove nntmux/Category class and move its functions into Category model 2018-01-11 11:03:12 +01:00
DariusIII 9be1bf4e69 Remove nntmux/PreDb class and move its functions into Predb model 2018-01-05 13:11:56 +01:00
DariusIII 5173bc501e Update ConsoleTools class and related scripts 2018-01-05 12:57:07 +01:00