Commit graph

143 commits

Author SHA1 Message Date
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
IceToast 5d18b36083 feat: added new settings 2022-12-22 22:28:52 +01:00
1day2die c15d0f4ef6 Fix Ticket System 2022-11-29 09:20:24 +01: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
ok236449 86cf2981c1 commission from first/every purchase 2022-10-18 23:33:33 +02:00
ok236449 3a53ddbc59 partner discounts and their referrals 2022-08-27 18:59:07 +02:00
ok236449 67ab374f07 merge to v0.8.2 2022-08-19 19:37:37 +02:00
ok236449 043edf9a9b Show individual node status on admin overview 2022-08-19 19:18:44 +02:00
IceToast 07825b0b4b chore: 🌱 Added enable_upgrade setting to seeder 2022-08-16 22:37:40 +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
1day2die b8d3378b02 fix typo 2022-06-07 17:26:17 +02:00
Dennis 42ff82c310
Better Code Gen 2022-06-07 10:18:33 +02:00
1Day 33a39fccd9 Switch Modes / Commission - Sign-Up 2022-06-07 10:05:19 +02:00
1day2die 7ed402a227 choose who can see their referral URL 2022-06-02 18:41:08 +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 c4520830d9 Create Seeder 2022-05-30 12:03:55 +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
1Day 4be83c4c0d Fix MailFromName showing as ${APPNAME} 2022-02-02 11:58:16 +01:00
IceToast 30879c606d fix: 🐛 correct stripe_methods seed 2022-01-29 04:21:48 +01:00
IceToast f9cfcce17c feat: Seed SettingsDB with available .env data 2022-01-26 11:38:56 +01: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 99dff634b0 feat: Added Mail Settings & Fixed ReCaptcha bug on DB Change (reload config correctly) 2022-01-21 17:20:23 +01:00
IceToast 5dc5b8a95a fix: 🚑️ removed old migration renaming (wrong one) 2022-01-20 09:32:22 +01:00
IceToast c8071b64d9 feat: Added Enable/Disable Invoices 2022-01-15 17:52:19 +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 a8c19ffe2c feat: Added ReCaptcha to Settings & Added option to dis/enable 2022-01-14 21:17:36 +01:00
1day2die 432be2f2d1 recaptcha default keys 2022-01-10 21:54:41 +01:00
1day2die 089b61d097 fix stupid mistake 2022-01-10 20:46:36 +01:00
1Day 7dda50caff google recaptcha in settings 2022-01-07 12:29:21 +01:00
1Day e959cc79cb payment settings in database 2022-01-07 09:54:01 +01:00
IceToast 96f5f45b58 feat: Added db migration -> configurations to settings table 2022-01-05 18:56:51 +01:00
1Day 831e6a7ee1 Language settings. DYNAMC IS STILL MISSING 2022-01-05 13:30:05 +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 53bc28376e chore: 🐛 changed seeder name 2021-12-15 13:39:28 +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
IceToast e3b8ff5045 Rename PaypalProduct -> CreditProduct 2021-12-14 15:47:50 +01:00
WBLKLeipe a2ab45d28c fix .env.example and migration 2021-12-01 12:27:49 +01:00
WBLKLeipe 7f4503d228 invoice settings via DB and changeable 2021-12-01 12:19:06 +01:00
1day2die a11a9cf99c garkein bock mehr alter 2021-11-30 18:54:01 +01:00
1day2die 21b9d70035 invoice DB, counting up, format stuff 2021-11-27 02:47:36 +01:00
Dennis 3fac4f87c0
Merge pull request #265 from 1day2die/fix_Tax
Full configurable Tax support
2021-11-07 20:57:11 +01:00
AVMG20 75622d3958 Merge remote-tracking branch 'origin/product_links' into development 2021-11-05 19:46:50 +01:00
WBLKLeipe 93d8dfcf0b EVERYTHING WORKING - Safing 2021-11-05 08:45:29 +01:00
WBLKLeipe 6797410cb4 Adding Tax, beautify 2021-11-05 07:43:57 +01:00
1day2die bff97e836d basically added tax 2021-11-04 21:42:17 +01:00
1day2die 4c4d64f30f Migration 2021-11-04 21:02:40 +01:00
Jovan Jovanovic 28af0c0530 Add minimal credits per product 2021-10-01 23:21:49 +02:00
Johannes 4c060fd270 Add the ability to Suspend Users 2021-09-26 17:50:13 +02:00
AVMG20 f4237b2e88 Charges the first hour worth of credits upon creating a server. 2021-09-15 08:37:43 +02:00
AVMG20 370c85585c added the option to change the credits display name 2021-08-02 19:25:33 +02:00
AVMG20 735097d722 tested voucher controller 2021-07-12 13:44:26 +02:00
AVMG20 55b2223435 Added Voucher system 2021-07-10 08:58:11 +02:00
AVMG20 a7f8d71f92 Added voucher system 2021-07-10 00:18:22 +02:00
AVMG20 bd45b3b713 Linking of products to nodes and/or eggs 2021-07-06 21:38:13 +02:00
AVMG20 6a431edd8b Allocation limit added 2021-07-05 20:47:29 +02:00
AVMG20 823cde9cf9 Added REGISTER_IP_CHECK config option
Prevent users from making multiple accounts using the same IP address
2021-06-27 15:53:49 +02:00
Johannes bfa7a84e0b Fix: Force Verification 2021-06-26 22:04:23 +02:00
AVMG20 b445cf7003 Some love to payments
Fixed a bug with the new payment changes
Improved the payments table and changes
2021-06-23 11:28:57 +02:00
AVMG20 9c6317d32f Made notifications queueble, added payment confirmation notification 2021-06-22 23:22:57 +02:00
AVMG20 e40b2c49b2 added extra config option for server limit after purchases 2021-06-22 21:25:04 +02:00
AVMG20 d7951a5f0a added descriptions to config seeds
added 1 extra option aswel :)
2021-06-22 17:26:42 +02:00
AVMG20 bf71c672a6 development seeding 2021-06-22 17:13:24 +02:00
AVMG20 b181798ae4 added default discord invite url 2021-06-12 15:00:04 +02:00
AVMG20 6969b7fadf Discord 0Auth more optional, .env.example cleanup 2021-06-12 14:54:00 +02:00
AVMG20 5f6221e88a Testing usefulLinkController 2021-06-11 10:33:26 +02:00
AVMG20 690abe03ba Auto stash before revert of "Merge remote-tracking branch 'origin/development' into development"
Added all the plugins from adminlite, added usefulllinks tab
2021-06-10 23:29:25 +02:00
AVMG20 acdf7965ea API authorization and Testing WIP 2021-06-10 21:09:37 +02:00
AVMG20 74e3c336f8 Seeding changes 2021-06-10 18:01:41 +02:00
RamonRobben b32352e925
Custom useful links via database / command (#41)
* Small change to the test command

* Custom useful links via database and command
2021-06-10 00:16:34 +02:00
AVMG20 ef777e22ee added better seeding for better update support 2021-06-07 17:30:19 +02:00
AVMG20 c939032dc1 cleanup
removed default user seed
2021-06-06 23:09:20 +02:00
AVMG20 9180a445b8 Cleanup 2021-06-06 22:53:23 +02:00
Arno ecc3c66589 WIP added api keys and user api endpoint 2021-06-06 20:22:40 +02:00
AVMG20 e5d638ee5e first init 2021-06-05 11:26:32 +02:00