Kukks
776ded0b7e
Fix Coinswitch enabledflag and nav category
2021-05-14 09:08:32 +02:00
nicolas.dorier
9e3d99ec39
Do not automatically apply our datetimeoffset binder
2021-05-14 15:47:19 +09:00
Andrew Camilleri
6c9c7328bb
Fix: Payout Transaction not matching when rate provided longer decima… ( #2518 )
...
* Fix: Payout Transaction not matching when rate provided longer decimal precision
fixes #2513 most likely
* Do not sue rounding and ensure crypto amount is saved with correct decimal places
* Round pull payment payout to the nearest digit supported by network
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2021-05-13 17:50:08 +09:00
Nicolas Dorier
2961a2ed53
Merge pull request #2506 from Kukks/fix-pay-button-steps
...
Fix Pay Button steps and range validation
2021-05-13 17:33:34 +09:00
Nicolas Dorier
12836b9f60
Merge pull request #2512 from NicolasDorier/udoqnf
...
Make sure BTCPayServer does not take the culture of the server
2021-05-13 17:32:05 +09:00
Alesio Kanani
17cef99ce8
Spelling improvement ( #2520 )
2021-05-13 17:31:08 +09:00
nicolas.dorier
2194fe43d2
Do not show payments which are not accounted in Payment request
2021-05-12 17:46:57 +09:00
Wouter Samaey
06fef563e3
Fixed 2 typos ( #2514 )
...
* Fixed 2 typos
* Update BTCPayServer/Controllers/ManageController.APIKeys.cs
Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
* Update BTCPayServer/Controllers/ManageController.APIKeys.cs
Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
2021-05-07 18:51:10 +02:00
Andrew Camilleri
c38eeddc55
Update BC-UR bundle and support decoding hex format of wallet ( #2505 )
2021-05-08 00:35:43 +09:00
Dali
84ec33afb3
Update BitCore branding ( #2501 )
...
Co-authored-by: dalijolijo <dalijolijo@v220200132547106119.bestsrv.de>
2021-05-08 00:34:38 +09:00
nicolas.dorier
4b30132d06
Make sure BTCPayServer does not take the culture of the server
2021-05-06 20:28:02 +09:00
Kukks
38942aef25
remove log
2021-05-05 12:19:35 +02:00
Kukks
200e8330d8
Fix Pay Button steps and range validation
...
There were numerous issues around different button types and the amount range validation. Also fixes #2503
2021-05-05 11:27:02 +02:00
Kukks
86092fc955
Wrap more plugin loading logic in try catch to not crash fatally
2021-05-03 08:35:54 +02:00
nicolas.dorier
50cd4cb3ce
bump version
2021-04-29 12:52:55 +09:00
Nicolas Dorier
7c857118fa
Update Changelog ( #2480 )
2021-04-29 12:51:35 +09:00
Andrew Camilleri
4e1b18e2bb
do not crash invoice if wellknown metadata keys used with different e… ( #2448 )
...
* do not crash invoice if wellknown metadata keys used with different expected types
* fix
* add bits from alt PR
2021-04-28 16:49:10 +09:00
Andrew Camilleri
5fe3c1c61f
U2fremove ( #2496 )
...
* Remove U2F support and JS
* fix final changes
* fix more final stuff
2021-04-28 16:22:09 +09:00
Kukks
270bd98a10
Remove test code from Fido2 that got merged
2021-04-28 06:26:59 +02:00
Andrew Camilleri
02bf5afe0b
Migrate existing U2F to Fido2 ( #2484 )
...
* Migrate existing U2F to Fido2
This seamlessly switches all u2f registrations over to the new FIDO2 support. Please note that I have not yet added a way to drop the u2f DB and its UI so that we can test the migration works properly for all.
* add testing logic
* fix u2f tests
* remove duplicate status message
* fix test and namespaces
* fix test
2021-04-28 13:14:15 +09:00
Kukks
c878f63f99
Fix: Double entry for Api Key nav item in Account navigation menu
2021-04-27 14:06:34 +02:00
nicolas.dorier
8083935b47
Greenfield: Deleting a store in the server, should delete only webhooks of this store
2021-04-27 18:55:38 +09:00
Andrew Camilleri
c7d11132e5
Merge pull request #2491 from dennisreimann/wallet-enabling-fix
...
Offer enabling toggle only for wallets that are set up
2021-04-27 11:16:10 +02:00
Dennis Reimann
69442a49f1
Offer enabling toggle only for setup wallets
2021-04-27 09:27:52 +02:00
nicolas.dorier
5f9ef0ff62
Greenfield: Human friendly error if webhook or delivery not found
2021-04-27 15:38:42 +09:00
Kukks
0888cc4f97
Fix: Add Fido2 log filter to tests
2021-04-27 08:18:01 +02:00
Kukks
6821a9a0a4
Fix: Coinswitch plugin missing nav specification
2021-04-27 07:37:08 +02:00
Kukks
003e8a979b
Fix: Plugins integrations formatting text wrap
2021-04-27 07:36:42 +02:00
Umar Bolatov
08e8050ca5
Add button to copy API key to clipboard ( #2439 )
...
* Add button to copy API key to clipboard
* Update "copy API key to clipboard" button appearance
2021-04-27 11:30:26 +09:00
nicolas.dorier
8d5c3c5cdd
ModelBinders should not throw exception, but return error on ModelState
2021-04-26 12:55:03 +09:00
nicolas.dorier
dcc4214dcb
Make sure model binder error are returning error 422, use DateTimeOffsetModelBinder
2021-04-26 12:37:56 +09:00
Saker Omera
ded55a1440
customized api/v1/invoices query parameters to filter results ( #2461 )
...
* customized api/v1/invoices query parameters to filter results
* customized api/v1/invoices query parameters to filter results
* update swagger and make parameters as arrays
* change startDate and endDate types to UnixTimestamp
* update invoice status type in swagger and better handle dateTimeoffset
* change status type to array of InvoiceStatus to match controller
* change status type to array of InvoiceStatus to match controller
Co-authored-by: somera <somera@tesla.com>
2021-04-26 11:32:44 +09:00
Jaron Rosenau
e0ff03068a
add altcoin support for althash / htmlcoin ( #2485 )
...
* Switch Althash, keypath, hitbtc ticker
* add Althash
* add Althash
* switch to coingecko provider
* add Althash logo
* Fix stacking issue with rate call
* bump NBitcoin to 5.0.77
* bump NBXplorer.Client to 3.0.21
2021-04-26 11:31:00 +09:00
Nicolas Dorier
60c05cab55
Merge pull request #2477 from dennisreimann/lightning-setup-redesign
...
Lightning setup redesign
2021-04-22 17:39:05 +09:00
Andrew Camilleri
9c480580ba
Merge pull request #2483 from dennisreimann/mobile-unread-count
...
UI: Fix unread count badge on mobile
2021-04-21 17:43:12 +02:00
Dennis Reimann
f3c3f397eb
UI: Fix unread count badge on mobile
2021-04-21 17:38:17 +02:00
d11n
f6c7f61ec3
Update BTCPayServer/Views/Stores/SetupLightningNode.cshtml
...
Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
2021-04-21 14:52:45 +02:00
Dennis Reimann
aae5cce175
Improve custom node details toggling
2021-04-21 14:38:53 +02:00
Dennis Reimann
8a9bea4603
Wording and display improvements
2021-04-20 14:52:00 +02:00
Dennis Reimann
0e3f6acb0a
Final tweaks and test fix
2021-04-20 12:23:50 +02:00
Dennis Reimann
bbe621109f
Lightning setup redesign
2021-04-20 12:09:27 +02:00
Dennis Reimann
35f47bdfb7
Add and update theme colors
2021-04-20 12:09:26 +02:00
Nicolas Dorier
8ca0be5a4d
Merge pull request #2453 from bolatovumar/unify-pos-app-card-markup
...
Unify POS app card markup
2021-04-20 18:29:50 +09:00
Nicolas Dorier
b6bd7cce6d
Merge pull request #2446 from NicolasDorier/fweihnq
...
Give better error for greenfield API
2021-04-20 18:25:10 +09:00
nicolas.dorier
a7cbb3941a
Give better error for greenfield API
2021-04-20 18:21:26 +09:00
Nicolas Dorier
8957720c94
Merge pull request #2469 from dennisreimann/store-payment-method-toggling
...
Move payment method enabling toggle to store overview
2021-04-20 17:25:34 +09:00
d11n
452915478b
UI: Fix duplicate status messages ( #2481 )
...
The status message is included in the NavLayout, hence the pages that use this layout should not include the status message.
Fixes #2478 .
2021-04-20 16:16:21 +09:00
Dennis Reimann
962c80fff8
Remove permission check
...
Ensured via the controller, see https://github.com/btcpayserver/btcpayserver/pull/2469#discussion_r616289628
2021-04-20 09:10:23 +02:00
Dennis Reimann
aef06c7f61
Wording updates
...
Thanks @Zaxounette!
2021-04-20 09:09:32 +02:00
Nicolas Dorier
52be5746c6
Update BTCPayServer.Tests/SeleniumTester.cs
...
Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
2021-04-20 09:03:40 +02:00