Commit Graph

8513 Commits

Author SHA1 Message Date
nicolas.dorier
b2d5b0ed48 Merge branch 'changelog/2.2.1' 2025-09-09 20:25:59 +09:00
nicolas.dorier
5ebc113bff Fix typo in swagger (#6906) 2025-09-09 20:24:28 +09:00
nicolas.dorier
350152ca24 Changelog and Bump to 2.2.1 2025-09-09 20:22:23 +09:00
Nicolas Dorier
967626a07d Fix: Date column header isn't aligned (#6914) 2025-09-09 18:31:41 +09:00
nicolas.dorier
0d4662512f Fix: Updating store settings would silently fail where the is validation issue 2025-09-08 14:30:46 +09:00
jackstar12
cfb9a7b16f fix: update docker certificates (#6909)
* fix: install `ca-certificates` in dockerfile

certificates will get outdated otherwise

* chore: bump `dotnet/aspnet` base image to 8.0.18
2025-09-06 11:20:49 +09:00
rockstardev
03b1133336 Merge pull request #6896 from btcpayserver/fix/unlisted-plugins-updates
fix: ensure unlisted installed plugins appear as updatable
2025-09-05 11:33:04 -05:00
rockstardev
9caea0958a refactor: removing local variable 2025-09-05 11:32:23 -05:00
thgO.O
5994fcd0ae refactor: show error detail in ListPlugins temp data. 2025-09-02 14:50:28 -03:00
thgO.O
3d8dc1040b refactor: let exceptions bubble and remove noisy logs 2025-09-02 12:19:22 -03:00
thgO.O
0352edd56d refactor: add GetShortBtcpayVersion to DRY version parsing 2025-08-27 15:04:42 -03:00
thgO.O
d608072efa refactor: improve logging context in MapToAvailablePlugin 2025-08-27 14:40:35 -03:00
thgO.O
b02d113a76 refactor: add query param encoding and improve error handling 2025-08-27 14:39:59 -03:00
thgO.O
b733a8e079 refactor: make HttpClient a readonly field and adopt _httpClient naming 2025-08-27 14:36:42 -03:00
thgO.O
5802966b23 refactor: drop #nullable enable and return empty array 2025-08-27 13:15:25 -03:00
thgO.O
2fcaf9bbf6 refactor: improve null-safety and error handling 2025-08-27 13:15:10 -03:00
thgO.O
ffa3ea82ed refactor: handle malformed JSON in updates response 2025-08-27 12:25:38 -03:00
thgO.O
f58e790672 refactor: move update check logic for installed plugins to plugin-builder 2025-08-26 01:03:57 -03:00
thgO.O
a787eabf13 feat: add InstalledPluginRequest and GetInstalledPluginsUpdates 2025-08-26 00:54:57 -03:00
Nicolas Dorier
fe09dca178 Fix: Periodic tasks would sometimes stop firing (#6898) 2025-08-25 02:37:16 +01:00
Cindy
769cbd2bb6 Fix icon spacing issues in multiple UI components (#6886)
- Add gap-2 spacing for Uninstall button warning icon in plugins list
- Add p-2 padding for date format toggle icon in invoices list
- Add gap-2 spacing for View details dropdown icon in checkout

This ensures consistent 0.5rem spacing between text and icons across all affected components.

Fixes #6880
2025-08-22 08:15:05 +01:00
thgO.O
5035b47e7a refactor: add parallel checks and DRY mapper 2025-08-21 00:51:20 -03:00
thgO.O
9e8f99c1d3 fix: ensure unlisted installed plugins appear as updatable 2025-08-20 01:41:50 -03:00
rockstardev
5ce83d55f7 Merge pull request #6885 from btcpayserver/fix/labelsNotPersisting
Fix: Label persistence on transactions and coin selection bug
2025-08-09 23:32:12 -05:00
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