Commit graph

119 commits

Author SHA1 Message Date
Vikas Dongre be6c5d7add fix: pterodactyl settings not getting encrypted during installation
Also fixes minor issues like spelling / sentence mistakes.
Refactored some variable names, and made it actually show error message on the page instead of only in logs.
Now email settings have select input for mail method and encryption.
2024-05-20 18:10:22 +05:30
S0ly 1c30f1310d ADD: redis to php extention check of the panel installer 2024-05-14 15:03:06 +02:00
â€MrWeez bfb169e191 Added support for php8.3 2024-02-29 01:29:31 +03:00
Vikas Dongre 9cc6e83819 fix: installer showing feeding failed, as well as adding proper error handling. 2024-02-17 23:38:30 +05:30
1day2die 90ebe1468d fix installer mail issue 2023-07-31 15:13:26 +02:00
Dennis 3a6362402b
Some smaller fixes (#880) 2023-06-09 23:57:48 +02:00
1day2die 3a348ee894 fix installer showing php8.2 as red 2023-06-09 23:21:40 +02:00
MrWeez 7795ea3d98 Fixing the path of the installation log file 2023-06-09 11:23:32 +02:00
1day2die 83d7590b60 fix installer, new users get role 2023-04-30 12:13:01 +02:00
1day2die 0ffceb535d simple starting permissions. only admin 2023-04-30 02:22:59 +02:00
1day2die 02798b2c30 installer fix 2023-04-30 01:12:49 +02:00
1day2die 50d0e9a37d replace controlpanel.gg -> ctrlpanel.gg 2023-04-30 00:31:32 +02:00
1day2die 0bde32bd2f remove encryption to continue working // FIX INSTALLER [value] -> [payload] 2023-04-30 00:17:40 +02:00
1day2die c1165c4561 update sweetalert to local 2023-04-29 23:39:59 +02:00
1day2die 4f42c23a4e update alpine to local 2023-04-29 23:38:20 +02:00
1day2die c8ce65c8e3 Create v1.13.4 2023-04-29 23:35:31 +02:00
1day2die a4b56fa358 update datatables 2023-04-29 23:35:08 +02:00
1day2die d6fe858e84 Fix Installer CSS 2023-04-20 11:43:53 +02:00
Dennis be1344f63e
Merge branch 'ControlPanel-gg:development' into development 2023-04-05 15:20:37 +02:00
Dennis 20bd030e78
fix: Button not clickable on step 2.5 of installation. (#786) 2023-04-05 15:20:21 +02:00
Vikas Dongre 59cb5eab67 fix: Button not clickable on step 2.5 of installation. 2023-04-05 18:45:00 +05:30
Jens 6dac81e809
Fix: WHY 2023-04-05 15:09:12 +02:00
Dennis c3aff98094
Merge branch 'ControlPanel-gg:development' into development 2023-04-05 14:35:41 +02:00
Jens b20a2d24e4
Merge branch 'development' into improve/installer-ui 2023-04-05 14:33:48 +02:00
Jens 482c613ca6
Move .env.example to functions.php 2023-04-05 14:14:55 +02:00
Jens 8ff3f04c0b
Move .env.example to functions.php 2023-04-05 14:13:52 +02:00
1day2die 9ddb44c3dc Merge branch 'development' of https://github.com/1day2die/dashboard into development 2023-04-05 09:47:28 +02:00
Vikas Dongre b636ea0554 style: 💄 Improved UI/UX of the Installer. 2023-04-04 21:36:05 +05:30
Jens b4e1b5aeca Rename controlpanel.log to installer.log 2023-04-02 20:00:56 +02:00
AGuyNamedJens ffba7ebf1b (refactor) revert the revert, things work now. 2023-04-02 20:00:56 +02:00
AGuyNamedJens 761d044957 (refactor) actually fix the checkHttps log
(refactor) change logger output to controlpanel.log
(refactor) add and fix extension logs
2023-04-02 20:00:56 +02:00
AGuyNamedJens 307aaee082 (refactor) checkHTTPS Looks better this way, also fixes the log 2023-04-02 20:00:56 +02:00
AGuyNamedJens b1f6528605 Forgot to remove this debug-debug log lol 2023-04-02 20:00:56 +02:00
AGuyNamedJens 388d0eafa0 (revert) Revert setenv/getenv
(refactor) Fix logging, use new logger
(refactor) Add debug logs to the installer and functions
(refactor) Remove unused dotenv
2023-04-02 20:00:56 +02:00
Jens f63d8080a3 (Refactor) Use laravel's logging system, specified a few log levels and refactor the function calls 2023-04-02 20:00:56 +02:00
Jens 470bc6d545 (Refactor) run_console now gives more control (all optional) using a more up-to-date method proc_open
Use the PHP documentation to get more knowledge.
2023-04-02 20:00:56 +02:00
Jens bc34bb5fa0 (Refactor) default encryption method 2023-04-02 20:00:56 +02:00
Jens 1d9ac19c16 (Refactor) rename getEnvironmentValue to getenv, rename setEnvironmentValue to setenv 2023-04-02 20:00:56 +02:00
Jens ef1ec46bad (Refactor) Remove getEnvironmentValue, rename setEnvironmentValue to setenv to match php defaults 2023-04-02 20:00:56 +02:00
AGuyNamedJens efd61fb376 (refactor) Refactor forms.php 2023-04-02 20:00:56 +02:00
AGuyNamedJens 299d8b637a (refactor) Refactor functions.php 2023-04-02 20:00:56 +02:00
AGuyNamedJens 086f685780 (refactor) Refactor index.php 2023-04-02 20:00:56 +02:00
AGuyNamedJens 4d97c1473b (refactor) Forgot to include autoload file 2023-04-02 20:00:56 +02:00
AGuyNamedJens 63c435c610 (refactor) More refactoring, also add missing serialize method 2023-04-02 20:00:56 +02:00
AGuyNamedJens 08e09c5d08 (feat) New encryption and decryption functions
(refactor) Modify the get and set environment functions
(refactor) Refactor the entire functions.php file.
2023-04-02 20:00:56 +02:00
AGuyNamedJens a9b7531ab1 (refactor) Refactor encryption method 2023-04-02 20:00:56 +02:00
AGuyNamedJens 224900890b (fix/feat) Fix deprecations, add encryption, fix API Calls & Fix Database 2023-04-02 20:00:56 +02:00
Dennis bb0243df47
Merge branch 'ControlPanel-gg:development' into development 2023-03-30 14:10:55 +02:00
IceToast 11a12bb48b style: 💄 checkout payment method list 2023-03-30 14:07:59 +02:00
IceToast c95cde5cde feat: Create Mollie payment gateway extension 2023-03-30 14:07:07 +02:00