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

20842 Commits

Author SHA1 Message Date
Benjamin Beganović
d34efa963f
Update GoCardlessOAuthWebhookController.php 2024-06-15 00:14:03 +02:00
Benjamin Beganović
647ac08e80 Fixed issue with retrieving company key by adding Cache facade and using stored data for company key instead of token 2024-06-14 19:14:07 +02:00
Benjamin Beganović
1c93e7bd41 Refactor GoCardless OAuth connect route to use token instead of company key 2024-06-14 19:13:01 +02:00
Benjamin Beganović
bddb5d4b28 Refactor GoCardlessOAuthController to enable OAuth2 integration and set oauth2 flag to true. 2024-06-14 18:20:01 +02:00
Benjamin Beganović
afe62f0aa8 Refactor access token and active status assignment in GoCardlessOAuthController 2024-06-14 18:18:21 +02:00
Benjamin Beganović
5d7b3231cc Add GoCardless OAuth webhook controller for webhook handling 2024-06-12 19:33:45 +02:00
Benjamin Beganović
b5495416f5 Add GoCardless webhook request validation rules 2024-06-12 19:33:39 +02:00
Benjamin Beganović
19ef27b5e5 Refactor GoCardlessOAuthWebhookController for WebhookRequest 2024-06-12 19:33:33 +02:00
Benjamin Beganović
1f179aedaa Update payload with current config in GoCardlessOAuthController 2024-06-12 19:33:26 +02:00
Benjamin Beganović
fa27afa6cd Update GoCardless OAuth Controller with company details 2024-06-11 19:50:41 +02:00
Benjamin Beganović
f15fb4c412 Add GoCardless webhook controller for processing events 2024-06-11 19:50:34 +02:00
Benjamin Beganović
e5e72123f0 Update OAuthConnectConfirmRequest validation rules 2024-06-11 19:50:28 +02:00
Benjamin Beganović
bffed73117 Add Gocardless redirect URI to services configuration 2024-06-11 19:50:21 +02:00
Benjamin Beganović
5878340523 Add new view for GoCardless access denied page 2024-06-11 19:50:15 +02:00
Benjamin Beganović
8f8ab095bb Add completed GoCardless connection view template 2024-06-11 19:50:08 +02:00
Benjamin Beganović
b0383312c1 Add route for GoCardless OAuth connect confirmation 2024-06-11 19:50:00 +02:00
Benjamin Beganović
46be0bf268 remove token from confirmation route 2024-06-05 19:26:00 +02:00
Benjamin Beganović
fa37dd62a9 routes & config 2024-06-03 20:01:07 +02:00
Benjamin Beganović
0f0c5a7de8 gocardless oauth connection 2024-06-03 20:01:01 +02:00
Benjamin Beganović
f1ac41a5c4 request for confirmation connect 2024-06-03 20:00:50 +02:00
Benjamin Beganović
2447ef9d7d request for initial connect 2024-06-03 20:00:34 +02:00
Benjamin Beganović
8ee778ce2a add gocardless env keys 2024-06-03 20:00:21 +02:00
David Bomba
b8e4a7243c
Merge pull request #9579 from turbo124/v5-develop
v5.9.1
2024-06-02 19:48:55 +10:00
David Bomba
e5bc935515 v5.9.1 2024-06-02 19:48:33 +10:00
David Bomba
0a9d0ff9da
Merge pull request #9577 from turbo124/v5-develop
v5.9.0
2024-06-02 19:32:05 +10:00
David Bomba
5d6ec31e8c v5.9.0 2024-06-02 19:31:38 +10:00
David Bomba
2c404b4f73 Additions for shop api 2024-06-02 19:29:49 +10:00
David Bomba
6596aeb02e Minor fixes for design API tests 2024-06-02 19:11:27 +10:00
David Bomba
6ce1ea9944 Migration for e_invoice 2024-06-02 18:37:56 +10:00
David Bomba
c8dad43052 Fixes for tests 2024-06-02 18:32:51 +10:00
David Bomba
e72b0b85c2 Update lock 2024-06-01 10:51:34 +10:00
David Bomba
97d84795b5 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2024-06-01 10:50:21 +10:00
David Bomba
9e500eda57 Minor fixes 2024-06-01 10:50:19 +10:00
David Bomba
c3ebdc8946 Stubs for static service 2024-06-01 09:35:58 +10:00
David Bomba
a8237ebcdf Add selectors to task table in client portal 2024-06-01 09:17:57 +10:00
David Bomba
bbc463c3df
Merge pull request #9560 from Nisaba/v5-develop
BTCPay : Improve refund
2024-06-01 08:56:17 +10:00
David Bomba
5a1f52941d
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-06-01 08:56:06 +10:00
David Bomba
9f06bba21f
Merge pull request #9572 from turbo124/v5-develop
Updated translation strings
2024-06-01 08:51:54 +10:00
David Bomba
0ee3026355 Updated translation strings 2024-06-01 08:51:23 +10:00
David Bomba
ea57154863
Merge pull request #9571 from dshoreman/ds/fix-bank-regional-langs
Trim regional locales to two-letter country codes
2024-06-01 08:50:43 +10:00
David Bomba
b0aa3ac695
Merge pull request #9570 from beganovich/1405-client-portal
Update client information in the portal
2024-06-01 08:50:13 +10:00
Dave Shoreman
6757edf5d1
Trim regional locales to two-letter country codes
GoCardless' Bank Account Data API requires two-letter ISO 639-1 country
codes. IN passes the full locale such as *en_GB* or *pt_BR*, which
causes an "unknown error" when selecting banks in Connect Accounts.

Note: Norwegian will use the Bokmål (`nb`) form over Nynorsk (`nn`).

Fixes #9566
2024-05-31 21:04:51 +01:00
Benjamin Beganović
f76c924c3a assets production build 2024-05-31 19:47:09 +02:00
Benjamin Beganović
2d8c30244b update client card info 2024-05-31 19:46:41 +02:00
David Bomba
5dc8c4a9cf
Merge pull request #9568 from turbo124/v5-develop
updated resources
2024-05-31 23:13:59 +10:00
David Bomba
06f28bcc0d updated resources 2024-05-31 23:13:36 +10:00
David Bomba
96fb9dc943
Merge pull request #9567 from turbo124/v5-develop
Updated translations
2024-05-31 23:11:23 +10:00
David Bomba
bdbbdbc80e
Merge pull request #9349 from beganovich/1333-tailwind-v3
Tailwind v3
2024-05-31 23:11:01 +10:00
David Bomba
fd7dfb1dc8
Merge branch 'v5-develop' into 1333-tailwind-v3
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-05-31 23:10:54 +10:00
David
7f33b51893 Updated translations 2024-05-31 23:06:10 +10:00