Commit Graph

112 Commits

Author SHA1 Message Date
DariusIII f10bd7beff Update fixtures and fix migration files 2019-03-12 10:36:34 +01:00
DariusIII e6b4bc5a6e Add check if _install/install.lock exists before sending registration related emails. Fixes issue #928 2019-03-08 22:54:27 +01:00
DariusIII 7dbbf941ba Fix bad switches usage in artisan commands 2019-03-04 11:51:01 +01:00
DariusIII c19acd6378 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2019-03-04 11:47:35 +01:00
DariusIII 3edf361a1b Revert changes in calling artisan commands 2019-03-04 11:47:20 +01:00
DariusIII a6f80f4e3f Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-04 10:31:00 +00:00
DariusIII 0aa9de40e5 Fix maintenance mode check in UpdateNNTmux console command 2019-03-04 11:30:22 +01:00
DariusIII b500843554 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-03 16:38:34 +00:00
DariusIII 7941f9592b Update console commands 2019-03-03 17:38:17 +01:00
DariusIII c614c29615 Remove unused parts of fixtures and seeders 2019-03-01 13:47:30 +01:00
DariusIII 6481abb901 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-27 08:14:17 +00:00
DariusIII 5450f0cf77 Add tmux-ui:restart command to restart tmux scripts 2019-02-27 09:13:53 +01:00
DariusIII 253cbfffe0 Increase timeout value for composer install command 2019-02-20 15:16:14 +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 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 4b4de3acef Replace usage of str_ helper with Str class directly to prepare for Laravel 5.8 changes 2019-01-29 13:33:35 +01:00
DariusIII 2cc6a84909 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-18 12:24:30 +00:00
DariusIII be277fce06 Update fixtures:up and :down commands to accept optional parameters 2019-01-18 13:24:18 +01:00
DariusIII f21224a4ab Update resetdb command sphinx index truncation 2019-01-17 09:14:56 +01:00
DariusIII 5af8f9a79c Update Git related functions 2019-01-14 10:54:54 +01:00
DariusIII 2f0ea97fd1 Update nntmux:git command with info mesages and do separate git pull just in case 2019-01-12 17:48:52 +01:00
DariusIII ab0dcc9d7a Update nntmux:git command to also pull tags (addresses issue #842) 2019-01-12 17:35:05 +01:00
DariusIII 7f4827bbeb Remove check for running tmux when killing session, tmux was already stopped before 2019-01-12 17:24:06 +01:00
DariusIII 8ffcc68752 Fix nntmux:all command 2019-01-12 17:20:43 +01:00
DariusIII 06e6bc7580 Add short version of --kill option (--k) 2019-01-12 17:10:19 +01:00
DariusIII 651a803d99 Update tmux-ui:stop command to use --kill option if tmux session needs to be killed 2019-01-12 17:02:03 +01:00
DariusIII b23d80ce21 Update install command and reduce code used 2019-01-11 14:36:26 +01:00
DariusIII 4d422b3a4f Simplify UpdateNNTmuxDB.php handle function, use native artisan commands without Symfony Process component 2019-01-11 12:17:36 +01:00
DariusIII 8001797535 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-09 14:44:38 +00:00
DariusIII 987c7b63b9 Update UpdateNNTmux.php 2019-01-09 15:44:42 +01:00
DariusIII dc6b25f705 Update nntmux:all command to stop tmux on start and start it after the process is complete at the end 2019-01-09 15:04:11 +01:00
DariusIII 4ef4b2f6a0 Use File facade for files manipulation 2019-01-07 15:30:02 +01:00
DariusIII de36f922e3 Update reset truncate command 2019-01-04 19:14:16 +01:00
DariusIII 61d68eb906 Slowly start adding support for postgresql 2018-12-20 15:53:00 +01:00
DariusIII 4310be9653 Update scripts and config by removing unused env settings 2018-12-20 14:29:23 +01:00
DariusIII 12a7c00147 Force migration if NNTmux application is in production when updating database 2018-12-19 19:40:52 +01:00
DariusIII d7a96e454b Apply fixes from StyleCI
[ci skip] [skip ci]
2018-12-19 12:59:34 +00:00
DariusIII 1077c467d6 Remove Versions classes and all related data 2018-12-19 13:58:31 +01:00
DariusIII 1e457a49dd Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-29 13:47:08 +00:00
DariusIII ea4d98d4e1 Use DB::statement in place of DB::unprepared + DB::commit 2018-11-29 14:47:00 +01:00
DariusIII f29f2769c9 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-11-20 14:11:50 +01:00
DariusIII e9583dffc8 Fix PHPDOC block in UpdateNNTmuxComposer class 2018-11-20 14:11:17 +01:00
DariusIII b3ff5f3cbb Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-20 12:58:39 +00:00
DariusIII 21ccfeaaae Update artisan commands PHPDOC blocks 2018-11-20 13:58:31 +01:00
DariusIII d6e254554f Update composer install process to prefer dist in dev branches too, we will not be making changes to composer packages 2018-11-20 13:44:06 +01:00