nicolas.dorier
2fa87e33fc
Display the keypad's running total more prominently
2025-06-04 12:33:16 +09:00
nicolas.dorier
21d609aab0
Remove zap from lightning wallet recommendation
2025-05-30 12:52:19 +09:00
armelinw
68692df773
Add documentation for Phoenixd ( #6745 )
2025-05-27 23:00:17 +09:00
nicolas.dorier
b45a575ee4
Add ability to RBF a transaction with a single output
2025-05-23 10:16:57 +09:00
Nicolas Dorier
5f7a686833
Show tax rate in receipt, adjust keypad display ( #6739 )
...
* Show tax rate in receipt, adjust keypad display
* Adjust small nits in the view
2025-05-20 13:31:29 +09:00
Nicolas Dorier
932d313dee
Can apply tax rates to PoS items ( #6724 )
2025-05-19 10:35:46 +09:00
rockstardev
24d84e6f8f
Adding links to invoice for review
2025-05-15 22:39:55 -05:00
rockstardev
2b86d4c9dc
InvoiceExpiredPaidPartial and InvoicePaidAfterExpiration webhooks
2025-05-15 22:39:54 -05:00
rockstardev
9e1412ebba
Removing unnecessary quote
2025-05-11 23:13:30 -05:00
Nicolas Dorier
1e79730c6e
Implement store templates ( #6704 )
...
* Implement store templates
* Use the template for the default rate rules
* Polish messages
* Do not show exchange selection if template has a script
2025-05-09 15:58:24 +09:00
Nicolas Dorier
0fbff219d2
Merge pull request #6708 from btcpayserver/feat/extension-points
...
Providing extension points for wallet setup
2025-05-09 08:59:32 +09:00
Nicolas Dorier
fb0e4addfe
Merge pull request #6706 from btcpayserver/feat/connection-string
...
Switching to using textarea in order to display full lightning connection string
2025-05-09 08:58:48 +09:00
rockstardev
f8533934f4
Providing extension points for wallet setup
2025-05-08 17:01:30 -05:00
rockstardev
312014c55e
Switching to value within textarea
2025-05-08 16:17:20 -05:00
nicolas.dorier
9dc1aeda72
[Feature] Can configure fallback rates
2025-05-08 19:05:55 +09:00
rockstardev
3d2b24a240
Switching to using textarea in order to display full lightning connection string
2025-05-07 17:52:03 -05:00
rockstardev
20d3fb38d8
Formatting page to align with .editorconfig
2025-05-07 17:50:57 -05:00
nicolas.dorier
ee83769a7b
Make test less flaky
2025-04-28 13:56:34 +09:00
d11n
abd180f4d3
QR scanner: Properly handle BIP21 input ( #6693 )
...
* QR scanner: Properly handle BIP21 input
Fixes #6665 . Supersedes and closes #6672 .
Details [here](https://github.com/btcpayserver/btcpayserver/pull/6672#issuecomment-2809299548 )
* Update BTCPayServer/wwwroot/js/wallet/wallet-camera-scanner.js
* Fix scanner Vue component
2025-04-24 09:00:32 +09:00
nicolas.dorier
5f908322c2
Make Rider a bit less verbose Code cleanup
2025-04-23 16:51:56 +09:00
Nicolas Dorier
b96491a804
Fix: PSBT Signing Option in MultiSig Server redirected incorrectly ( fix #6668 ) ( #6690 )
2025-04-23 14:40:28 +09:00
Nicolas Dorier
3d363baa9e
Fix: Recreating an aborted TX in MultiSig on Server setup crashes ( #6682 )
2025-04-21 17:10:28 +09:00
Nicolas Dorier
2f26979ed7
Refactor vault ( #6678 )
...
* Use Blazor for the Vault code
* Put elements in different file
* Controller abstraction
* Break into VaultElement
2025-04-21 17:09:46 +09:00
Nicolas Dorier
bf277f03c4
Merge pull request #6675 from wbalbo/fix-add-confirmation-deletion-email-rules
...
Fix: adding a confirmation for the deletion of Email Rule
2025-04-21 00:02:24 +09:00
nicolas.dorier
892dda0d3b
Fix tests
2025-04-20 23:48:03 +09:00
wellingtonbalbo
61782940c5
Removed the form tag because isn`t necessary.
2025-04-18 07:54:11 -03:00
wellingtonbalbo
c6d5246720
- Removed the JS functions created by me
...
- Used the same logic as the StoreUsers.cshtml page to design the remove modal
- Removed the unit test part related to the deletion of email rules, since using this way of remove above is not possible to unit test, at least I didn't found an example to look at.
2025-04-17 22:32:07 -03:00
Nicolas Dorier
189401687e
Fix: Managers could not manage payouts in the UI ( #6679 )
2025-04-16 08:15:44 +02:00
rockstardev
c3998fdf34
Addressing PR review issues
2025-04-16 10:49:08 +09:00
rockstardev
cab6ed14cb
Ensuring template for Payment Request Completed email rule
2025-04-16 10:41:00 +09:00
rockstardev
913509e320
Fixing link to Email Rules
2025-04-16 10:38:28 +09:00
rockstardev
fdde3096d0
Allowing copying of Payment Request URL
2025-04-16 10:38:25 +09:00
rockstardev
d2debaa842
Adding Reference Number to Payment Requests
2025-04-16 09:39:29 +09:00
Honza Pobořil
d3359f4c55
Added inputmode="decimal“ to POS Cart app ( #6673 )
...
So the iOS will show numpad for this fields.
2025-04-14 08:08:12 +02:00
wellingtonbalbo
8d14848671
Fix adding a confirmation for deletion of Email Rules.
...
Also added a template on how we could call the confirmation screen using Javascript, without refreshing the page.
Finally, added a UX way to close the modal, pressing ESC.
2025-04-12 13:07:20 -03:00
rockstardev
772b9f9b4e
Bugfixing interpolation on PaymentRequest
...
Adding TrimmerId as field as well
2025-04-10 15:45:34 -05:00
d11n
1c921030dc
Store users: Ensure the last owner cannot be downgraded ( #6654 )
...
* Store users: Ensure the last owner cannot be downgraded
Changes the behaviour of the `AddOrUpdateStoreUser` method to throw errors for the failure cases, so that the UI and API can report the actual problem. A role change might fail if the user already has that role or if they are the last owner of the store.
* Cleanup code
---------
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com >
2025-04-08 17:21:07 +09:00
nicolas.dorier
c5270fa441
Strengthen JS code to avoid injections
2025-03-27 16:16:55 +09:00
nicolas.dorier
631a0a22b5
Small nits
2025-03-27 16:08:15 +09:00
rockstardev
2e848797a3
Using CallbackGenerator as Nicolas requested
2025-03-26 23:08:48 -05:00
rockstardev
2427740e79
Providing TrimmedId property for shorter txn id
2025-03-26 23:08:48 -05:00
rockstardev
dd17cd25cb
Triggering webhook for pending transaction events
...
Adding Cancelled event as well
2025-03-26 23:08:48 -05:00
rockstardev
6784be2ce2
Adding logic to count signatures in multisig
2025-03-26 23:08:48 -05:00
rockstardev
b631c2ee80
Adding breadcrumbs per request
2025-03-23 09:04:11 -05:00
rockstardev
8aa6ac289d
Fixing the problem with permission on CreateEmailRule button
2025-03-23 09:04:11 -05:00
rockstardev
55cdd63c44
Renaming methods to align with views
2025-03-23 09:04:11 -05:00
rockstardev
0997e9b76c
Fixing Selenium tests
2025-03-23 09:04:11 -05:00
rockstardev
1b2dfb3e82
Removing legacy class
2025-03-23 09:04:11 -05:00
rockstardev
d800cab2d1
Sorting Webhook text so it is ordered for user selection
2025-03-23 09:04:10 -05:00
rockstardev
5ce8648bd2
Fixing tests
2025-03-23 09:04:10 -05:00