Commit Graph

8245 Commits

Author SHA1 Message Date
rockstardev
6784be2ce2 Adding logic to count signatures in multisig 2025-03-26 23:08:48 -05:00
rockstardev
42878f23a6 Code cleanup and commenting 2025-03-26 23:08:48 -05:00
rockstardev
acfd6059b1 Pending Transaction Webhook Providers foundation 2025-03-26 23:08:48 -05:00
Nicolas Dorier
1751ad7a81 Merge pull request #6639 from dennisreimann/invoice-errors
Invoice: More concise payment method related error messages
2025-03-25 10:02:01 +09:00
Dennis Reimann
f45486f379 Invoice: More concise payment method related error messages
Makes the error messages clearer for the user and strips the timestamps, which are not necessary in this context.

Related: #6636.
2025-03-24 15:57:03 +01:00
Dennis Reimann
f8635d3ee6 UI: Fix cliboard-button coloring
Addition to 0c8b0d1dd3.
2025-03-24 15:56:53 +01:00
Nicolas Dorier
b9e8bb6190 Merge pull request #6640 from dennisreimann/fix-6636
Keep status messages on custom domain redirect
2025-03-24 22:14:37 +09:00
nicolas.dorier
5e3e2ed2c1 Fix flaky test (#6634) 2025-03-24 21:48:43 +09:00
Dennis Reimann
6cc2f45817 Keep status messages on custom domain redirect
Ensures the temp data doesn't get cleared on domain mapping redirect.

Fixes #6636.
2025-03-24 13:26:03 +01:00
rockstardev
fcd49ff729 Merge pull request #6629 from btcpayserver/feat/email-rules-refactor
Email rules refactor
2025-03-23 09:27:20 -05:00
rockstardev
3af56af10d Taking out Pending Transaction Service webhooks
This will be done in separate PR
2025-03-23 09:09:19 -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
0d49594fe2 Fixing issue with Selenium tests 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
5a24651be0 CanSeetupEmailRules test 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
629087a054 Unifying the format of WebhookEventTypes display text 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
d434a2d480 Adding webhook registration for pending transcations 2025-03-23 09:04:10 -05:00
rockstardev
f0b0aa0c89 Starting dedicated pages for Email Rules 2025-03-23 09:04:10 -05:00
nicolas.dorier
019c878c4e Add InvoiceEntity.NetSettled property 2025-03-23 10:53:05 +09:00
Dennis Reimann
0c8b0d1dd3 UI: Do not alter color on clipboard-button class
Fixes regression from 1b248e1c01
2025-03-20 16:50:30 +01:00
Pavlenex
bc2f6aa446 Merge pull request #6633 from dennisreimann/fix-6632
UI: Prevent copy to clipboard double-clicks
2025-03-18 11:19:27 +04: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
Dennis Reimann
4bcf2ae830 UI: Prevent copy to clipboard double-clicks
As long as the copy confirmation is shown, it should not allow the handler to be called again.

Fixes #6632.
2025-03-17 19:29:18 +01: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
e722b37c81 refactor: update clipboard button usage in TruncateCenter component 2025-03-16 16:45:00 -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
thgOyo
1b248e1c01 refactor: replace [data-clipboard] with .clipboard-button and [data-clipboard-hover] with .clipboard-button-hover 2025-03-16 16:38:00 -03:00
nicolas.dorier
a82e9ab871 bump 2025-03-13 21:45:54 +09: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
Nicolas Dorier
0c3ae21fdc Merge pull request #6623 from dennisreimann/fix-6622
UI: Fix and unify localizer usage for page titles
2025-03-13 18:49:30 +09:00
Dennis Reimann
a9fbba5825 UI: Fix and unify localizer usage for page titles
Issue was caused by duplicate translation through a combination of `StringLocalizer` and `text-translate="true"` usage. Fixes #6622.
2025-03-11 10:54:17 +01:00
Nicolas Dorier
517dd7d85b Merge pull request #6581 from NicolasDorier/rbf2
Feature: RBF and UX improvement to fee bumping
2025-03-11 18:00:49 +09:00
nicolas.dorier
2911771f19 Feature: RBF and UX improvement to fee bumping 2025-03-11 17:44:18 +09:00