8589 Commits

Author SHA1 Message Date
thgO.O
e63faf6918 test: ensure transaction label is persisted after broadcast in wallet send flow 2025-08-08 16:40:06 -03:00
thgO.O
9db5c840aa fix: restrict input selection to SelectedInputs to avoid clearing output labels 2025-08-08 16:36:01 -03:00
rockstardev
7932abd8b5 BTCPay Server 2.2.0 2025-07-31 13:29:35 +02:00
rockstardev
e62a274d5c Merge pull request #6877 from bc1cindy/fix/wallet-time-icon
Fix time icon spacing in wallet transactions header
2025-07-31 09:39:49 +02:00
rockstardev
88c8d23660 Merge pull request #6878 from btcpayserver/feat/qr-confirmation
Asking for confirmation to display QR code if user is store owner
2025-07-31 09:39:04 +02:00
rockstardev
6183635b92 Asking for confirmation to display QR code if user is store owner 2025-07-31 09:22:31 +02:00
0xcindyv
18bb61539b Fix time icon spacing in wallet transactions header
Increase padding from p-0 to p-2 for better visual spacing between Date text and time format toggle icon.

Fixes #6874
2025-07-30 23:05:20 -03:00
rockstardev
2256bafe59 Merge pull request #6873 from btcpayserver/feat/pluginVersionsDownloadEndpoint
refactor: replace GetPublishedVersions with GetPluginVersionsForDownload in installation flow
2025-07-30 19:02:05 +02:00
thgO.O
bacb6502a1 refactor: replace GetPublishedVersions with GetPluginVersionsForDownload in download flow 2025-07-29 23:32:55 -03:00
rockstardev
739e1f5732 Merge pull request #6865 from bc1cindy/fix/crowdfund-number-formatting-6863
Fix crowdfund number formatting for non-English locales (#6863)
2025-07-29 18:25:12 +02:00
0xcindyv
37116c3236 Fix crowdfund number formatting for non-English locales (#6863)
Function was mixing locale-specific thousand separators with hardcoded
decimal points, causing incorrect display like '7.500.00' in German.
Now uses Intl.NumberFormat properly to respect user's locale settings.
2025-07-27 13:04:02 -03:00
Nicolas Dorier
995bc0e20f Remove unused checkout v1 translations (#6860) 2025-07-22 12:27:26 +09:00
nicolas.dorier
e6565f93ba Update translations 2025-07-21 12:35:49 +09:00
nicolas.dorier
7273e9953f Installing a plugin should install all plugin dependencies 2025-07-19 13:09:18 +09:00
Nicolas Dorier
e77d785358 Plugins can load assemblies from their dependent plugins (#6851) 2025-07-17 22:38:40 +09:00
Nicolas Dorier
86881ba5a3 Add fee information in wallet tx report and tx list (#6857) 2025-07-17 22:24:02 +09:00
Abhijay Jain
03c5f4bb3c (Refactor) : Converted Selenium test for CanUseLndSeedBackup , CanUseLNURLAuth and Others to playwright (#6852)
* (Test):Converted/Added Playwright Test for CanUseLndSeedBackup

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanUseLndSeedBackup

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Resovled merge conflicts

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanUseLNURLAuth

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanUseCoinSelectionFilters

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanUseCoinSelectionFilters

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanManageLightningNode

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanManageLightningNode

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanEditPullPaymentUI

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanEditPullPaymentUI

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CookieReflectProperPermissions

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CookieReflectProperPermissions

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-17 12:35:31 +02:00
Nicolas Dorier
cd42f1a53d Fix: Improve the responsivity of the Reporting page (#6846) (#6841) 2025-07-17 15:43:32 +09:00
Nicolas Dorier
e83a12d995 Make sure that mempool space fee rate doesn't drop below node's minRelayTxFee (#6853) 2025-07-17 13:48:18 +09:00
Nicolas Dorier
96abeff86e Fix: Improve the responsivity of the Reporting page (#6846) 2025-07-17 13:26:27 +09:00
nicolas.dorier
9ef9ff7948 Remove Joule and fix small UI bug in lnd rest services 2025-07-17 12:50:14 +09:00
nicolas.dorier
5ccbb7d41c Bump cln 2025-07-16 15:57:33 +09:00
Abhijay Jain
abcae2f64f (Refactor) : Converted Selenium test for CanSetupStoreViaGuide and CanImportWallet to playwright (#6850)
* (Test):Converted/Added Playwright Test for CanSetupStoreViaGuide

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanSetupStoreViaGuide

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanImportWallet

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanImportWallet

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-16 13:00:14 +09:00
Nicolas Dorier
89c836e5f9 Add wallet policy support (#6765) 2025-07-16 09:06:11 +09:00
Abhijay Jain
48fab4c5e6 (Refactor) : Converted Selenium test for CanUseDynamicDns , CanCreateInvoiceInUI and CanImportMnemonic to playwright (#6847)
* (Test):Converted/Added Playwright Test for CanUseDynamicDns

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanUseDynamicDns

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanCreateInvoiceInUI

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanCreateInvoiceInUI

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanImportMnemonic

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanImportMnemonic

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-15 14:32:34 +09:00
nicolas.dorier
791a324cb7 Simplify deletion of WalletObjects 2025-07-14 16:19:35 +09:00
nicolas.dorier
385b66653b Fix race condition for ModifyWalletObjectData 2025-07-14 14:57:01 +09:00
Israel Ulelu
b445f32b65 feat: exposed invoice accounting endpoint to facilitate refund on btcpayserver app project (#6818)
* feat: exposed invoice accounting endpoint to facilitate refund on btcpayserver app project

* merge from master

* refactor: optimizations

* refactor: added documentation, test assertions and renamed endpoint

* refactor: updated documentation based on code rabbit improvement suggestions

* refactor: updated refund properties terminology
2025-07-14 09:46:28 +09:00
Abhijay Jain
88394f77ac (Test) : Added a Playwright test to ensure settling partially paid Payment Request works (#6830)
* (Test) : Added a Playwright test to ensure settling partially paid Payment Request works

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* Update BTCPayServer.Tests/PlaywrightTests.cs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update BTCPayServer.Tests/PlaywrightTests.cs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* refactor: updated WaitForLoadStateAsync method

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* Refactor: updated requested chagnes

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* Refactor: Addressed requested changes

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2025-07-13 22:55:22 +09:00
Abhijay Jain
9496978d38 (Refactor) : Converted Selenium test canRequireApprovalForNewAccounts and CanSetupEmailRules to playwright (#6842)
* (Test):Converted/Added Playwright Test for CanRequireApprovalForNewAccounts

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanRequireApprovalForNewAccounts

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Test):Converted/Added Playwright Test for CanSetupEmailRules

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

* (Refactor): Removed Selenium Test for CanSetupEmailRules

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-13 22:41:15 +09:00
rockstardev
395d728af8 Code cleanup according to rules 2025-07-13 14:25:35 +02:00
nicolas.dorier
a130630042 Export all metadatas of invoices in the Legacy Invoice Export 2025-07-11 16:12:52 +09:00
Nicolas Dorier
290c507b43 The truncate center component in vue would not properly display the content (#6844) 2025-07-11 10:03:44 +09:00
Nicolas Dorier
a125195a5e Improve error messages for jade not signing due to missing prev txs (#6843) 2025-07-11 09:18:50 +09:00
Abhijay Jain
895d13c34e (Feat): Allowed Fallback Exchange Rate to Be Enabled via API (#6839)
Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-07-10 10:58:59 +09:00
Bhola Yadav
76524c1fac Fix: Line breaks rendering in dropdown using html-translate (#6820) 2025-07-07 10:24:39 +09:00
thgO.O
c824307647 fix: use DateTimeOffset to avoid timezone mismatch (#6832) 2025-07-07 10:14:42 +09:00
nicolas.dorier
d059dc11a4 Fix flaky test 2025-07-07 10:13:58 +09:00
Nicolas Dorier
f4df9632e6 Update Changelog.md 2025-07-04 23:04:26 +09:00
nicolas.dorier
57d42ab10c Merge branch 'changelog/v2.1.6' 2025-07-04 22:04:54 +09:00
nicolas.dorier
d7cabf0f58 Small perf improvement for the update PoS page 2025-07-04 22:03:51 +09:00
nicolas.dorier
89bc9a2a2f Do not use HttpContextAccessor in Blazor context 2025-07-04 16:55:40 +09:00
nicolas.dorier
6bdb9f8739 Disable flaky test 2025-07-04 10:57:16 +09:00
nicolas.dorier
673153d3a4 Changelog for 2.1.6 2025-07-04 10:00:35 +09:00
nicolas.dorier
94633b1ef6 Do not prevent block pending payouts processing if a store's lightning is unresponsive 2025-07-04 09:59:50 +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
5d5eb19142 Merge pull request #6825 from Abhijay007/PaymentReqUpdateState
(Feat) : Allowed updating payment requests as settled
2025-07-03 17:32:39 +02: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