Commit Graph

134 Commits

Author SHA1 Message Date
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 5a8fff0020 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII e94ab1822f Use the new insertOrIgnore function in place of insertIgnore from yadakhov/InsertOnDuplicateKey library 2019-08-21 10:04:04 +02:00
DariusIII d16983270c Update mark_as_passworded.php 2019-08-16 14:20:24 +02:00
DariusIII e43cdf0e70 Update code style 2019-08-16 13:50:32 +02:00
DariusIII 311e787384 Add misc/testing/DB/mark_as_passworded.php script 2019-08-16 13:50:08 +02:00
DariusIII 897647d04a Add artisan commands to update expired roles and delete unverified users 2019-06-30 23:03:52 +02:00
DariusIII 85b7a993ec Update misc/testing/DB/change_imdb_column.php script 2019-04-08 11:04:13 +02:00
DariusIII d5be3b2e45 Remove padding of imdbid as column is now varchar and stores imdbid properly 2019-04-06 11:19:05 +02:00
DariusIII 008d03d1a8 Add migrations and update themes for new imdbid length 2019-04-04 15:33:15 +02:00
DariusIII 85552b4384 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-23 21:36:14 +00:00
Sweepr 4ff7454dab Update reset_postprocessing.php 2019-02-23 13:40:03 +01:00
Sweepr 230119ece5 Fix missing .PHP_EOL's and removing unneeded "/n" in reset postprocessing script
Fix missing .PHP_EOL's and removing unneeded "/n" in reset postprocessing script
2019-02-23 13:36:19 +01:00
DariusIII 423950ab29 Move role expiration and verification checks into separate script and schedule them in Kernel.php 2019-02-19 11:18:05 +01:00
DariusIII dd97f2f6c6 Fix misc related query 2019-02-12 12:54:43 +01:00
DariusIII f5ecab447a Fix reset_postprocessing script to reset only requested categories and not all releases because of wrong query setup 2019-02-12 12:47:02 +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 ea4d98d4e1 Use DB::statement in place of DB::unprepared + DB::commit 2018-11-29 14:47:00 +01:00
DariusIII a9f01f006c Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-11-16 14:50:14 +01:00
DariusIII 185176ad3c Small additional fixes to reset_postprocessing.php script 2018-11-16 14:48:51 +01:00
DariusIII ac1f4223ce Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-16 09:33:01 +00:00
DariusIII fd556fa75a Update reset_postprocessing.php script 2018-11-16 10:32:37 +01:00
DariusIII a227e9f705 Fix query in reset_postprocessing script related to misc categories reset 2018-10-31 11:32:17 +01:00
DariusIII 12ea3bb895 Refactor ColorCLI class 2018-10-31 10:10:17 +01:00
DariusIII bafe7c6b93 Use league/climate in ColorCLI class 2018-10-19 11:30:36 +02:00
DariusIII 1156c9d93f Fix checking for argv in reset_postprocessing.php 2018-09-26 10:15:50 +02:00
DariusIII d51b4ef7eb Remove Blacklight\db\DB class from many scripts in misc/testing folder 2018-07-19 14:43:30 +02:00
DariusIII c0cfcfd536 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-22 12:17:10 +00:00
DariusIII ec5063b223 Update movisSearch function and API controllers 2018-06-22 14:16:29 +02:00
DariusIII 98f9379827 Fix path to autoload.php in change_imdb_column.php 2018-06-19 10:40:17 +02:00
DariusIII ae62847284 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-19 08:20:17 +00:00
DariusIII 96cd8ed757 Update migrations for releases table, imdbid column is changed to varchar(15), add script to convert existing data 2018-06-19 10:19:56 +02:00
DariusIII 9718ce4117 Add nntmux:reset-truncate command to artisan console 2018-05-03 23:52:05 +02:00
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