Immanuel Onyeka
8bf2bcc1b6
Change PM redirect links
3 年之前
Immanuel Onyeka
139dd0ec17
Add analytics tags
3 年之前
Immanuel Onyeka
6648c72d53
Place orders by traversing suppliers
3 年之前
Immanuel Onyeka
530038f8e8
Place single orders
3 年之前
Immanuel Onyeka
29361616ce
Fix stripe error during email reset
3 年之前
Immanuel Onyeka
b5d7780e2c
Remove notifications for email change requests
3 年之前
Immanuel Onyeka
ed898fa60b
Store supplier information for services
3 年之前
Immanuel Onyeka
4c00da7719
Create suppliers and referral tables
3 年之前
Immanuel Onyeka
821ed7896c
Allow order URLs to be changed
3 年之前
Immanuel Onyeka
2f8b115f27
Add reply-to for user's tickets
3 年之前
Immanuel Onyeka
a41f1c36dc
Fix import and name conflict errors
3 年之前
Immanuel Onyeka
42d00f60b9
Create support section
3 年之前
Immanuel Onyeka
ba38ef607c
Generate and process PM transactions
3 年之前
Immanuel Onyeka
b3315791f0
Check client's IP in payeer's handler
3 年之前
Immanuel Onyeka
17ed618e57
Finish transaction completion dialogs
3 年之前
Immanuel Onyeka
0d977507f7
Process and handle payeer payments
The vue components relevant to stripe were replaced with payeer's
components. A function was added to the user's controller to ease
transaction completion logic. Storing the paying state in the database is
more provider agnostic and avoids having to learn the request parameters
of payeer's redirects.
3 年之前
Immanuel Onyeka
7f70738eb6
Change payment section from stripe to payeer
3 年之前
Immanuel Onyeka
f57518c59d
Add payeer processing and config values
3 年之前
Immanuel Onyeka
f7548a49fb
Send email change requests to new address
3 年之前
Immanuel Onyeka
be98df5ea4
Correct cost miscalculation
3 年之前
Immanuel Onyeka
808b2ff7e9
Increase precision of credit amounts
The representation of credits amounts was increased by a factor of 100
to make minimum order amounts more realistic, and pricing information
more readable. The view and order controller now validate that the
quantity requested is within the service's limits.
3 年之前
Immanuel Onyeka
ae06e5ac0d
Create initial services and fix verification bug
3 年之前
Immanuel Onyeka
51d4e47f22
Use cache for stripe calls in user controller
3 年之前
Immanuel Onyeka
ca33810392
Fix single element array bug
3 年之前
Immanuel Onyeka
800fe00a1f
Retrieve the stripe key through the cache
3 年之前
Immanuel Onyeka
02946e7548
Handle registration errors correctly
3 年之前
Immanuel Onyeka
972f92d36e
Block verification routes for verified users
3 年之前
Immanuel Onyeka
45a196de1f
Allow modifying and removing cards
3 年之前
Immanuel Onyeka
9849d48895
Display billing information in settings
3 年之前
Immanuel Onyeka
6973d4d8e5
Propagate name and email changes to Stripe
3 年之前
Immanuel Onyeka
87b158d52f
Send customer receipts
3 年之前
Immanuel Onyeka
18dadd28c1
Update user credits after a charge
3 年之前
Immanuel Onyeka
6c2aae5f5a
Add a transactions table and model
3 年之前
Immanuel Onyeka
593c6b297b
Add and retrieve saved cards
3 年之前
Immanuel Onyeka
19105537d9
Create a slider for selecting or creating cards
Checkboxes and function changes were also made for for optionally saving
cards. The new payment-card component needed to be created to mount the
stripe card correctly after DOM changes.
3 年之前
Immanuel Onyeka
f027f0a407
Setup card payments
3 年之前
Immanuel Onyeka
1befa53938
Get secret key to client
3 年之前
Immanuel Onyeka
4d6424f29d
Install Stripe API and style credits page
3 年之前
Immanuel Onyeka
df96fd5522
Install laravel cashier
3 年之前
Immanuel Onyeka
b37ece7d83
Add transaction page transitioning
3 年之前
Immanuel Onyeka
fbc0ebc4c7
Insert new orders into the database
3 年之前
Immanuel Onyeka
b24b3b74d4
Render services in their components
3 年之前
Immanuel Onyeka
bcd5a1d3d8
Style services menu and legend
3 年之前
Immanuel Onyeka
486c3e9177
Add password changing
3 年之前
Immanuel Onyeka
58006c7f5a
Add email changing controller functions and routing
3 年之前
Immanuel Onyeka
3b2ea81152
Add feature for display name changes
3 年之前
Immanuel Onyeka
95b2760840
Populate and style recent activity pane
3 年之前
Immanuel Onyeka
2a3e48820a
Create models and relationships for orders
It includes seeds and factories to make testing the UI easier, and the
order of migrations needed to be changed to prevent conflicts.
3 年之前
Immanuel Onyeka
046daa0b60
Fetch user information from the server
3 年之前
Immanuel Onyeka
495829edc7
Add panel icons and background styling
3 年之前