nicolas.dorier
|
3046fe0f0b
|
Replace PayjoinLocks handling with Dapper (avoid logs being written)
|
2024-12-02 10:16:07 +09:00 |
|
nicolas.dorier
|
6822608c14
|
Replace .GetAwaiter().GetResult() to await in tests
|
2024-12-02 09:36:31 +09:00 |
|
nicolas.dorier
|
177ddb4117
|
Remove possible NRE in the LightningListener
|
2024-12-02 09:28:11 +09:00 |
|
Nicolas Dorier
|
3b876413c1
|
Merge pull request #6443 from btcpayserver/feat/nuget-update
Updating NuGet dependencies to new version
|
2024-12-02 09:03:02 +09:00 |
|
rockstardev
|
6397c8e07c
|
Resolving xunit warnings after update
|
2024-11-29 20:53:29 -06:00 |
|
rockstardev
|
9fce9fcb7b
|
Bumping Lightning.Common and NBitcoin
|
2024-11-29 20:47:26 -06:00 |
|
rockstardev
|
0eec3eefd6
|
Bumping more entity framework dependencies, razor, newtonsoft.json
|
2024-11-29 20:44:33 -06:00 |
|
rockstardev
|
83ce5a2107
|
Bumping xunit, EntityFrameworkCore and PostgreSQL
|
2024-11-29 20:35:34 -06:00 |
|
rockstardev
|
4ea6a03b4b
|
Bumping Nbxplorer.Client and BtcPayServer.Lightning dependencies
|
2024-11-29 20:27:43 -06:00 |
|
d11n
|
bdf12aab0f
|
App: Sales stats should only include paid invoices (#6444)
Fixes btcpayserver/app#110
|
2024-11-29 08:23:53 +01:00 |
|
nicolas.dorier
|
299527fe16
|
bump nbx
|
2024-11-29 14:30:03 +09:00 |
|
nicolas.dorier
|
e14c086fed
|
bump nbx
|
2024-11-28 19:36:59 +09:00 |
|
d11n
|
d3315c2fa6
|
Integrate mobile-working-branch part 1 (#6428)
|
2024-11-26 14:17:40 +09:00 |
|
d11n
|
d6211327db
|
Greenfield: Users API fixes (#6425)
* Do not crash when creatuing users without password
* More precise error message for user approval toggling
|
2024-11-25 09:38:44 +09:00 |
|
Lee Salminen
|
76f87011a2
|
Handle undefined AudioContext, resolves #6422 (#6424)
|
2024-11-23 10:52:23 +01:00 |
|
jackstar12
|
c6fc0302d2
|
fix: correct < plugin dependency implementation (#6420)
was wrongly implemented using >=
|
2024-11-22 10:17:16 +01:00 |
|
Nicolas Dorier
|
843c813f86
|
Replace entity upsert in PlannedTransaction by plain SQL (#6416)
* Replace entity upsert in PlannedTransaction by plain SQL
* Fix flaky test from #6411
|
2024-11-21 15:47:03 +09:00 |
|
d11n
|
7db510b5ca
|
Swagger: Fix errors, warnings and formatting (#6410)
* Fix linting errors
* Fix linting warnings
* Fix inconsistend indentation and unify formatting
* Extract StoreId schemas
* Extract CryptoCode parameter
* Extract AppId parameter
* More StoreId parameter references
* Extract WebhookId and DeliveryId parameters
* Extract InvoiceId parameter
* Formatting
|
2024-11-20 22:46:55 +09:00 |
|
nicolas.dorier
|
4279ee1962
|
Add 1.13.7 changelog
|
2024-11-14 22:47:15 +09:00 |
|
nicolas.dorier
|
558f45a48c
|
Bump btcpay lib
|
2024-11-14 22:21:06 +09:00 |
|
nicolas.dorier
|
6a76167637
|
Bump NBitcoin libraries
|
2024-11-14 22:19:10 +09:00 |
|
nicolas.dorier
|
f56ad3408c
|
Remove \r\n in the translations
|
2024-11-14 22:10:03 +09:00 |
|
nicolas.dorier
|
8e688b7f28
|
Fix: Getting notifications via API would crash
|
2024-11-14 21:53:37 +09:00 |
|
nicolas.dorier
|
6d737ce119
|
Bump Libraries
|
2024-11-14 21:46:15 +09:00 |
|
nicolas.dorier
|
2075e16767
|
bump libs
|
2024-11-14 21:17:55 +09:00 |
|
Nicolas Dorier
|
2c4b1798ad
|
Bump and changelog (#6402)
|
2024-11-14 21:12:54 +09:00 |
|
nicolas.dorier
|
b040f78f70
|
Update checkout translations
|
2024-11-14 16:10:49 +09:00 |
|
nicolas.dorier
|
c221cb7ccb
|
Update Default Translations
|
2024-11-14 16:09:29 +09:00 |
|
nicolas.dorier
|
8a51e21310
|
Add test
|
2024-11-14 14:32:53 +09:00 |
|
Nicolas Dorier
|
31b73f0d82
|
Fix: Boltcard would get bricked during reset from the balance view with wrong card (#6400)
|
2024-11-14 13:14:36 +09:00 |
|
d11n
|
777748d79e
|
UI: Fix escaped HTML tags in UTXO rescan message (#6399)
Fixes #6398.
|
2024-11-13 21:07:30 +09:00 |
|
d11n
|
d0f97e85d2
|
UI: Allow text break in labels to avoid horizontal scrolling (#6366)
|
2024-11-13 21:05:40 +09:00 |
|
d11n
|
2eff7523c3
|
UI: Fix mising navigation links for store managers (#6368)
|
2024-11-13 21:05:23 +09:00 |
|
Nicolas Dorier
|
12d4803c5c
|
Fix: Incorrect calculation for crowdfund and payment request status (#6381)
|
2024-11-13 20:59:52 +09:00 |
|
Nicolas Dorier
|
fdbee350b8
|
Greenfield: Create Pull Request payoutMethods is now optional (#6396)
|
2024-11-13 18:31:55 +09:00 |
|
Nicolas Dorier
|
78f47516b8
|
Fix: Pay button shouldn't throw exception if currency isn't specific (#6324) (#6395)
|
2024-11-13 16:25:23 +09:00 |
|
d11n
|
088c0c7f85
|
UI: Do not escape apostrophe in custom server name (#6391)
Fixes #6352.
|
2024-11-13 16:24:47 +09:00 |
|
Dennis Reimann
|
809e475e29
|
UI: Fix close icon in create store wizard
|
2024-11-13 08:12:44 +01:00 |
|
d11n
|
8b776ed9e5
|
POS: Update button icons (#6390)
Adjusts the POS buttons to match what we defined for the app in btcpayserver/app#93.
|
2024-11-13 07:50:15 +01:00 |
|
Nicolas Dorier
|
984475b9d0
|
Fix: Pull payment could get stuck in Pending mode (#6259) (#6394)
|
2024-11-13 15:30:41 +09:00 |
|
Nicolas Dorier
|
894f68f2ae
|
Improve error messages for on-chain related greenfield operations (#6393)
* Improve error messages for on-chain related greenfield operations
* Fix test
|
2024-11-13 10:11:04 +09:00 |
|
nicolas.dorier
|
796d8d4406
|
Fix: Activating the automated payout processor in the UI would crash
|
2024-11-12 17:57:34 +09:00 |
|
nicolas.dorier
|
7ac6cad18c
|
Be more flexible on derivation scheme parsing
|
2024-11-12 15:26:30 +09:00 |
|
Nicolas Dorier
|
b3abc8f161
|
Fix: Newline during import of multisig xpub results in different addresses for wallet (#6328) (#6386)
|
2024-11-12 12:15:42 +09:00 |
|
d11n
|
e80296fa85
|
UI: Escape translated strings in JS (#6373)
Fixes #6370.
|
2024-11-12 11:16:56 +09:00 |
|
Nicolas Dorier
|
d0779b88e0
|
Fix: InvoiceCurrencyAmount and Rate columns in reports displays 0.00 (#6385)
|
2024-11-12 11:15:02 +09:00 |
|
jackstar12
|
acd7765159
|
fix: center qr code (#6362)
|
2024-11-12 10:43:00 +09:00 |
|
d11n
|
0a51031334
|
Docs: Improve invoice payemnt tolerance API docs (#6383)
Fixes #6378.
|
2024-11-12 09:59:17 +09:00 |
|
Nicolas Dorier
|
0f7c0341c5
|
Fix: Do not allow retry of payouts if they are non interactive (Boltcard) (#6382)
|
2024-11-12 09:58:10 +09:00 |
|
Dennis Reimann
|
d40669c7bd
|
Fix flakyness in CanUseLightningAPI test
|
2024-11-11 18:20:45 +01:00 |
|