1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
Commit Graph

6773 Commits

Author SHA1 Message Date
Benjamin Beganović
54effdc009 Update client portal login image 2021-05-31 16:45:20 +02:00
Benjamin Beganović
588aeefb35 Moving logic for confirming the 3ds process into own method 2021-05-31 16:37:46 +02:00
Benjamin Beganović
8ca1b904d7 Refactor the redirect to specific route 2021-05-31 16:23:18 +02:00
Benjamin Beganović
d701125bf1 Markdown parsing for line items 2021-05-31 14:08:24 +02:00
Benjamin Beganović
c9334daa3f Note for settings-controlled parsing of markdown 2021-05-31 13:47:22 +02:00
David Bomba
40b46f2b12 Fixes for hosted company export 2021-05-31 20:47:12 +10:00
David Bomba
829b069063 Fixes for custom translations 2021-05-31 20:40:34 +10:00
Benjamin Beganović
f5d218197a Markdown support for entity footer, public notes & terms 2021-05-31 12:19:56 +02:00
David Bomba
f5380fbb52
Merge pull request #5861 from turbo124/v5-develop
5.1.67
2021-05-31 17:19:05 +10:00
David Bomba
a2a29282b0 v5.1.67 2021-05-31 17:18:37 +10:00
David Bomba
b9191bf67a Company Ledger Adjustment 2021-05-31 15:27:26 +10:00
David Bomba
0b5232162b Working on company importer 2021-05-31 10:22:30 +10:00
David Bomba
eca6446703 Working on company importer 2021-05-31 10:10:19 +10:00
David Bomba
631e7cc4a9 Working on company importer 2021-05-31 09:47:14 +10:00
David Bomba
5e820bbba7 Working on company importer 2021-05-31 08:55:27 +10:00
David Bomba
6dc3668ff6 Fixes for tests 2021-05-31 08:17:42 +10:00
David Bomba
0f63113181
Merge pull request #5859 from turbo124/v5-develop
v5.1.66
2021-05-30 21:46:48 +10:00
David Bomba
57b62a988a Fixes for tests 2021-05-30 21:46:30 +10:00
David Bomba
d429880c1e v5.1.66 2021-05-30 21:39:54 +10:00
David Bomba
d837ca97e9 Fixes for tests 2021-05-30 21:37:34 +10:00
David Bomba
b72217d74c Fixes for import company tests 2021-05-30 21:26:43 +10:00
hillelcoren
b229a7b519 New admin portal [selfhosted] 2021-05-30 10:42:54 +00:00
hillelcoren
c40968058d New admin portal [hosted] 2021-05-30 10:39:28 +00:00
hillelcoren
2c202cc3b9 New admin portal [selfhosted] 2021-05-30 10:17:39 +00:00
hillelcoren
d8422033be New admin portal [hosted] 2021-05-30 10:14:42 +00:00
hillelcoren
a55b0db161 New admin portal [selfhosted] 2021-05-30 09:51:29 +00:00
hillelcoren
532c52159c New admin portal [hosted] 2021-05-30 09:49:01 +00:00
David Bomba
9b5a6f3468 Company Ledger import 2021-05-30 19:26:56 +10:00
David Bomba
088fefbb34 Importing Company Ledger 2021-05-30 18:11:59 +10:00
David Bomba
e86286ee9a Fixes for tests 2021-05-30 18:03:31 +10:00
David Bomba
f22745d131 Remove delivery not from try/catch block 2021-05-30 06:50:55 +10:00
Benjamin Beganović
02036e8b9e
Merge pull request #5856 from beganovich/v5-2905-registration-default-country
(v5) Defaulting blank country on client registration
2021-05-29 13:56:02 +02:00
Benjamin Beganović
23a7426e9d Make spacing & grid resizing better for medium devices (iPad-like) 2021-05-29 13:55:04 +02:00
Benjamin Beganović
0e0adc3333 Registration: Make country default to none 2021-05-29 13:47:03 +02:00
Benjamin Beganović
a2c9d247e4
Merge pull request #5855 from beganovich/v5-2905-plan-balance-due-primary
(v5) "Plain": Make balance due/outstanding label follow primary color
2021-05-29 13:40:49 +02:00
Benjamin Beganović
9e51321b37 Update designs 2021-05-29 13:39:50 +02:00
Benjamin Beganović
bd8127807c Make balance due/outstanding value follow primary color 2021-05-29 13:39:20 +02:00
Benjamin Beganović
5b2a5a1c18
Merge pull request #5854 from beganovich/v5-2905-remove-save-payment-method-checkbox
Hide "Save payment method" on Stripe credit card authorize page
2021-05-29 13:35:42 +02:00
Benjamin Beganović
945250dab8 Hide "Save payment method" on Stripe credit card authorize page 2021-05-29 13:35:06 +02:00
Benjamin Beganović
b20b275675 Update notes about accessign campaign data in BaseDriver.php 2021-05-29 13:19:36 +02:00
Benjamin Beganović
7eb6925c8e Note about accessing the UTM data in the BaseDriver.php 2021-05-29 13:17:02 +02:00
Benjamin Beganović
f64b0b3d19 Passing data about campaign into billing components 2021-05-29 13:16:45 +02:00
Benjamin Beganović
c7739e64ec Update logic for checking if webhook configuration is present 2021-05-29 13:16:22 +02:00
Benjamin Beganović
51ae534b94
Merge pull request #5852 from beganovich/v5-2905-ach
(v5) Fixes for accepting ACH webhooks
2021-05-29 13:00:30 +02:00
Benjamin Beganović
ec13e6dd14 Fixes for accepting ACH webhooks 2021-05-29 12:57:39 +02:00
David Bomba
0fe357cda6 Import Company Test 2021-05-29 08:27:06 +10:00
David Bomba
77f6bc0e0b Fixes for tests 2021-05-29 08:09:47 +10:00
hillelcoren
1c029d0116 New admin portal [selfhosted] 2021-05-28 13:49:27 +00:00
hillelcoren
86699d6c58 New admin portal [hosted] 2021-05-28 13:46:22 +00:00
hillelcoren
4ac35968fc New admin portal [selfhosted] 2021-05-28 10:28:34 +00:00