1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-15 07:33:04 +01:00
Commit Graph

24 Commits

Author SHA1 Message Date
Benjamin Beganović
abe8bbcd5d
Refactor PowerBoard (#102)
* make container nicer

* assets rebuild

* authorize powerband card (3ds)

* add reference to build file

* update authorize (3ds) view

* assets rebuild

* unify 3ds and non-3ds auth/pay

* assets rebuild

* authorize

* pay

* update vite refs

* pay

* hide authorize button

* intercepting form on authorize

* assets build

* wip

* init powerboard in data ref

* fixes for blank placeholders

* reset the form on failed 3ds

* handling unsuccessful errors

* send email on payment failed

* fixes for 3ds fail on auth

* assets rebuild

* make card_name required

* make card_name required (on auth)

* fixes for blocked pay-now button

* fixes for reload

* fixes for reload

* build

* make client name required

* skip fields checking if no required fields

* on request, return json response

* check for plain not_authenticated response

* flash message when no action is present

* fixes for exec order on token

* assets build

* check for plain not_authenticated response (pay)

* assets build
2024-09-17 10:05:19 +10:00
David Bomba
036aca49a4 Rollback for new payment flow 2024-08-22 16:45:06 +10:00
David Bomba
953e2e3e48 Improve queries 2024-06-15 16:51:34 +10:00
David Bomba
72aadc0c16 php-cs-fixer 2024-06-14 17:09:44 +10:00
David Bomba
0427f6c317 Fixes for static analysis 2024-06-06 12:31:24 +10:00
Benjamin Beganović
f3ffc3d4d5 override always_show_required_fields with is_subscription 2024-05-09 00:53:45 +02:00
David Bomba
50e211104d Improvements for showing required fields 2024-04-25 17:46:11 +10:00
David Bomba
ecad93afff Updated translations 2024-04-20 09:26:10 +10:00
David Bomba
efeb5bec74 Show required fields 2024-04-20 09:25:54 +10:00
David Bomba
f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
Benjamin Beganović
c532a43e70 Fixes for auto submitting the form 2024-04-02 13:12:30 +02:00
Benjamin Beganović
31942cb401 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-21 16:27:23 +01:00
David Bomba
ba4cd4508b Fixes for restoring deleted user 2024-03-21 08:01:13 +11:00
Benjamin Beganović
e3e19208a4 Fixes for skipping 2024-03-15 01:58:17 +01:00
David Bomba
0186368f39 Do not force delete tokens when logging out 2024-03-15 09:08:44 +11:00
Benjamin Beganović
7eb4235c43 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-14 16:21:25 +01:00
Benjamin Beganović
0c006d961b Refactor RequiredClientInfo component to handle empty fields and source query parameter 2024-03-14 15:57:50 +01:00
David Bomba
08dee1309e Fixes and improvements for templates 2024-03-11 19:37:53 +11:00
David Bomba
f0ad4175aa Fixes for required client invoice + SMTP transport 2024-03-11 13:35:16 +11:00
Benjamin Beganović
6d93e11c65 Remove overwrites for fields (RFF) 2024-03-05 19:10:34 +01:00
Benjamin Beganović
53c69189f7 Add required fields for contact information 2024-03-04 17:30:28 +01:00
Benjamin Beganović
938ffbe66b Form only view for required client info 2024-02-22 14:07:34 +01:00
Jason Beggs
032648f18b More Livewire v3 tweaks 2023-12-14 20:29:47 -05:00
Jason Beggs
e27ee40ff3 Start upgrading Livewire to v3 2023-12-13 11:52:49 -05:00