8589 Commits

Author SHA1 Message Date
Nicolas Dorier
d53b36c2a3 Fix: Wallet report were showing negative balance change in green (#6974) 2025-11-04 12:27:02 +09:00
Nicolas Dorier
54cec83507 Refactor access to the ViewModel of the MainLayout (#6970) 2025-11-01 00:02:11 +09:00
Nicolas Dorier
b8fcb83fd6 Disable cookie access when a user is disabled (#6971) 2025-10-30 23:35:28 +09:00
nicolas.dorier
b1cba47adf [Features] Subscriptions 2025-10-28 15:33:23 +09:00
Nicolas Dorier
ff02c0f5d7 Unify delete confirmation confirm dialog (#6965) 2025-10-26 12:37:55 +09:00
rockstardev
3697790c81 Merge pull request #6962 from btcpayserver/bugfix/payment-request-referenceid
Preventing duplicate ReferenceIds for Payment Requests
2025-10-23 07:07:49 -05:00
Nicolas Dorier
42490c389d Fix: Unable to reset email settings (#6963) 2025-10-23 17:29:42 +09:00
rockstardev
09b1b89509 Adding test for unique ReferenceId 2025-10-22 10:53:39 -05:00
rockstardev
aa6944b01e Adding validation of ReferenceId for Payment Request 2025-10-22 10:44:29 -05:00
rockstardev
02adde7fd5 Merge pull request #6942 from bufo24/add-Status-template-string-in-redirect-url
feature: add {Status} template string in redirect url
2025-10-21 12:00:18 -05:00
rockstardev
83cc198124 Merge pull request #6958 from btcpayserver/fix/pos-full-status
Providing full status for review in POS recent transactions
2025-10-21 11:03:50 -05:00
nicolas.dorier
66a64e8622 Fixup modal not closing 2025-10-20 22:57:39 +09:00
Bufo
49e5afcacf chore: update status replace logic 2025-10-20 10:47:58 +04:00
Bufo
d25dbaabbc feat: add {Status} template string in redirect url 2025-10-20 10:47:58 +04:00
Nicolas Dorier
e8282ca849 Refactoring of Webhooks and Email Rules (#6954) 2025-10-19 22:31:24 +09:00
rockstardev
c630c9b4cb Centering the icon for recent transactions 2025-10-17 14:39:02 -05:00
rockstardev
5ade3b99b1 Providing full status for review in POS recent transactions 2025-10-17 14:39:02 -05:00
Nicolas Dorier
6b727dd192 Add helpers methods (#6941) 2025-10-07 21:08:23 +09:00
Nicolas Dorier
e170ed1f91 Add ability to setup anti forgery token and action values to confirm modal (#6940) 2025-10-07 17:40:30 +09:00
Nicolas Dorier
84c2caf2c8 Minor refactoring (#6939) 2025-10-07 17:06:26 +09:00
Abhijay Jain
5e9dca19d5 (Refactor) : Converted Selenium test for CanUseWebhooks and Others to playwright (#6923)
* (Test):Converted/Added Playwright Test for CanUseAwaitProgressForInProgressPayout

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

* (Refactor): Removed Selenium Test for CanUseAwaitProgressForInProgressPayout

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

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

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

* (Refactor): Removed Selenium Test for CanUseWebhooks

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

---------

Signed-off-by: Abhijay jain <Abhijay007j@gmail.com>
2025-09-22 17:09:00 +09:00
rockstardev
3a324e19dc Bumping LND to 0.19.3-beta (#6924) 2025-09-19 17:24:49 +09:00
Nicolas Dorier
fa29176a9c Better error message on invalid PSBT in Sign with Seed (#6920)
* Better error message on invalid PSBT in Sign with Seed

* Improve error reporting if a PSBT built by SendWallet is not signable
2025-09-18 10:49:54 +09:00
nicolas.dorier
790616d2a6 Restore old minrelaytxfee for making test pass 2025-09-09 22:28:52 +09:00
nicolas.dorier
600d3eb9c8 bump bitcoin core in tests 2025-09-09 22:10:05 +09:00
nicolas.dorier
5400c2bd14 Update translations 2025-09-09 20:31:53 +09:00
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