Commit graph

922 commits

Author SHA1 Message Date
IceToast 620a6b83e9 style: 💄 Changed Next Billing Cycle behaviour 2022-07-22 04:33:54 +02:00
IceToast 23a890ecba fix: 💄 Added hyphens at next billing cycle field 2022-07-22 04:31:00 +02:00
IceToast 737bf6e8e9 chore: 🌐 Localization 2022-07-22 04:25:23 +02:00
IceToast dbbdfaa623 fix: 📝 Undo Naming 2022-07-22 04:15:40 +02:00
IceToast 7369e8a643 refactor: 🚚 Rename Yearly -> Annually 2022-07-22 04:09:34 +02:00
IceToast 08208cab72 feat: Added yearly and half-yearly billing periods 2022-07-22 04:00:23 +02:00
IceToast 78a6787607 feat: Added Server Cancelation route method and charging 2022-07-22 03:52:49 +02:00
IceToast 32384044ea fix: 🐛 Typo 2022-07-22 03:51:05 +02:00
IceToast e207c0c550 feat: Added Cancel Button & Next Billing Cycle field 2022-07-22 02:58:08 +02:00
IceToast 690e0e7e12 feat: Added migrations undo last patch db update & add cancelation of servers 2022-07-22 01:50:45 +02:00
IceToast 16eb9eeca6 Merge branch 'main' of https://github.com/ControlPanel-gg/dashboard into billing_system 2022-07-20 23:16:41 +02:00
Dennis 812126e120
Merge pull request #491 from ControlPanel-gg/development
Development
2022-07-19 20:49:17 +02:00
Dennis 041f390b1b
Merge pull request #490 from AGuyNamedJens/patch-2
Fixes an issue when you update a user since update
2022-07-19 20:49:04 +02:00
Jens 97f766db27
Update UserController.php
Fixes an issue when you update a user, it's impossible to update it, the check for referral_code is invalid.

Fixed:
- Deletes the custom check and uses laravel's check to ensure it's valid.
2022-07-19 20:27:16 +02:00
Dennis 801568c404
Merge pull request #487 from ControlPanel-gg/development
Server identifier edit
2022-07-19 10:38:27 +02:00
Dennis 02ae41b55f
Merge pull request #486 from 1day2die/edit-server-settings
Experimental Server Edit
2022-07-19 10:37:19 +02:00
1Day 0c77046c93 Experimental Server Edit 2022-07-19 10:36:40 +02:00
Dennis ce68708cdc
Merge pull request #484 from ControlPanel-gg/development
7.7.7
2022-07-19 09:49:59 +02:00
Dennis 1ac1295e43
Merge pull request #485 from AGuyNamedJens/patch-1
Fixes line-breaks on Description when creation a server
2022-07-19 08:49:04 +02:00
Jens 1ca40b30fd
Fix for linebreaks not working on description
Please, if you know how to insert this as a CSS class. Tell me
2022-07-18 23:52:47 +02:00
Dennis 10dcc4233a
Merge pull request #482 from 1day2die/logo-on-login-page
Logo on Loginpage
2022-07-12 08:00:28 +02:00
1Day 2854db13ff Update app.php 2022-07-12 07:59:55 +02:00
1Day ca481829c5 Logo on Loginpage 2022-07-12 07:57:16 +02:00
Dennis 743753574a
Merge pull request #481 from 1day2die/referral_changes
Custom Ref ID
2022-07-12 07:34:42 +02:00
1Day d197a2e251 Custom Ref ID 2022-07-12 07:33:48 +02:00
Dennis c18d5d6dfe
Merge pull request #480 from 1day2die/decimals
decimals in server price and tax
2022-07-12 07:18:23 +02:00
1Day f3269bac57 decimals in server price and tax 2022-07-12 07:17:09 +02:00
Dennis 9af085a583
Merge pull request #479 from 1day2die/GUI_ServerLimit
Add GUI Option
2022-07-12 06:54:15 +02:00
1Day 9078fa5040 Fix 2022-07-12 06:53:57 +02:00
1Day d21c5f39fa Add GUI Option 2022-07-12 06:53:04 +02:00
Dennis 3e71549d93
Merge pull request #474 from miniSpoXster777/patch-1
Add Server ID column to admin servers page
2022-07-12 06:45:16 +02:00
Dennis 73c624fd1d
Merge pull request #462 from anondev-sudo/patch-3
Fix users sorting
2022-07-12 06:44:10 +02:00
miniSpoXster777 99828e144b
Add Server ID column to admin servers page 2022-07-08 14:35:18 +02:00
IceToast 43119e22a5 fix: 🚑️ No product available at creation time 2022-06-22 12:01:47 +02:00
IceToast dfa50141fb docs: 📝 Updated Export doc 2022-06-19 00:13:54 +02:00
IceToast b6775f768d docs: 📝 Added Addon Docs 2022-06-18 23:55:43 +02:00
IceToast 8efab99c75 chore: ⬆️ Updated dependencies 2022-06-18 23:49:42 +02:00
IceToast b9b860b863 fix: 🔥 Removed charge first hour at creation -> not in use anymore 2022-06-18 23:43:58 +02:00
IceToast 609041a967 feat: Added different billing periods to servers overview page 2022-06-18 23:41:40 +02:00
AnonDev 074b00e31e
Update index.blade.php 2022-06-17 14:35:01 +02:00
IceToast 1e0a76267e
Merge pull request #455 from anondev-sudo/patch-3
Table sorting
2022-06-16 19:15:46 +02:00
IceToast 570b0b014f fix: 🚑️ ChargeServer Command 2022-06-16 19:03:59 +02:00
IceToast cad41ffb0a feat: Update last_billed to current time on unsuspend server 2022-06-16 16:18:27 +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 d7c0c26f35 fix: 🐛 Renamed Migration & changed precision on decimals to more reasonable number 2022-06-16 15:33:44 +02:00
IceToast 6c93343200 fix: 🚑️ decimal input steps to number inputs 2022-06-16 15:32:42 +02:00
IceToast fb23f43f88 feat: Added ChargeServers command & updated laravel schedule command 2022-06-16 14:54:42 +02:00
IceToast 9e8bd0a2d3 feat: Added weekly to billing_period options 2022-06-16 14:54:06 +02:00
IceToast 5c37dbcc51 feat: Added billing period to server creation 2022-06-16 12:36:01 +02:00
IceToast 4581b018b0 feat: Added billing period to edit, create and show of products 2022-06-16 12:27:53 +02:00