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
Nicolas Dorier
fd67e09cf0
In Wallet Send, label were not applied to transactions ( #5700 )
2024-01-25 16:37:49 +09:00
nicolas.dorier
6f4ca47532
Add documentation for wallet export on sparrow
2024-01-25 16:37:15 +09:00
nicolas.dorier
f97f23c8a5
Do not dispose connections created by EF
2024-01-25 10:45:02 +09:00
nicolas.dorier
b62985faf4
Update changelog
2024-01-24 22:55:23 +09:00
nicolas.dorier
09c761aa31
Fix: Sometimes importing a wallet file from Electrum would fail
2024-01-24 22:53:40 +09:00
d11n
8089a938f3
Guest role: Fix redirect after store creation ( #5689 )
...
This ensures that guests land on the invoices list, which tehy are allowed to see — rather than the dashboard, which they don't have permissions for.
Fixes #5688 .
2024-01-24 11:34:16 +01:00
Nicolas Dorier
35b3fef7c5
Fix wallet import ( #5695 )
...
* Fix wallet import
* Improve error message for import of wallet file
2024-01-24 17:49:15 +09:00
d11n
f31aa43c6a
Wallet file parsing: Add Wasabi test case and re-add Electrum distinction ( #5694 )
...
* Extend tests, add Wasabi file
* Re-add Electrum distinction
* Specter: Fix indentation
* Cleanups
2024-01-24 09:28:22 +09:00
Nicolas Dorier
b03f8db06b
Refactor wallet file parsing ( Fix : #5690 ) ( #5692 )
2024-01-23 21:33:45 +09:00
nicolas.dorier
27e70a169e
Do not show warning about browser compatibility to vault on confirm address
2024-01-23 21:30:29 +09:00
d11n
6a1d17dda2
Remove ESC as a supporter ( #5685 )
...
Closes #5684 .
2024-01-22 09:00:10 +09:00
Pavlenex
95bf60c252
Create RELEASE-CYCLES.md
...
This PR adds documentation around release cycles in BTCPay and tends to outline processes and ensures there's documented structure on roles and responsibilities. Feedback welcome.
2024-01-20 13:44:39 +01:00
nicolas.dorier
31bc6dd48c
More tests on interpolation
2024-01-20 12:21:58 +09:00