Commit graph

71 commits

Author SHA1 Message Date
1day2die 0c067e26c8 Revert "Merge branch 'development' into main"
This reverts commit 3810b487cd, reversing
changes made to d9a41840ce.
2023-04-25 09:22:30 +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 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
1Day c0e0c99a1b fixes 2022-06-02 16:31:06 +02:00
1Day 378187aea0 Referal System 2022-06-02 16:11:24 +02:00
1Day b4cde73528 Update 2021_12_15_120346_update_to_payments_table.php 2022-05-30 11:21:40 +02:00
1Day e19ca05723 Refactoring 2022-05-30 11:07:10 +02:00
IceToast e79e38ee27 feat: 🔒️ readded missing configurations migration & fixed old paypal_products migration & added seeder descriptions 2022-01-23 23:52:46 +01:00
IceToast 9b797cf779
Merge branch 'development' into settings_rewrite 2022-01-23 15:00:23 +01:00
IceToast 5dc5b8a95a fix: 🚑️ removed old migration renaming (wrong one) 2022-01-20 09:32:22 +01:00
IceToast 4621547c01 feat: Allow value column in table to be nullable -> can store "0" values 2022-01-15 00:49:33 +01:00
IceToast 96f5f45b58 feat: Added db migration -> configurations to settings table 2022-01-05 18:56:51 +01:00
1Day 39177651a3 Invoice-Settings in new Settingsformat 2022-01-05 10:32:17 +01:00
1Day 63888f11e5 ability to slam all settings into one database 2022-01-05 08:57:41 +01:00
IceToast 0a75de9689 fix: 🚑️ Added DB-Migration -> renaming paypal_products table to credit_products 2021-12-28 21:38:55 +01:00
Dennis 24d68a8bed
Merge pull request #340 from 1day2die/development
Remove translationmanager
2021-12-22 13:07:23 +01:00
1Day 09fc130306 Remove translationmanager 2021-12-22 10:36:35 +01:00
IceToast 84ec3e583c feat: Added invoice creation on stripe route & webhook 2021-12-17 11:22:37 +01:00
IceToast 754a3e38b8 Merge branch 'development' into stripe_integration
# Conflicts:
#	app/Http/Controllers/Admin/CreditProductController.php
#	app/Http/Controllers/Admin/PaymentController.php
#	composer.lock
#	resources/views/admin/payments/index.blade.php
#	resources/views/admin/store/edit.blade.php
#	resources/views/store/checkout.blade.php
#	resources/views/store/index.blade.php
2021-12-17 10:41:32 +01:00
IceToast bd56c6b320 fix: 🐛 payments migration 2021-12-15 13:30:32 +01:00
IceToast ae47ebfcc6 feat: Added payment table migration 2021-12-15 13:07:51 +01:00
IceToast 34a8d566a7 feat: modified db payment table 2021-12-15 11:41:57 +01:00
Dennis 26eb7c349e
Merge branch 'Invoices' into development 2021-12-14 19:31:14 +01:00
AVMG20 505bf7b6fa added translation manager 2021-12-14 19:17:44 +01:00