Commit Graph

2873 Commits

Author SHA1 Message Date
Nicolas Dorier
89c836e5f9 Add wallet policy support (#6765) 2025-07-16 09:06:11 +09:00
nicolas.dorier
a130630042 Export all metadatas of invoices in the Legacy Invoice Export 2025-07-11 16:12:52 +09:00
Bhola Yadav
76524c1fac Fix: Line breaks rendering in dropdown using html-translate (#6820) 2025-07-07 10:24:39 +09:00
nicolas.dorier
d059dc11a4 Fix flaky test 2025-07-07 10:13:58 +09:00
nicolas.dorier
89bc9a2a2f Do not use HttpContextAccessor in Blazor context 2025-07-04 16:55:40 +09:00
thgO.O
632d4433e0 feat: add Reserved Addresses view with filtering, pagination and labels (#6796)
* feat: add reservedAt metadata when address is generated from receive

* feat: add link to Reserved Addresses in wallet navigation

* feat: add ReservedAddressesViewModel with labels and reserved timestamp

* feat: implement Reserved Addresses view with filtering, pagination and label management

* feat: add GetReservedAddressesWithDetails with label and timestamp support

* feat: add ReservedAddresses endpoint

* test: add Reserved Addresses view test with label, filter and pagination

* test: use stable ID for filter input instead of placeholder

* Moving Reserved Addresses to Receive page

* feat: sync labels created via Label Manager using labelmanager:changed event

* refactor: optimize GetReservedAddressesWithDetails using direct SQL query

* feat: add link to filter Reserved Addresses by label from Wallet Labels view

* refactor: remove legacy selenium test

* test: add playwright tests with label filtering, pagination and redirect from Wallet Labels view

* refactor: optimize Reserved Addresses filtering with Set and Safe.Json

---------

Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2025-07-04 09:30:23 +09:00
rockstardev
da31629b90 Unifying admin styles for changing state and editing 2025-07-03 00:38:20 +02:00
rockstardev
2a98698550 Moving changing of the state option to view of payment request 2025-07-03 00:22:18 +02:00
rockstardev
9c81666b38 Simplifying implementation of status switch 2025-07-03 00:00:43 +02:00
Abhijay jain
bc1cebd2d1 (Feat) : Allowed updating payment requests as settled
Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-03 00:04:34 +05:30
AdamWroblewski
756f48213d Display send email checkbox #6653 (#6815) 2025-07-02 09:55:40 +09:00
Nicolas Dorier
9b64e90394 Remove useless code (#6817)
* Remove unused code

* Obsolete SigningKey concept
2025-06-30 19:28:01 +09:00
Nicolas Dorier
f021924fbe Fix: Failure to sign with Vault when a PSBT size exceeds 32KB (#6809) 2025-06-26 16:03:41 +09:00
thgO.O
e1d68cb084 feat(wallet): enhance Coin Selection with advanced filters and improved UX (#6755)
* feat: add timestamp on InputSelectionOption to enable date filtering

* feat(coin-selection): add page size options for 100, 250, and 500

* feat(coin-selection): add toggle all option

* feat(coin-selection): add filtering by amount and timestamp

* feat(coin-selection): add filter help section for advanced search options

* test: add tests for Coin Selection filters and select all

* refactor: remove unnecessary variable

* feat(coin-selection): enable copy-to-clipboard for filter examples

* refactor(coin-selection): separate sort and select-all controls into distinct layout blocks

* refactor(coin-selection): align selection logic with existing DOM-based approach

* test: refactor CanUseCoinSelection and CanUseCoinSelectionFilters

* test(coin-selection): replace magic numbers and delays with constants and Eventually

* refactor(coin-selection): improve select all performance with specific jQuery selector

* test(coin-selection): improve select all test with eventually and Equal

* Monoscaped font and right aligning for easier amounts view

* fix: coin selection toggling no longer unchecks unrelated inputs

* refactor(coin-selection): ensure UTXO date filters use proper Date comparison

* feat: add text-translate attributes for available filters section

* test: make Select All checkbox interaction more resilient to race conditions

---------

Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2025-06-13 15:50:57 +09:00
Abhijay Jain
9a43139215 (Feat) : Added "Clear All" filter to Invoices (#6776) 2025-06-13 15:15:34 +09:00
nicolas.dorier
7fdd01d01e Fix flaky CanUsePOSCart 2025-06-13 09:36:31 +09:00
Nicolas Dorier
46aafe7b8d Enable the Charge button on KeyPad when amount is 0 (#6785) 2025-06-11 23:57:40 +09:00
nicolas.dorier
8f3c67b3ee Fix: Custom amount in Product List mode would return error 404 2025-06-11 22:16:24 +09:00
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