nicolas.dorier
efc570a4f7
Fix test
2025-06-30 11:25:09 +09:00
nicolas.dorier
db063ec9ac
Remove unused class
2025-06-26 17:51:29 +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
Chukwuleta Tobechi
69b8933527
Fix swagger invalid syntax blocking docs repo build ( #6798 )
2025-06-25 10:28:14 +09:00
napoly
3b8649d26c
Disable static web assets for tests and plugin packer ( #6800 )
2025-06-25 10:24:08 +09:00
nicolas.dorier
d9ac9bb2b2
Remove useless test
2025-06-18 13:29:34 +09:00
Nicolas Dorier
2da91e6d41
Migrate CanManageWallet test to Playwright ( #6797 )
2025-06-18 09:26:53 +09:00
rockstardev
9a78d861f5
Merge pull request #6795 from petzsch/master
...
Bumping LND to 0.19.1-beta
2025-06-16 18:26:23 +02:00
Markus Petzsch
57c499894c
bump lnd on testnet and mutinynet
2025-06-16 17:52:41 +02:00
Markus Petzsch
8e0fafd4f3
Bumping LND to 0.19.1-beta
2025-06-16 17:19:15 +02:00
nicolas.dorier
0b29415d0e
Fix flaky tests
2025-06-16 17:47:22 +09:00
nicolas.dorier
49f1f198f3
Add ability for to upload screenshot to circleci artifact for Playwright tests
2025-06-16 14:49:29 +09:00
nicolas.dorier
0ba3f92ef4
Remove useless code
2025-06-15 22:40:47 +09:00
Nicolas Dorier
06ca041c10
Changelog and bump 2.1.5 ( #6790 )
2025-06-15 22:24:33 +09:00
nicolas.dorier
b340e92c8a
Fix Phoenixd in Mainnet
2025-06-15 10:31:13 +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
9f04bd473a
Apply taxes and set receipt properly for PoS Print View
2025-06-12 17:51:26 +09:00
nicolas.dorier
5959d22964
Add test for invoice adjustment and PoS
2025-06-12 12:56:28 +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
cc5a04e8f0
Bump 2.1.4 version
2025-06-11 14:09:47 +09:00
Nicolas Dorier
3ce5541985
Update Changelog.md
2025-06-11 10:19:39 +09:00
nicolas.dorier
b147b639f9
update changelog
2025-06-11 09:52:55 +09:00
nicolas.dorier
d30a8a7530
Fix tests and potential regression
2025-06-11 09:47:42 +09:00
Andrew Camilleri (Kukks)
79d6bc9fb5
bump v and changelog
2025-06-10 21:31:46 +02:00
nicolas.dorier
f52cb053fe
Fix: Free items in the PoS were generating top-up invoices rather than settled invoices
2025-06-10 21:23:45 +02:00
Andrew Camilleri (Kukks)
886df54469
Fix: When a POS has a form, the amount adjusts incorrectly
2025-06-10 21:16:45 +02:00
nicolas.dorier
276bb1b165
Fix warning
2025-06-09 21:21:28 +09:00
rockstardev
1602069734
Switching to compiled regex and further optimizing method
2025-06-04 23:43:11 +02:00
nicolas.dorier
d7662e789c
Remove dead code
2025-06-04 13:47:10 +09:00
nicolas.dorier
c6f960cef5
Fix flaky test
2025-06-04 13:12:09 +09:00
nicolas.dorier
02b19dbb71
Add changelog 2.1.2
2025-06-04 12:45:06 +09:00
nicolas.dorier
66dde7da85
Merge branch 'total-keypad'
2025-06-04 12:43:38 +09:00
Ghander
19f8cb600d
added docker-lightning-channel-setup powershell script for btcpayapp windows users ( #6762 )
2025-06-04 12:36:27 +09:00
rockstardev
18bdb82fbe
Sanitizing jsonPath before calling SelectToken ( #6767 )
2025-06-04 12:35:44 +09:00
nicolas.dorier
2fa87e33fc
Display the keypad's running total more prominently
2025-06-04 12:33:16 +09:00
rockstardev
e1b992d59e
Merge pull request #6764 from btcpayserver/refactor/webhooks-cleanup
...
Cleaning up Webhooks code
2025-06-03 16:36:01 -05:00
Nicolas Dorier
49ab3b22a4
Simplify code ( #6761 )
2025-06-02 16:06:32 +09:00
rockstardev
49720b714d
Using WebhookPendingTransactionEvent for test events
2025-06-02 00:12:14 -05:00
rockstardev
a92a904de9
Updating .editorconfig with new styles and running it again
2025-06-02 00:11:35 -05:00
rockstardev
be543b76e4
Cleaning up Webhooks code
2025-06-01 23:41:42 -05:00
rockstardev
fd5800a826
Merge pull request #6758 from monicamuyama/clean/6754-sort-dropdown
...
Add sorting functionality to the stores dropdown as well as Archives
2025-05-30 23:31:14 -05:00
rockstardev
1abc5fbdb5
Removing unnecessary comments
2025-05-30 23:26:52 -05:00
monicamuyama
6107990bf3
Adding the sorting for the archives
2025-05-30 23:26:52 -05:00
monicamuyama
89cd1e507b
Added the logic for sorting stores on API creation
2025-05-30 23:26:52 -05:00
nicolas.dorier
21d609aab0
Remove zap from lightning wallet recommendation
2025-05-30 12:52:19 +09:00
nicolas.dorier
5626fd3cb8
fix test
2025-05-30 09:42:12 +09:00
nicolas.dorier
f73c7a407a
Fix flaky tests
2025-05-30 09:04:34 +09:00