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
31efac93f0
feat: ✨ Added stripe webhook payment succeed handler
2021-12-17 10:00:33 +01:00
1day2die
586bea8795
Translate Invoice-Email. Fix Typo
2021-12-16 19:38:25 +01:00
IceToast
16f7f4cb99
feat: ✨ Added StripeWebhook Route
2021-12-16 18:03:38 +01:00
IceToast
06eedeef68
feat: ✨ Added Stripe_METHODS to .env variables -> csl of methods to support
2021-12-16 16:19:14 +01:00
1Day
130b4cda04
Updated: Enable/Disable dynamic localization. Dropdown to change language for users
2021-12-16 14:30:28 +01:00
1Day
9943fb28dd
Updates
2021-12-16 11:06:54 +01:00
1Day
22d4a4edf6
Dynamic language depending on users browserlanguage
...
Also includes Italian and Chinese translation
2021-12-16 09:53:03 +01:00
IceToast
2ba2c9ab82
chore: 🎨 added localization strings
2021-12-15 13:37:29 +01:00
IceToast
962ddb2fc3
fix: 🚑 ️ getStripeClient()
2021-12-15 12:31:16 +01:00
IceToast
ef2c271257
refactor: 🔒 ️ Changed getStripeSecret Method -> differentiates between local/prod
2021-12-15 12:24:03 +01:00
IceToast
45b7d703a5
feat: ♻️ Changed payment Status to "paid" && Updated admin/payment table
2021-12-15 12:16:30 +01:00
IceToast
34a8d566a7
feat: ✨ modified db payment table
2021-12-15 11:41:57 +01:00
1Day
1d8e0e22dd
Fully translate invoices
2021-12-15 11:25:37 +01:00
IceToast
1d72bac7fa
feat: ✨ Added StripeClient generation
2021-12-15 10:56:58 +01:00
AVMG20
c6cfa6cd2f
cleanup
2021-12-14 19:50:36 +01:00
Dennis
63c44e6c0b
Merge branch 'development' into Invoices
2021-12-14 18:54:58 +01:00
1day2die
9d812b77ee
fix cent bug
2021-12-14 16:48:00 +01:00
Dennis
d572a603d3
Merge branch 'development' into localization
2021-12-14 16:06:45 +01:00
IceToast
921135c5dd
feat: ✨ added StripeSuccess Route with session handling
2021-12-14 15:47:50 +01:00
IceToast
27794078cc
feat: ✨ added correct currency code for stripe api
2021-12-14 15:47:50 +01:00
IceToast
a77455c5fd
feat: ✨ added StripePay Route
2021-12-14 15:47:50 +01:00
IceToast
e3b8ff5045
Rename PaypalProduct -> CreditProduct
2021-12-14 15:47:50 +01:00
1Day
720622ae02
Fixed Datatables
2021-12-14 15:47:17 +01:00
1Day
ae67bd9a42
fix vouchers
2021-12-13 16:27:56 +01:00
1Day
f54bed1c4a
notification translations
2021-12-13 15:46:04 +01:00
1Day
60b310bc0c
multilanguage support
2021-12-13 13:28:01 +01:00
1Day
b7bf406c57
beautify
2021-12-13 13:09:08 +01:00
1Day
ff9be6b543
invoice translation
2021-12-13 12:52:13 +01:00
1Day
7ef8fdff4e
guess im done?
2021-12-13 11:47:35 +01:00
1day2die
39af10ff95
formatting
2021-12-07 20:27:54 +01:00
1day2die
f9206fd7ce
Update SettingsController.php
2021-12-07 20:27:06 +01:00
1day2die
cb89f65885
Update SettingsController.php
2021-12-07 20:26:20 +01:00
1day2die
b826173bcb
Update SettingsController.php
2021-12-07 20:25:56 +01:00
1day2die
16edf98dae
Fialsafe if no invoices exist
2021-12-07 20:24:25 +01:00
1Day
f8e099e133
Update SettingsController.php
2021-12-07 13:16:44 +01:00
1day2die
a6de39bc32
small fixes, logo update, prefix update
2021-12-05 20:08:09 +01:00
1day2die
57e3cd8430
Upper/Lowercase fixes- PSR4
2021-12-04 16:35:04 +01:00
1day2die
1d9b0546dd
PSR-4 + cleanup
2021-12-04 16:32:25 +01:00
1day2die
32a40ca497
PSR-4
2021-12-04 16:31:33 +01:00
1Day
54a563082f
mini-typo
2021-12-02 12:29:48 +01:00
1Day
fcef2c6b7c
Update PaypalProduct.php
2021-12-02 12:06:02 +01:00
1Day
75c550e0c1
Fixes requested by IceToast
2021-12-02 12:01:11 +01:00
WBLKLeipe
86716961f3
download all invoices button
2021-12-02 09:54:30 +01:00
WBLKLeipe
9fff368662
fix small mistake
2021-12-01 13:32:47 +01:00
WBLKLeipe
f62583a007
clean UI
2021-12-01 13:30:40 +01:00
WBLKLeipe
afd2e2eb21
re-enable email notifications
2021-12-01 12:32:46 +01:00
WBLKLeipe
7f4503d228
invoice settings via DB and changeable
2021-12-01 12:19:06 +01:00
Dennis
9d64eaf73f
Merge branch 'ControlPanel-gg:main' into Invoices
2021-11-30 21:05:41 +01:00
1day2die
a11a9cf99c
garkein bock mehr alter
2021-11-30 18:54:01 +01:00
1day2die
ef3cc1e756
prepare the UI
2021-11-30 18:40:56 +01:00
1day2die
c12e825b2e
Attach invoice to mail
2021-11-30 18:18:15 +01:00
WBLKLeipe
8cfabf7088
small fixes
2021-11-30 16:30:48 +01:00
WBLKLeipe
69c41620b8
remove wrong save
2021-11-30 16:00:26 +01:00
WBLKLeipe
928086953c
Logo, Template and Invoice stuff
2021-11-30 15:50:43 +01:00
WBLKLeipe
92f048c4bd
save invoice in correct path
2021-11-30 14:52:36 +01:00
WBLKLeipe
67d0b66091
attach mail
2021-11-30 14:09:13 +01:00
1day2die
21b9d70035
invoice DB, counting up, format stuff
2021-11-27 02:47:36 +01:00
1day2die
bf848f0bcb
lul
2021-11-26 20:46:26 +01:00
1day2die
c3a777bdf4
First COmmit
2021-11-26 20:42:38 +01:00
AVMG20
836784be48
Re-sync bug
2021-11-18 19:22:09 +01:00
AVMG20
fe6da0ee15
increased the limit of most api request to pterodacttyl
2021-11-13 11:56:34 +01:00
AVMG20
47c251e48d
removed out of credits info
2021-11-12 20:59:33 +01:00
AVMG
c93cf6166a
Merge pull request #281 from ControlPanel-gg/product_linking
...
fixed product disabled not working properly
2021-11-12 21:02:22 +01:00
AVMG20
180afb9ef5
fixed product disabled not working properly
2021-11-12 20:01:35 +01:00
AVMG
8e9895a40a
Merge pull request #276 from 1day2die/Out_of_credits_adminview
...
Show Client running out of Credits in Admin overview
2021-11-12 19:55:06 +01:00
AVMG
3be4c367e8
Merge pull request #275 from 1day2die/fix_creditsleft
...
Fix "You Ran out of Credits - hours"
2021-11-12 19:53:28 +01:00
1day2die
cccc4bf9aa
FIX SPACES AVMG
2021-11-12 19:53:12 +01:00
1day2die
93ce540b3f
remove space
2021-11-12 19:48:28 +01:00
1day2die
021df3af4f
Shortening - Magic
2021-11-12 19:47:13 +01:00
AVMG
0acd97026e
Merge pull request #280 from ControlPanel-gg/product_linking
...
Product linking
2021-11-12 19:19:48 +01:00
Dennis
fd89a4bc91
fixed PHPStorm being PHPStorm
2021-11-12 18:45:10 +01:00
AVMG20
53a4faa662
Fixed the file uploads in settings
2021-11-12 18:23:06 +01:00
AVMG20
c6ea21dd6d
Fixed a bug where disabled products were stilled used in server create
2021-11-12 18:19:06 +01:00
AVMG
126eedc610
Merge branch 'development' into product_linking
2021-11-11 22:06:47 +01:00
AVMG20
20f9ddeae2
Fixed a bug where products where only fetched using node and not egg,node
2021-11-11 22:05:42 +01:00
Dennis
8b1445ae0d
Removed unnessecary comment
2021-11-11 17:16:25 +01:00
WBLKLeipe
e9017c9087
Days -> DaysLeft
2021-11-11 16:25:29 +01:00
WBLKLeipe
c981add07c
Smaller, Better, PHPstorm. Refactored some Variabled
2021-11-11 16:19:16 +01:00
WBLKLeipe
6e398c3ddf
CTRL + ALT + L
2021-11-11 15:44:52 +01:00
WBLKLeipe
feb3f10074
DocBlocks
2021-11-08 11:54:59 +01:00
WBLKLeipe
88944235f2
Show Client running out of Credits in Admin overview
2021-11-08 11:52:09 +01:00
WBLKLeipe
14bceeb311
Fix "You Ran out of Credits - hours"
2021-11-08 07:38:29 +01:00
Dennis
3fac4f87c0
Merge pull request #265 from 1day2die/fix_Tax
...
Full configurable Tax support
2021-11-07 20:57:11 +01:00
1day2die
c664e60af7
Update Payment.php
2021-11-07 19:18:06 +01:00
1day2die
e3829af116
fix docblocks? at this point im really nervous whats right and whats wrong
2021-11-07 18:43:38 +01:00
1day2die
8593bb8517
fix docblocks?
2021-11-07 18:39:20 +01:00
AnonDev
18e2a88e06
Update PaypalProductController.php
2021-11-07 18:06:32 +01:00
AnonDev
c66f820462
Update ProductController.php
2021-11-07 18:05:47 +01:00
AnonDev
574dd24871
Update ServerController.php
2021-11-07 18:04:56 +01:00
1day2die
487040f06a
DocBlocks
2021-11-07 18:02:53 +01:00
AnonDev
84a214aedd
Update ProductController.php
2021-11-07 18:01:23 +01:00
AnonDev
5b8ca6e9c5
Update ProfileController.php
2021-11-07 18:00:29 +01:00
AnonDev
23424d4ed4
Update ServerController.php
2021-11-07 17:58:01 +01:00
AVMG
7d36d3b1a4
Merge pull request #270 from ControlPanel-gg/product_linking
...
added node location in node select
2021-11-07 16:30:03 +01:00
AVMG20
88f2c22804
added node location in node select
2021-11-07 16:29:18 +01:00
AVMG20
2eb4d6ba74
updated side nav bar
2021-11-07 12:16:46 +01:00
AVMG
0039950a01
Merge pull request #267 from ControlPanel-gg/configuration_options_caching
...
Caching configuration options
2021-11-07 12:12:21 +01:00
AVMG20
bf5c36b232
cleanup
2021-11-07 12:10:46 +01:00
AVMG20
8c7c938c6a
fine tuning :)
2021-11-07 12:07:30 +01:00
AVMG20
5cb91ea767
Caching configuration options
2021-11-07 02:13:36 +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
Jovan Jovanovic
9ac391d75b
fix(tax): formatCurrency -> formatToCurrency
2021-11-06 01:32:51 +01:00
AVMG20
75622d3958
Merge remote-tracking branch 'origin/product_links' into development
2021-11-05 19:46:50 +01:00
1day2die
9e8abe314b
Refactor as J22j suggested
2021-11-05 17:38:05 +01:00
WBLKLeipe
3f67ac5f21
Fixing FormatCurrency
2021-11-05 09:00:18 +01:00
WBLKLeipe
93d8dfcf0b
EVERYTHING WORKING - Safing
2021-11-05 08:45:29 +01:00
WBLKLeipe
c69c28bd89
Brackets!
2021-11-05 07:59:25 +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
AVMG20
79b1be655c
Syntax error and changing notification text
2021-11-03 20:35:07 +01:00
AVMG
fbfbbda8f3
Merge pull request #243 from 1day2die/Fix_HomeView_CreditsLeft
...
Credits-Left box from View to Controller
2021-11-03 20:10:06 +01:00
Dennis
5ad0899516
:: to ->
2021-11-03 13:46:53 +01:00
1day2die
1056e1db8b
let magic make this even better
...
Right DataTypes, Removed unnessecary function
2021-10-27 19:09:09 +02:00
WBLKLeipe
aca06b5441
Fixing OUT_OF_CREDITS Text
2021-10-27 09:13:52 +02:00
WBLKLeipe
85c188182d
PSR12
2021-10-27 08:41:07 +02:00
WBLKLeipe
d2705cb838
Space space space enter
2021-10-27 07:48:41 +02:00
WBLKLeipe
46173d7bfb
Beautify
2021-10-27 07:48:00 +02:00
Dennis
1edb4eb583
pass credits
2021-10-26 19:26:41 +02:00
Dennis
72165b0d95
fix strings to int
2021-10-26 19:24:08 +02:00
1day2die
a2e4798b3d
PSR12
2021-10-26 17:55:55 +02:00
1day2die
fe588c5069
more variables
2021-10-26 17:51:15 +02:00
WBLKLeipe
c92b435f65
Comments
2021-10-26 16:54:51 +02:00
WBLKLeipe
903ca36b7b
The ways supposed to be
2021-10-26 16:53:53 +02:00
WBLKLeipe
3055c2f550
Fixed Redundant code
2021-10-26 16:24:57 +02:00
WBLKLeipe
70b937324e
formatting?
2021-10-26 16:18:16 +02:00
WBLKLeipe
ed3edd181b
Fix
2021-10-26 16:12:47 +02:00
Jozef
015f735a4f
Added to it shows the currency of your coins in the notification
2021-10-26 14:53:11 +01:00
Dennis
8ee876b30a
Fix for " redeclare"-error
2021-10-26 14:13:42 +02:00
AVMG
1e987bbbbc
Merge pull request #229 from 1day2die/fix_welcomemessage
...
Disable Discord/Email Credit WelcomeMessages if not set
2021-10-20 08:22:10 +02:00
AVMG
d71bc134fb
Merge pull request #230 from 1day2die/fix_SERVER_LIMIT_REWARD_
...
Fix server limit reward
2021-10-19 19:49:45 +02:00
AVMG20
deb4e89701
temp removed discord images
2021-10-14 20:32:44 +02:00
Dennis
e89c25cdcf
Hotfix HotFix to change Hard-Coded Server-limit-after-IRL-Purchase
...
This is absolutely not tested as i have no dev env right now
2021-10-14 09:08:20 +02:00
Dennis
c2dadbf996
Reverse changes
2021-10-14 09:03:59 +02:00
Dennis
306536206b
Update WelcomeMessage.php
2021-10-13 23:29:42 +02:00
Dennis
8b963f170c
Update WelcomeMessage.php
2021-10-13 23:26:18 +02:00
Dennis
c8c8ae753d
Disable Discord/Email Credit Messages if not set
...
This is a quick and dirty way I suppose? But it works and makes Companys that dont give away free servers not look that dumb
2021-10-13 23:21:53 +02:00
AVMG20
2249738446
Return value was placed in an array, this altered the response from the array which could break existing implementations
2021-10-13 22:34:05 +02:00
Dennis
73fe6a502a
space
2021-10-13 22:05:37 +02:00
Dennis
4f838d89bb
Fixed error with discord pics not loading
2021-10-13 19:24:40 +02:00
Dennis
6325cd8f87
Beautify as AVMG wishes spacespacespaceenter
2021-10-13 18:47:45 +02:00
Dennis
228d55c389
If discord is connected, use discord avatar instead of gravatar
2021-10-13 18:39:51 +02:00
AVMG20
01b5ec80a6
cleanup
2021-10-12 21:37:11 +02:00
AVMG20
1f8b34e684
improved api endpoints
...
added includes and filters on most GET request routes
added discord id support for notifications
added register user endpoint
2021-10-12 21:36:13 +02:00
AVMG20
3665b9ff55
improved user controller
2021-10-11 23:46:06 +02:00
LogischJo
e53a055bc2
Merge pull request #211 from j122j/minimum-credits
...
Add minimal credits per product
2021-10-06 21:55:11 +02:00
Dennis
4f953474cd
Merge pull request #216 from j122j/config-types
...
Change input type based on configuration type
2021-10-04 13:34:10 +02:00
Dennis
0ddeadfd27
Merge pull request #214 from j122j/voucher-users
...
Shows who redeemed vouchers
2021-10-04 13:33:39 +02:00
Jovan Jovanovic
76595aa7bb
Change input type based on configuration type
2021-10-03 23:47:06 +02:00
Jovan Jovanovic
4d3c6c7a13
Fix select if using global limit
2021-10-03 15:18:08 +02:00
Jovan Jovanovic
7d229ec25b
Remove the global check for minimum required credits
2021-10-03 14:47:51 +02:00
Jovan Jovanovic
6be22c0eea
Add voucher users
2021-10-03 00:55:10 +02:00
Jovan Jovanovic
76d7710d0e
Add form data casts for numbers
2021-10-02 18:29:32 +02:00
Jovan Jovanovic
28af0c0530
Add minimal credits per product
2021-10-01 23:21:49 +02:00
Johannes
241014134f
Fix formatting
2021-09-27 20:27:06 +02:00
Johannes
b1ca573dd1
User server gets suspended / unsuspended if an user accounts get suspended / unsuspended
2021-09-27 18:43:07 +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
822d3b9540
fixed admin delete server, when server couldn't be found
...
when you try to delete a server which has already been deleted in pterodactyl, the delete will trow an error.
2021-09-15 08:30:15 +02:00
AVMG20
5877ddbe81
update auto unsuspend servers to be server resource friendlier
2021-09-09 21:09:57 +02:00
AVMG20
b8c8cb7404
cleanup + auto unsuspend servers when credits update
2021-09-09 20:50:16 +02:00
Jovan Jovanovic
5333139204
Use product limmit instead of hardcoded one
2021-08-10 00:49:28 +02:00
Jovan Jovanovic
e764327e32
Merge branch 'development' into custom-notifications
2021-08-04 23:15:04 +02:00
Jovan Jovanovic
e58b8c2aad
Add array separator
2021-08-04 22:17:50 +02:00
Jovan Jovanovic
e97ae55725
Send notification to multiple users
2021-08-04 22:01:50 +02:00
Jovan Jovanovic
a19cbb1575
Merge database and mail fields
2021-08-03 22:46:58 +02:00
Jovan Jovanovic
0597b4aabe
Add admin ui
2021-08-03 04:03:02 +02:00
Jovan Jovanovic
aa19844d8e
Remove required_if
2021-08-03 00:25:55 +02:00
Jovan Jovanovic
2f92967a9c
Add notifications api
2021-08-03 00:10:59 +02:00
AVMG20
e9bc2e8827
CREDITS_DISPLAY_NAME
2021-08-02 20:32:22 +02:00
AVMG20
3f78d7dd1d
small addition to the delete
2021-08-02 19:44:14 +02:00
AVMG20
370c85585c
added the option to change the credits display name
2021-08-02 19:25:33 +02:00
AVMG20
cd4a01db7b
make user command, made password field invis
2021-08-02 17:52:26 +02:00
AVMG20
07454ddd78
500 | Server Error on Duplicate Voucher #133
...
Fixed!
2021-08-02 17:49:37 +02:00
AVMG20
a07749e04b
fixed a bug: is ptero is down don't delete the server from our side
...
if pterodactylpanel would be down and you would delete your server then it would be removed from controlpanel but not from pterodactyl, it now makes sure to delete on pterodactyl before deleting on controlpanel
2021-08-02 16:47:22 +02:00
AVMG20
27028c9711
cleanup
2021-08-02 16:33:34 +02:00
AVMG
a857aa488a
Merge pull request #152 from Hiekki4/development
...
increment & decrement endpoints
2021-08-02 16:20:52 +02:00
António Duarte
f177ae53ce
Update UserController.php
2021-08-01 18:52:44 +01:00
AVMG
9abd00f97a
Merge pull request #156 from j122j/vouchers-add-time
...
Vouchers add time
2021-07-29 19:48:15 +02:00
Jovan Jovanovic
f0a31fd4e2
Add support to add time for voucher expires_at
2021-07-28 18:22:12 +02:00
Jovan Jovanovic
916fbad8af
Clean up some code
2021-07-28 16:56:02 +02:00
Hiekki
adba5b1fdb
Validation for negative values
2021-07-28 09:47:10 +01:00
AVMG20
a5d030e710
improved the make user command to give better feedback
2021-07-28 10:05:01 +02:00
Hiekki
b12007aea3
decrement and increment endpoints
2021-07-27 13:20:31 +01:00
Hiekki
696ce64df3
[WIP] increment
2021-07-27 09:15:10 +01:00
Jovan Jovanovic
bdc1981c36
Add DynamicNotification and notification api endpoints
2021-07-26 04:24:55 +02:00
Hiekki
f331049ec0
AVMG
2021-07-25 23:38:12 +01:00
António Duarte
57edcd0b57
Update UserController.php
2021-07-25 19:20:43 +01:00
António Duarte
dbf389e717
Update UserController.php
2021-07-25 19:19:59 +01:00
Hiekki
32f6fb5198
AddCredits endpoint is working
2021-07-25 17:07:03 +01:00
Hiekki
28ab548094
credits endpoint [WORK IN PROGRESS]
2021-07-23 20:41:49 +01:00
AVMG20
cb4ade5a5d
Fixed 500 error when linking discord accounts
2021-07-16 09:21:30 +02:00
AVMG20
4d0c9deab9
added voucher api
2021-07-15 22:16:26 +02:00
AVMG20
fc2d972183
Fixed a bug where deleting a user wouldn't delete the linked discord acc
2021-07-13 21:33:08 +02:00
AVMG20
a4863075eb
small error response change
2021-07-12 13:47:57 +02:00
AVMG20
735097d722
tested voucher controller
2021-07-12 13:44:26 +02:00
AVMG20
78d298c119
added datetime picker and better date validation
2021-07-12 12:54:59 +02:00
AVMG20
4e9ba7866f
improved force verify, added login recaptcha
...
+ removed store when paypal isn't set-up correctly
2021-07-11 11:03:35 +02:00
AVMG20
7c4fedfa93
added activity log to vouchers, added rate limits to voucher redeem form
2021-07-10 09:41:24 +02:00
AVMG20
348868d6bd
detach all vouchers from the user when deleting the user
2021-07-10 09:24:14 +02:00
AVMG20
8b4ccaabc9
made voucher memo nullable
2021-07-10 09:15:47 +02:00
AVMG20
7aa6acb5d8
added the ability to edit vouchers
2021-07-10 09:10:42 +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
c31d67e2f4
added clone function to clone products
2021-07-06 23:19:25 +02:00
AVMG20
bd45b3b713
Linking of products to nodes and/or eggs
2021-07-06 21:38:13 +02:00
AVMG20
77444496a2
cleanup
2021-07-05 21:49:28 +02:00
AVMG20
c0f9436ffd
tiny validation fixes
2021-07-05 21:06:13 +02:00
AVMG20
6a431edd8b
Allocation limit added
2021-07-05 20:47:29 +02:00
AVMG20
2279cc492e
import script for pterodactyl users
2021-07-01 14:33:52 +02:00
AVMG20
2862c64979
added some more error logging to server creation
2021-06-30 23:53:28 +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
AVMG
a8f455c6c4
Bool to null
2021-06-27 00:02:27 +02:00
AVMG20
7d34a15860
minor tweaks to force verification
2021-06-26 23:56:54 +02:00
Johannes
19e34dee81
Small addition
2021-06-26 23:11:15 +02:00
Johannes
bfa7a84e0b
Fix: Force Verification
2021-06-26 22:04:23 +02:00
AVMG20
f54b596128
notification additions
2021-06-26 16:57:03 +02:00
AVMG20
5171f01852
added suspended server notification
2021-06-26 00:24:44 +02:00
AVMG20
eeee4fffb0
cleanup charge credits command
2021-06-25 23:42:53 +02:00
AVMG
131321b83f
Merge branch 'development' into patch-1
2021-06-23 12:49:21 +02:00
AnonDev
c8a2143b9d
Not needed
2021-06-23 12:32:20 +02:00
AVMG20
2f9dce8ddf
Adding the correct currency_code to payments
2021-06-23 12:22:08 +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
fff45d4f75
changed the required CPU minimum from 5 to 0 in products
2021-06-22 21:39:32 +02:00
AVMG20
e40b2c49b2
added extra config option for server limit after purchases
2021-06-22 21:25:04 +02:00
Anon Dev
cdd75b4841
Show description instead of display
2021-06-17 20:35:13 +02:00
Anon Dev
e587c3a23b
Update PaymentController.php
2021-06-16 16:35:07 +02:00
AVMG20
137f54818d
Isseu: Pterodactyl zero allocations found #24
2021-06-15 17:39:43 +02:00
AVMG20
a0b5434c13
removed Que worker from cron jobs
2021-06-15 11:23:44 +02:00
AVMG20
4b628988ee
role to discord user
...
added the ability to give a role to the discord user that has verified there discord
2021-06-12 17:29:08 +02:00
AVMG20
c9571988a5
removed the resend verification in the admin panel
2021-06-12 17:11:44 +02:00
AVMG20
5aeacbd7fc
small bug fix where ptero id validation stopped working
2021-06-12 17:05:54 +02:00
AVMG20
6969b7fadf
Discord 0Auth more optional, .env.example cleanup
2021-06-12 14:54:00 +02:00
AVMG20
6c175c9160
cleanup
2021-06-12 14:40:40 +02:00
AVMG20
0e5eda1470
clickable link to pterodactyl when clicking on the users name
2021-06-12 14:15:36 +02:00
AVMG20
662135451e
Remind to verify email #30
2021-06-12 14:00:28 +02:00
AVMG20
5f6221e88a
Testing usefulLinkController
2021-06-11 10:33:26 +02:00
AVMG20
d7a9e47d62
usefullinks bug fix cuss of merge request :)
2021-06-10 23:38:37 +02:00
AVMG
e0199589dc
Merge branch 'development' into useful_links_and_menu
2021-06-10 23:36:50 +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
ffa6035c2b
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:25:13 +02:00
AVMG20
acdf7965ea
API authorization and Testing WIP
2021-06-10 21:09:37 +02:00
AVMG20
0a7e000550
Fixed a bug where you couldn't edit a user due to pterodactyl id
2021-06-10 14:37:48 +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
RamonRobben
bfdbe62cd7
General improvements to testing environment and removed clutter ( #36 )
2021-06-09 20:53:58 +02:00
LogischJo
5aba2c27bc
Password Changes from Admin User Edit ( #33 )
...
* Password Changes from Admin User Edit
With this Commit Admins can change the user password from the admin user edit page
* Admin Password Change: UI Changes
2021-06-09 00:16:31 +02:00
AVMG20
d0e6dc0367
Changes the way discord verification works
2021-06-08 00:04:33 +02:00