IceToast
|
da19554a46
|
Update Billing-System to V0.9
# Conflicts:
# app/Console/Kernel.php
# app/Http/Controllers/Admin/ProductController.php
# app/Http/Controllers/Admin/ServerController.php
# app/Http/Controllers/ServerController.php
# app/Models/Server.php
# composer.lock
# database/seeders/Seeds/ProductSeeder.php
# lang/bg.json
# lang/bs.json
# lang/cs.json
# lang/de.json
# lang/en.json
# lang/es.json
# lang/he.json
# themes/default/views/servers/create.blade.php
# themes/default/views/servers/index.blade.php
|
2023-01-23 16:19:32 +01:00 |
|
1day2die
|
a088b81366
|
remove unused imports
|
2023-01-16 18:53:09 +01:00 |
|
Shift
|
70208d2157
|
Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
|
2023-01-05 17:01:42 +00:00 |
|
IceToast
|
e5ae179b9d
|
Fixed Upgrade/Downgrade Credit withdrawal
|
2022-11-22 13:42:46 +01:00 |
|
IceToast
|
549b2830f9
|
chore: ✅ Update to latest cpgg version
|
2022-11-11 13:40:31 +01:00 |
|
Ferks-FK
|
8a2d7b67f1
|
Add a warning of blocked server creation for adm's
|
2022-11-04 19:15:48 +00:00 |
|
Ferks-FK
|
98045d8896
|
General fixes
|
2022-11-04 17:15:16 +00:00 |
|
Ferks-FK
|
566383ccd5
|
Initial commits to the new options
|
2022-11-03 22:15:06 +00:00 |
|
IceToast
|
35479c9cfc
|
chore: ✅ Update to newest CPGG Main version
|
2022-10-13 23:34:12 +02:00 |
|
Dennis
|
1c389c85c0
|
Merge pull request #574 from ok236449/development-2
Resource checks on server creation and upgrade
|
2022-08-24 20:11:32 +02:00 |
|
ok236449
|
df0d37bb81
|
Check for resources when upgrading server
|
2022-08-24 17:52:51 +02:00 |
|
IceToast
|
7d363246b0
|
Merge branch 'main' into billing_system
|
2022-08-21 19:56:25 +02:00 |
|
ok236449
|
c26a47a982
|
Delete server on 404 instead of giving 500
|
2022-08-20 18:49:33 +02:00 |
|
ok236449
|
16067c6cc8
|
sync renamed servers on Pterodactyl
|
2022-08-19 21:50:04 +02:00 |
|
1day2die
|
07a2ebfccc
|
min required credits per product when upgrading
|
2022-08-17 19:31:14 +02:00 |
|
IceToast
|
ff5ad1e2bd
|
feat: ✨ Added validation on enable upgrade system & disabled upgrade route if not enabled
|
2022-08-16 22:33:59 +02:00 |
|
IceToast
|
5bf5abfda7
|
feat: ✨ Added Enable Upgrade setting
|
2022-08-16 22:25:35 +02:00 |
|
SahrulGnwn
|
3f47fa5e9f
|
Fix Bypass node limit when upgrade
|
2022-08-15 20:36:14 +07:00 |
|
IceToast
|
7365cdee18
|
Merge branch 'main' into billing_system
# Conflicts:
# app/Http/Controllers/ServerController.php
# composer.lock
# resources/lang/de.json
# resources/lang/en.json
# resources/views/servers/index.blade.php
|
2022-08-15 12:39:58 +02:00 |
|
Dennis
|
be932acb78
|
Merge branch 'development' into development
|
2022-08-13 23:24:09 +02:00 |
|
1day2die
|
1ca4cea5a4
|
globally limit post requests
|
2022-08-13 22:29:57 +02:00 |
|
1day2die
|
66e81ebfcf
|
Fix User-> Server edit bug
|
2022-08-13 22:21:55 +02:00 |
|
SahrulGnwn
|
a9f7de3f45
|
Update ServerController.php
|
2022-08-12 20:55:22 +07:00 |
|
SahrulGnwn
|
7bb3caa494
|
Fix checking free resource node
|
2022-08-11 21:55:24 +07:00 |
|
SahrulGnwn
|
69d9fe5fb0
|
Restart After Upgrade
|
2022-08-11 20:50:33 +07:00 |
|
Dennis
|
1f9301ef0e
|
Merge pull request #520 from ControlPanel-gg/dev---upgradesystem
Dev upgradesystem
|
2022-08-11 12:07:56 +02:00 |
|
SahrulGnwn
|
7ad56dad8d
|
Fix Delete
|
2022-08-11 16:59:04 +07:00 |
|
Dennis
|
c32d6f5e2e
|
Check for Node allocations
|
2022-08-11 08:10:24 +02:00 |
|
IceToast
|
e9348eca52
|
fix: 🐛 Check if product supports the exact egg as server installed on
|
2022-08-03 16:43:41 +02:00 |
|
SahrulGnwn
|
6b5986881d
|
Upgrade / Downgrade
|
2022-08-03 19:34:00 +07:00 |
|
IceToast
|
e3e7329d31
|
fix: 🐛 See last commit
|
2022-07-28 23:33:04 +02:00 |
|
IceToast
|
b80a8640de
|
fix: 🐛 Server creation fail when server.price = user.credits
|
2022-07-28 23:20:39 +02:00 |
|
IceToast
|
de96d6d6d3
|
fix: 🚑️ Fixed credits check at server creation & formatted prices nicely
|
2022-07-27 23:26:03 +02:00 |
|
IceToast
|
dbbdfaa623
|
fix: 📝 Undo Naming
|
2022-07-22 04:15:40 +02:00 |
|
IceToast
|
78a6787607
|
feat: ✨ Added Server Cancelation route method and charging
|
2022-07-22 03:52:49 +02:00 |
|
IceToast
|
a26f6dd137
|
feat: ✨ Added last_billed to server model & always charge first & fixed Charge Server command
|
2022-06-16 16:15:57 +02:00 |
|
IceToast
|
9b11e16ed6
|
refactor: ♻️ changed Settings::getValueByKey to config()
|
2022-01-15 18:16:51 +01:00 |
|
1Day
|
63888f11e5
|
ability to slam all settings into one database
|
2022-01-05 08:57:41 +01:00 |
|
IceToast
|
c715479fa2
|
feat: ✨ Added Nodename to server card -> info icon popover
|
2021-12-23 14:48:04 +01:00 |
|
IceToast
|
5a05c5f846
|
feat: ✨ Added Resource plan-/product-data to server card
|
2021-12-22 20:18:48 +01:00 |
|
IceToast
|
d09004df17
|
feat: 🔒️ Added error handling on server attribute fetching
|
2021-12-22 15:11:13 +01:00 |
|
IceToast
|
7a10021ab1
|
chore: ♻️ Removed unused import & code duplication
|
2021-12-21 19:52:30 +01:00 |
|
IceToast
|
48ebc8c09e
|
feat: ✨ Added pterodactyl serverinfo integration
|
2021-12-21 19:41:04 +01:00 |
|
1Day
|
7ef8fdff4e
|
guess im done?
|
2021-12-13 11:47:35 +01:00 |
|
AVMG20
|
180afb9ef5
|
fixed product disabled not working properly
|
2021-11-12 20:01:35 +01:00 |
|
AnonDev
|
23424d4ed4
|
Update ServerController.php
|
2021-11-07 17:58:01 +01:00 |
|
AVMG20
|
88f2c22804
|
added node location in node select
|
2021-11-07 16:29:18 +01:00 |
|
AVMG20
|
8c7c938c6a
|
fine tuning :)
|
2021-11-07 12:07:30 +01:00 |
|
AVMG20
|
24e6d48496
|
removed pterodactyl pages, added overview page, made server create work
|
2021-11-07 01:47:16 +01:00 |
|
AVMG20
|
16a7d174e9
|
new server create page w.i.p
|
2021-11-06 01:56:57 +01:00 |
|