Commit Graph

99 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 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 e6cec6cd1f Fix move_tmux_to_settings script after removal of Tmux model 2018-02-19 14:23:13 +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 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 05b0c894dd Fix echoing of cli messages (most of them) 2018-02-14 14:07:12 +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 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 d07526e91c Change NZB class call options 2018-01-12 11:27:49 +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 5173bc501e Update ConsoleTools class and related scripts 2018-01-05 12:57:07 +01:00
DariusIII 1890536174 Remove unused scripts from misc/testing folder. 2017-12-22 13:59:36 +01:00
DariusIII 5495d29fea Update call to ReleaseImage, remove $(this->)pdo from it 2017-12-15 11:20:20 +01:00
DariusIII df7d3305e7 Remove bootstrap.php 2017-11-24 15:39:33 +01:00
DariusIII f46d3518ba se bootstrap/autoload.php instead the bootstrap.php in root of install 2017-11-24 15:38:28 +01:00
DariusIII e4ea548ea0 Update call for Users class 2017-11-22 13:44:09 +01:00
DariusIII 591d56e0d7 Fix resetdb script 2017-10-11 11:48:19 +02:00
DariusIII b925d08f8b Fix typo in resetdb.php 2017-10-11 11:28:50 +02:00
DariusIII a369ef7dfb Update DB class 2017-09-04 14:33:36 +02:00
DariusIII 65a1e5ff07 Rename Models/Settings value function into settingValue to prevent collision with query builder value response 2017-09-01 10:49:35 +02:00
DariusIII 24fa162413 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-08-31 09:31:28 +00:00
DariusIII 50518961b0 Update reset_postprocessing script 2017-07-20 15:16:41 +02:00
DariusIII c5280c26f0 Fix editing of MGR posters 2017-07-17 13:23:45 +02:00
DariusIII 6dc54ff6aa Replace app with App in classes used 2017-07-16 23:21:21 +02:00
DariusIII 9af3abdc46 Use laravel helpers file and replace getenv with env function 2017-06-07 22:57:00 +02:00
DariusIII bfeea3c0e7 Fix getenv string call 2017-04-24 23:48:13 +02:00
DariusIII b782fa3e3e First batch of chenges from config.php to .env 2017-04-24 15:41:10 +02:00
DariusIII 06c5cb95df Change path handling in scripts 2017-04-04 15:03:47 +02:00
DariusIII 9179be65cc Update the change_USP_provider script once more 2017-03-16 15:59:39 +01:00
DariusIII 557a68e6e0 Update change_USP_provider script 2017-03-16 15:49:25 +01:00
DariusIII 65da50738a Remove tpg checks from some more files 2017-02-27 10:30:35 +01:00
DariusIII f3ba8e3ede Apply changes from dev to new dev-refactor-tpg branch 2017-02-24 15:31:20 +01:00
DariusIII 1024d61227 Revert all changes related to TPG 2017-02-24 15:26:47 +01:00
DariusIII 6d9838170f Update reset_truncate, Backfill and NZB with mandatory tpg 2017-02-24 11:47:46 +01:00
DariusIII 4a1e1ec459 Fiy typo 2017-01-31 22:49:13 +01:00
DariusIII 07cea2347e Revert reset_truncate.php to older was of doing things 2017-01-31 22:37:03 +01:00
DariusIII 7f62d84891 Fix typos in reset_truncate script 2017-01-29 22:56:18 +01:00
DariusIII 8689b07be6 Add loop_cbpm for truncating binaries, collections, missed_parts and parts tables 2017-01-24 14:01:08 +01:00
DariusIII 2414c2295a Update resetdb script 2017-01-24 13:58:47 +01:00
DariusIII 64b6ce727a Update resetdb with new tables 2017-01-24 13:46:15 +01:00
DariusIII b279120395 Merge branch 'dev' into dev-release_groups 2017-01-24 13:44:35 +01:00