Commit graph

7577 commits

Author SHA1 Message Date
nicolas.dorier
413b88faf1
Fixup hack invoice mark complete 2024-03-02 19:44:03 +09:00
nicolas.dorier
ee961a8691
Allow manual marking invoice for a topup 2024-03-02 12:47:30 +09:00
rockstardev
e86b32f06c Adding setState("WaitingForCard") for blank cards 2024-02-29 05:18:19 -06:00
rockstardev
fe3a0d344a Blank and not init card error message 2024-02-29 04:38:22 -06:00
nicolas.dorier
27150bcd4e
Improve error message handling 2024-02-29 09:27:01 +09:00
Kukks
d5c8283d01
show card not initialized method 2024-02-28 14:23:52 +00:00
rockstardev
786997a2d3 Revert "Making it all on the same line"
This reverts commit 563ef3cab4.

(cherry picked from commit 6e22f8c4d759b9ca4ff8bbc74eb6665fb64331f7)
2024-02-28 08:15:55 -06:00
Kukks
19c25412e4
scan card error 2024-02-28 14:11:37 +00:00
rockstardev
563ef3cab4 Making it all on the same line 2024-02-28 06:47:05 -06:00
rockstardev
352acd484c Shortening destination in receipt 2024-02-28 06:36:08 -06:00
Kukks
12cdc0c0e7
Handle payouts async in ln processor
# Conflicts:
#	BTCPayServer/PayoutProcessors/BaseAutomatedPayoutProcessor.cs
2024-02-27 12:17:28 +00:00
nicolas.dorier
b110b7713e
Save invoice id in Payout's destination 2024-02-22 09:21:37 +09:00
nicolas.dorier
7d67f729c8
Use bech32 format for lnurl 2024-02-21 21:58:25 +09:00
nicolas.dorier
f08608f766
Add lnurlpay to balance 2024-02-21 17:45:15 +09:00
nicolas.dorier
2d370b8cea
Fix conversion 2024-02-21 10:18:03 +09:00
rockstardev
2c480f57c2 Adding margin top on Balance check close button 2024-02-20 18:11:05 -06:00
nicolas.dorier
b1c171a5d9
Pull Payment LNURLW have a paylink 2024-02-20 18:53:26 +09:00
nicolas.dorier
692a13e0c8
Topup 2024-02-19 15:34:12 +09:00
nicolas.dorier
d9b6e465c0
debug 2024-02-15 18:25:28 +09:00
nicolas.dorier
a4485b5377
Boltcard Balance 2024-02-14 16:45:03 +09:00
nicolas.dorier
4c0c2d2e94
fix 2024-02-09 16:33:57 +09:00
nicolas.dorier
89062fcb10
debug 2024-02-09 12:35:00 +09:00
nicolas.dorier
a2087ce722
fix 2024-02-09 12:28:58 +09:00
nicolas.dorier
312997c063
Boltcard Factory plugin 2024-02-09 12:18:26 +09:00
nicolas.dorier
9380d4ca48
Only show setup/reset when the page is fully loaded 2024-02-09 09:23:55 +09:00
nicolas.dorier
d44ec19663
debug 2024-02-09 09:21:54 +09:00
nicolas.dorier
12c871bfd8
debug 2024-02-09 09:21:54 +09:00
nicolas.dorier
f86f858499
debug 2024-02-09 09:21:54 +09:00
nicolas.dorier
7675dce000
Make test CanConfigureCheckout less flaky 2024-02-09 09:21:54 +09:00
nicolas.dorier
b9ef41b8c3
Allow passing LNURLW to register boltcard 2024-02-09 09:21:53 +09:00
nicolas.dorier
18fe420b74
If pull payment opened in mobile, use deeplink to setup card 2024-02-09 09:21:27 +09:00
nicolas.dorier
b7be93c569
Update NTag424 lib 2024-02-08 19:12:14 +09:00
nicolas.dorier
cd01a7b727
Improve performance of payout db queries 2024-02-08 16:44:03 +09:00
nicolas.dorier
b96e73a002
Fix: Payouts state could turn cancelled even if payment was successful 2024-02-08 16:32:41 +09:00
d11n
0bf22ddf29
Do not require user approval by default (#5733)
As discussed on Mattermost.
2024-02-06 17:04:18 +09:00
Pavlenex
1c4dc382a8
Merge pull request #5683 from pavlenex/release-cycles-doc
Create RELEASE-CYCLES.md
2024-02-05 19:42:15 +05:00
d11n
71c5566f2b
Dashboard: Tooltip for balance on a particular day (#5650)
Closes #5617.
2024-02-02 11:29:35 +01:00
Chukwuleta Tobechi
6621859567
remove decimals for Colombian (COP) and Argentina's Peso (ARS) (#5710)
* remove decimals for Colombian (COP) and Argentina's Peso (ARS)

* remove js currency hardcoding

* Fixes removal of columbia and argentina's peso

* Refactor

---------

Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2024-02-02 17:16:13 +09:00
Nicolas Dorier
6437967e60
Fix: Closing Balance in Dashboard was showing incorrect value (#5716) 2024-02-01 15:13:05 +09:00
nicolas.dorier
c5a926c50c
Fix Kraken rate for LTC 2024-02-01 14:45:59 +09:00
nicolas.dorier
85ab691b68
bump version 2024-02-01 14:17:14 +09:00
nicolas.dorier
4d3e0ab599
Changelog 2024-02-01 10:13:18 +09:00
nicolas.dorier
02663a149e
Fix Kraken API 2024-02-01 10:09:32 +09:00
Chukwuleta Tobechi
a8fdc4798d
Remove randomize RBF from wallet UI advanced settings (#5709)
* Remove randomize RBF from wallet UI advanced settings

* remove support RBF and allow bump fee from wallet send model

* update psbt RBF
2024-01-31 21:04:19 +09:00
d11n
6290b0f3bf
Admins can approve registered users (#5647)
* Users list: Cleanups

* Policies: Flip registration settings

* Policies: Add RequireUserApproval setting

* Add approval to user

* Require approval on login and for API key

* API handling

* AccountController cleanups

* Test fix

* Apply suggestions from code review

Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>

* Add missing imports

* Communicate login requirements to user on account creation

* Add login requirements to basic auth handler

* Cleanups and test fix

* Encapsulate approval logic in user service and log approval changes

* Send follow up "Account approved" email

Closes #5656.

* Add notification for admins

* Fix creating a user via the admin view

* Update list: Unify flags into status column, add approve action

* Adjust "Resend email" wording

* Incorporate feedback from code review

* Remove duplicate test server policy reset

---------

Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2024-01-31 14:45:54 +09:00
Chukwuleta Tobechi
411e0334d0
Bitnob rate provider (#5705)
* Bitnob rate provider

* Add Bitnob as recommended exchange for NGN
2024-01-30 10:18:42 +09:00
d11n
b174977bc7
Store Email Settings: Improve configuration (#5629)
* Store Email Settings: Improve configuration

This works with the existing settings and provides better guidance about the different store email cases. Closes #5623.

* Split email and notification settings
2024-01-26 10:28:50 +01:00
nicolas.dorier
2111b67e2c
Update changelog 2024-01-25 21:03:27 +09:00
d11n
b96cfcd14d
Apps: Allow authenticated, non-owner users permissioned access (#5702)
Fixes #5698. Before this, the app lookup was constrained by the user having at least `CanModifyStoreSettings` permissions. This changes it to require the user being associated with a store, leaving the fine-grained authorization checks up to the individual actions.
2024-01-25 21:00:33 +09:00
d11n
086f713752
Wizard UI: Constrain navigation width (#5697)
This way the back and close buttons stay within the regular container size on and don't stick to the left and right end on wide screens.

Closes #5693.
2024-01-25 16:38:05 +09:00