Commit graph

92 commits

Author SHA1 Message Date
IceToast
38cf81d92d fix: 🐛 Use groups on getNewValue method 2024-04-12 21:01:49 +02:00
Ferks-FK
8f7ad95506 Some improvements, and some not so much... 2023-06-08 20:24:15 +02:00
Ferks-FK
72f3decd3f Feat: Let's implement the coupons now 2023-06-08 20:24:15 +02:00
IceToast
e03ac5dae0 fix: 🐛 missed one line for typo fix 2023-06-08 20:23:06 +02:00
IceToast
e8a6adb4e6 fix: 🚚 Typo cancelled -> canceled 2023-06-08 16:10:42 +02:00
IceToast
b97bc8edf7 fix: 🚚 Move and remove some settings 2023-06-04 15:41:51 +02:00
Dennis
ee968ff961
[Feature] Add billing cycles (#823) 2023-05-08 11:59:58 +02:00
IceToast
ae9ab59dec fix: 🐛 Make migrations be compatible to installed addon 2023-05-08 11:10:51 +02:00
1day2die
e6f02d0679 force the seeder 2023-05-08 11:09:49 +02:00
1day2die
e965b5f5c4 PermissionsSeeder in Migration 2023-05-08 11:03:11 +02:00
IceToast
5b95dd4d13 Merge branch 'billing_system' into feature/billing_cycles
# Conflicts:
#	app/Http/Controllers/Admin/ProductController.php
#	app/Http/Controllers/ServerController.php
#	app/Models/Server.php
#	app/Models/User.php
#	lang/cs.json
#	lang/en.json
#	themes/default/views/admin/products/create.blade.php
#	themes/default/views/admin/products/edit.blade.php
#	themes/default/views/admin/settings/tabs/system.blade.php
#	themes/default/views/servers/create.blade.php
#	themes/default/views/servers/index.blade.php
#	themes/default/views/servers/settings.blade.php
2023-05-08 11:03:10 +02:00
1day2die
0899df5945 OOM killer & Roles / Permissions API 2023-05-05 14:06:38 +02:00
1day2die
7d974d3408 role powers 2023-05-05 11:17:40 +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
IceToast
307f3229d2
fix: 🐛 external_id already used #769 2023-04-04 01:23:44 +02:00
IceToast
3cba1c60f8 feat: Add Extension Settings and migrations 2023-03-09 12:31:11 +01:00
Dennis
d382ca1613
Revert 2023-03-01 14:15:14 +01:00
Dennis
6cf1cc0fe9
Do not delete old_settings for now 2023-03-01 14:10:47 +01:00
IceToast
f2a714cece fix: 🗃️ settings table migration order 2023-02-24 14:02:28 +01:00
Ferks-FK
415a7ed2da Insert the roolback for the old method. 2023-02-24 14:02:28 +01:00
Ferks-FK
2229586b58 feat: implement laravel-settings 2023-02-24 14:02:28 +01:00
IceToast
f8c33d43be
fix: 🐛 Typo 2023-02-06 14:18:47 +01:00
IceToast
994314dbe4
feat: Added migrations undo last patch db update & add cancelation of servers 2023-02-06 14:18:47 +01:00
IceToast
5b738be6e1
fix: 🐛 Renamed Migration & changed precision on decimals to more reasonable number 2023-02-06 14:17:01 +01:00
IceToast
00e525a764
feat: Added Migration -> last billed field to servers 2023-02-06 14:12:58 +01:00
IceToast
23cc70d79c
fix: 🐛 Added Migration -> Updated user credits column to be decimal 2023-02-06 14:12:58 +01:00
IceToast
88a8541623
fix: Updated Migration to calculate hourly price from existing products 2023-02-06 14:12:58 +01:00
IceToast
54325fbf3e
feat: Added Migration -> Column Billing Period 2023-02-06 14:12:58 +01:00
IceToast
bd11bd2657
Revert "Merge branch 'v0.10' into development"
This reverts commit e6a545309f, reversing
changes made to 036fe6f47f.
2023-02-01 21:03:20 +01:00
IceToast
e6a545309f
Merge branch 'v0.10' into development 2023-02-01 20:55:34 +01:00
IceToast
5ae631ee4f
refactor: ♻️ Move referral_code generation to trait 2023-01-29 23:12:34 +01:00
1day2die
b343134c01 using enums, adding more positions 2023-01-26 15:22:42 +01:00
1day2die
f923eef868 Useful Links in Topbar 2023-01-25 22:32:59 +01:00
IceToast
5fd58514b5 Merge branch addons/billing_period into V0.10 2023-01-21 15:13:48 +01:00
1day2die
5d7550b43f TinyMCE, MOTD, 2023-01-12 15:43:24 +01:00
1day2die
2304b64d9a fixes 2023-01-05 19:33:46 +01:00
Shift
78980a993f
Adopt anonymous migrations 2023-01-05 17:03:31 +00: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
einsz
e08d173e78 change migration down to the old state 2023-01-04 06:47:37 +01:00
einsz
4645427403 change nest description to text
fixes error 500 on long nest description
2023-01-03 19:19:07 +01:00
Dennis
8b8d73c3b2
Merge pull request #575 from ok236449/Partners-and-discounts
Partners and discounts
2023-01-02 13:09:18 +01:00
1day2die
c15d0f4ef6 Fix Ticket System 2022-11-29 09:20:24 +01:00
ok236449
3a53ddbc59 partner discounts and their referrals 2022-08-27 18:59:07 +02:00
1Day
b9d44b589d im stoopid 2022-08-12 12:50:29 +02:00
SahrulGnwn
9b3fce2808 Ticket Blacklist 2022-08-12 16:01:51 +07:00
1Day
fcbf7ffe45 ptero client key 2022-08-11 15:14:50 +02:00
SahrulGnwn
94bbea2690 Ticket System 2022-08-01 23:52:16 +07:00
1Day
f3269bac57 decimals in server price and tax 2022-07-12 07:17:09 +02:00
Dennis
42ff82c310
Better Code Gen 2022-06-07 10:18:33 +02:00