nicolas.dorier
8b79212a6e
[Greenfield] Fix: The route to connect to a peer lightning node was always crashing
2022-10-26 13:35:04 +09:00
d11n
f4af4ec4dc
Fix OpenAPI 3.0 validation errors and warnings ( #4235 )
2022-10-25 20:37:36 +09:00
d11n
2e150f4bf4
Checkout: Fix Order ID text overflow ( #4232 )
...
Fixes #4230 . Thanks for the pointer @handsomelatino!
2022-10-25 10:46:00 +09:00
nicolas.dorier
4f4aa051c9
Add missing route parameter in /api/v1/stores/{storeId}/users swagger (See #4231 )
2022-10-24 16:33:42 +09:00
Nicolas Dorier
da1dd7448e
Add warnings in btcpay vault page for safari and brave (Fix https://github.com/btcpayserver/BTCPayServer.Vault/issues/54 ) ( #4226 )
...
* Add warnings in btcpay vault page for safari and brave (Fix https://github.com/btcpayserver/BTCPayServer.Vault/issues/54 )
* Apply suggestions from code review
Co-authored-by: d11n <mail@dennisreimann.de>
2022-10-21 09:13:36 +02:00
d11n
0fd47eeee0
Asset-bundle cleanups ( #4225 )
...
Some cleanups in addition to #4222 .
2022-10-21 09:17:06 +09:00
Nicolas Dorier
54c9d7283a
Fix: PayjoinController could throw HTTP 500 of a few corner cases ( #4215 )
2022-10-20 11:19:48 +09:00
Nicolas Dorier
848db5f7de
Remove the bundle minifier ( #4222 )
2022-10-20 11:17:42 +09:00
nicolas.dorier
5fb32fe0e9
Remove some debug code
2022-10-19 13:06:15 +09:00
d11n
adf5b4ca0c
Fix sync modal z-index
2022-10-18 21:00:54 +02:00
Nicolas Dorier
16bfb1dbfe
Bump libraries ( #4219 )
2022-10-18 23:58:28 +09:00
d11n
e5421b8a9f
Add script to create a regtest multisig wallet for testing ( #4204 )
...
* Add script to create a regtest multisig wallet for testing
* Unload wallets to prevent having to specify wallet in BTCPay, NBXplorer
2022-10-17 20:57:09 +09:00
d11n
f9f1a22e3b
Store settings: Add branding options ( #4131 )
...
* Add logo upload
* Add brand color definition
* Cleanups
* Add logo to store selector
* Improve brand color handling
* Update color input
* Add logo dimensions hint
* Fixes
* Fix pattern and warning in js logs for color validation
* Fix condition, add test
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-10-17 12:16:29 +02:00
nicolas.dorier
9533809631
Bump NBitcoin ( Fix #4212 )
2022-10-17 18:47:49 +09:00
d11n
6d7c11f1b1
Greenfield: Get Lightning invoices ( #4180 )
...
* Greenfield: Get Lightning invoices
Matching the data added in btcpayserver/BTCPayServer.Lightning#98 and btcpayserver/BTCPayServer.Lightning#99 .
* Small adjustments
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-10-17 09:51:15 +02:00
nicolas.dorier
0286c72256
Do not crash startup if ssh settings aren't correct
2022-10-14 14:51:05 +09:00
d11n
763aaa2926
UI: Fix checkbox flex-shrink ( #4209 )
...
Closes #4207 .
2022-10-13 22:48:45 +09:00
rockstardev
ae4af7dd13
Bumping LND to 0.15.2-beta ( #4211 )
2022-10-13 09:40:07 +02:00
d11n
4ae2ea32e9
UI: Fix missing timezone in browser dates ( #4210 )
...
Fix for an issue brought up by @petzsch in todays dev meeting.
2022-10-13 09:29:30 +02:00
Andrew Camilleri
434298cba6
Greenfield: Store Rates Config ( #3931 )
...
* Greenfield: Store Rates Config
* FIX SWAGGER
* rebase fix
* Apply suggestions from code review
Co-authored-by: d11n <mail@dennisreimann.de>
* Update BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-rates-config.json
Co-authored-by: d11n <mail@dennisreimann.de>
* Fix: Spread isn't converted from/to percentage, rename some fields, and move some routes
* Fix error handling
Co-authored-by: d11n <mail@dennisreimann.de>
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-10-12 22:19:33 +09:00
Nicolas Dorier
a2fa688cde
Refactor labels ( #4179 )
...
* Create new tables
* wip
* wip
* Refactor LegacyLabel
* Remove LabelFactory
* Add migration
* wip
* wip
* Add pull-payment attachment to tx
* Address kukks points
2022-10-11 17:34:29 +09:00
d11n
895462ac7f
Import xpub: Surface error details ( #4205 )
...
Checks if the input is an output descriptor and explicitely handles that case instead of catching any errors. This allows us to display more detailed information about why an import might fail.
2022-10-11 12:19:10 +09:00
nicolas.dorier
e883714446
Do not hide errors happening in tasks spawned by BaseAsyncService
2022-10-08 12:46:26 +09:00
Nicolas Dorier
e1a235b4e8
Changelog and bump ( #4201 )
2022-10-08 12:42:46 +09:00
d11n
ffa2c59df7
POS: Fix keypad view without custom amount ( #4185 )
...
The custom amount option was disabled by default in #4126 . This requires some additional adaptations in the post action as otherwise the invoice won't be generated.
Fixes #4183 .
2022-10-08 12:41:56 +09:00
Umar Bolatov
3f19dc55fa
Add "{Invoice.OrderId}" to list of supported email interpolation strings ( #4202 )
...
close #4112
2022-10-07 14:29:56 +02:00
nicolas.dorier
66c2148a63
Increase tor test timeout
2022-10-07 16:04:22 +09:00
nicolas.dorier
28850f534c
Fix test warning
2022-10-07 15:05:11 +09:00
Andrew Camilleri
c40c11a822
bump ms aspnet packages ( #4166 )
...
* bump ms aspnet packages
* Bump .NET SDK in Dockerfile
* bump more packages
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-10-07 14:53:30 +09:00
d11n
b334e1aa00
Date display improvements ( #4191 )
...
Fixes styling issues introduced in #4074 , because the `max-width` was to small for localized dates.
Also adds the ability to choose the prefered initial display format, which can be the localized or relative date.
2022-10-07 13:29:03 +09:00
Umar Bolatov
b48986bfd6
Update default value for "showCustomAmount" in Swagger docs ( #4200 )
2022-10-07 13:27:10 +09:00
Aryan J
ced63baed6
fix custodian Swagger docs missing some path parameters ( #4196 )
2022-10-06 12:03:39 +02:00
Umar Bolatov
880635d615
Make sure string is valid URL before rendering it as such in invoice details POS data section ( #4197 )
2022-10-06 10:43:18 +02:00
Umar Bolatov
d9f8c8d3b1
Always show overpaid amount if invoice is overpaid ( #4192 )
...
close #4146
2022-10-06 12:59:05 +09:00
Dennis Reimann
8155841a1d
Fix receipts for Lightning Address invoices
...
`AdditionalData` needs to be null-checked, because it isn't set for invoices generated via Lightning Address.
Fixes #4169 .
2022-10-01 07:13:57 +02:00
Davide Oggioni
30f83d8f3f
Remove direct and temp link functionality from the File Storage ( #4177 )
2022-09-29 12:40:00 +02:00
nicolas.dorier
96c86160df
Fix warning error when rebooting the server caused by some shitcoin currency pair format
2022-09-29 15:45:27 +09:00
nicolas.dorier
b7ea128132
Old Payout labels weren't displayed properly
2022-09-29 15:42:01 +09:00
d11n
4bee8e9bfe
Greenfield: Extend LN GetInfo data ( #4167 )
...
Matching the data added in btcpayserver/BTCPayServer.Lightning#97 .
2022-09-28 09:34:34 +09:00
HamroRamro
bc195e771e
Update WalletTransactions pagination default settings ( #4074 )
...
* Update WalletTransactions pagination default settings
Remove the numeric page selection and add displaying data of last 30 days by default.
* Update WalletTransactions to show txs based on Days
* Update text formatting on WalletTransactions view
Keeps the logic changes. Just undo the formatting of the file from previous commit
* Update WalletTransactions to show all after second load
Utilize Model.Days instead of new variables
Moved javascript code to PageFootContent section
* Update WalletTransactions to use ajax for infinite scroll
* Cleanups
* Apply skip and count only when not prefiltering
* Infinite scroll mode
* Improve datetime formatting and switching
* Upgrade NBXplorer to include get_wallets_recent bugfix
* Revert "Upgrade NBXplorer to include get_wallets_recent bugfix"
This reverts commit b390d942d74d88bb1da3ab8e3407184a527175ef.
* JS fixes
* Upgrade ChromeDriver and BundleMinifier
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-09-27 21:24:53 +09:00
nicolas.dorier
0bc3e94052
bump
2022-09-26 22:51:49 +09:00
d11n
3eb3523b52
Changelog for v1.6.11 ( #4130 )
...
* Changelog for v1.6.11
* Update Changelog.md
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
* Update Changelog.md
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
* Update changelog
* Update changelog
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2022-09-26 22:50:59 +09:00
d11n
8e2f84a989
Upgrade Lightning libraries ( #4164 )
2022-09-26 22:48:47 +09:00
nicolas.dorier
143ec7463f
Fix crash on migration from old install ( Fix #4162 )
2022-09-26 22:00:49 +09:00
d11n
4a5fd08e51
Footer: Improve responsive display ( #4163 )
...
Enhancement in addition to #4160 .
2022-09-26 10:29:35 +02:00
Pavlenex
0306635a45
Merge pull request #4160 from daviogg/enhancement/4158-add-telegram-url
...
Add telegram icon and url on footer
2022-09-26 09:07:50 +02:00
Pavlenex
0a4d32cdb5
Merge pull request #4161 from Bangalisch/SmallPageUpdate
...
Small update to Security.md
2022-09-26 09:07:33 +02:00
nicolas.dorier
d590992d1d
Fix crash on migration from old install ( Fix #4162 )
2022-09-26 10:31:04 +09:00
d11n
e8766946dd
Improve currency selection ( #4155 )
...
Removes the current value on focus, so that the user gets to see the available options. If no selection or change is made, the value is reset to the previous value on blur.
Closes #4154 .
2022-09-26 10:26:13 +09:00
Bangalisch
8c35189b37
Small update to Security.md
...
Yo yo
Added title to page and ran it through Grammarly to slightly update the text.
2022-09-25 00:17:52 +02:00