DariusIII
8b1378139b
CS fixes
2024-12-27 10:12:33 +01:00
DariusIII
abf8bc2440
Merge branch 'master' into dockerfilev2
2024-12-26 21:14:17 +01:00
PyRowMan
19687cfaef
Update config and paths for tmp unzip and unrar handling
2024-12-20 17:55:54 +01:00
PyRowMan
46bbfd4367
Add a "yes" option to skip confirmation prompts in install
...
This commit introduces a `--yes` option to the `nntmux:install` command, allowing users to skip confirmation prompts for a streamlined installation process. It also improves messaging and error handling, particularly around locked installs, and removes unnecessary usage of `Str` helper methods. These changes enhance usability and code simplicity.
2024-12-17 22:35:33 +01:00
DariusIII
438ea9aa52
CS fixes
2024-10-28 11:29:36 +01:00
DariusIII
05ebaf4442
Use config where possible
2024-10-28 11:29:09 +01:00
DariusIII
06dbcde05d
Use env setting in place of database
2024-01-16 21:29:49 +01:00
Shift
afb0f41611
Add PHP type hints
2023-03-30 14:15:39 +00:00
DariusIII
3cf669dfb0
Update nzb and covers paths
2023-03-16 10:57:27 +01:00
DariusIII
49872346f2
CS code fixes by pint
2023-03-02 16:47:20 +01:00
DariusIII
26c026bf86
Replace Symfony Process with Laravel Process
2023-03-02 13:30:17 +01:00
DariusIII
5edd7f186c
Remove czproject/git and use commands without it
2023-03-02 12:26:43 +01:00
DariusIII
c33db34c49
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-13 20:01:06 +00:00
DariusIII
31739d8392
Use Laravel 7 and remove omnipay for now
2020-04-11 23:14:15 +02:00
DariusIII
2b858100b3
Replace NN_ROOT with base_path()
2020-03-29 14:51:21 +02:00
DariusIII
7592fa9beb
Revert constants removal changes
2020-03-26 17:44:45 +01:00
DariusIII
1e7244e5bc
Remove option to set covers path in database, it is hardcoded now to resources/covers/
2020-03-22 22:12:07 +01: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
c391b57b3b
Remove check for mysql/mariadb version when installing NNTmux
2020-01-26 23:41:12 +01:00
DariusIII
5a8fff0020
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2019-11-01 19:52:18 +00: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
3edf361a1b
Revert changes in calling artisan commands
2019-03-04 11:47:20 +01:00
DariusIII
7941f9592b
Update console commands
2019-03-03 17:38:17 +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
b23d80ce21
Update install command and reduce code used
2019-01-11 14:36:26 +01:00
DariusIII
4ef4b2f6a0
Use File facade for files manipulation
2019-01-07 15:30:02 +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
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
21ccfeaaae
Update artisan commands PHPDOC blocks
2018-11-20 13:58:31 +01:00
DariusIII
656f0d6cd0
Update install script to set admin as verified
2018-09-21 22:47:38 +02:00
DariusIII
6664bd8cfd
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2018-08-04 21:27:13 +00:00
DariusIII
da88d58957
Update role permissions and seeding, install procedure, permissions for menu views
2018-08-04 23:26:50 +02:00
DariusIII
7a8b7d0797
Update install command
2018-08-02 12:15:48 +02:00
DariusIII
4471ce68f8
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2018-08-01 21:40:09 +00:00
DariusIII
86af139961
Update install command
2018-08-01 23:39:36 +02:00
DariusIII
33f0f36d3a
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2018-07-30 11:37:25 +00:00
DariusIII
a4fb61aa96
Update roles handling
2018-07-30 13:37:12 +02:00
DariusIII
513739f6dd
Use now() helper in place of Carbon::now()
2018-05-31 10:22:08 +02:00
DariusIII
9718ce4117
Add nntmux:reset-truncate command to artisan console
2018-05-03 23:52:05 +02:00
DariusIII
172462b0ae
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2018-04-19 08:38:20 +00:00
DariusIII
f87bb91394
Fix install.lock file generation on install
2018-04-19 10:38:24 +02:00
DariusIII
4a1bbf209c
Update missing stuff
2018-04-19 10:26:46 +02:00
DariusIII
57b4f1945c
Update nntmux install command
2018-03-08 11:50:26 +01:00