Commit Graph

2838 Commits

Author SHA1 Message Date
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
rockstardev
9cf25c7c9e Simplifying code 2025-03-23 09:04:10 -05:00
rockstardev
75dee3170f Simplifying javascript now that there aren't multiple forms on page 2025-03-23 09:04:10 -05:00
rockstardev
f0b0aa0c89 Starting dedicated pages for Email Rules 2025-03-23 09:04:10 -05:00
Pavlenex
a253be3e13 Merge pull request #6631 from thgO-O/refactor/clipboard-styling-issue-6625
Refactor: Move clipboard styling from attributes to CSS classes
2025-03-18 11:19:07 +04:00
thgOyo
11f3fbf418 refactor: update clipboard button usage in WalletReceive view 2025-03-16 16:52:37 -03:00
thgOyo
453abd1b93 refactor: update clipboard button usage in WalletSettings view 2025-03-16 16:52:22 -03:00
thgOyo
07e43989cc refactor: update clipboard button usage in Files view 2025-03-16 16:49:50 -03:00
thgOyo
40b40260ed refactor: update clipboard button usage in EnableAuthenticator view 2025-03-16 16:49:30 -03:00
thgOyo
afab345b4c refactor: update clipboard button usage in APIKeys view 2025-03-16 16:49:19 -03:00
thgOyo
711e5080e3 refactor: update clipboard button usage in EditLightningAddress view 2025-03-16 16:49:04 -03:00
thgOyo
59656fe8af refactor: update clipboard button usage in Footer view 2025-03-16 16:48:44 -03:00
thgOyo
4268abb72d refactor: update clipboard button usage in PayButton view 2025-03-16 16:48:32 -03:00
thgOyo
72b2fca87d refactor: update clipboard button usage in LightningLikeMethodCheckout view 2025-03-16 16:45:33 -03:00
thgOyo
ddd844b3c0 refactor: update clipboard button usage in BitcoinLikeMethodCheckout view 2025-03-16 16:44:04 -03:00
thgOyo
353957c9c1 refactor: update clipboard button usage in Checkout view 2025-03-16 16:43:27 -03:00
Nicolas Dorier
7126732aa9 Merge pull request #6626 from NicolasDorier/disable-cold
Disable cold wallet creation by default
2025-03-13 21:36:50 +09:00
nicolas.dorier
c3c6473e35 Disable cold wallet creation by default 2025-03-13 19:23:23 +09:00