Umar Bolatov
7e6a2d08e2
Add label filter for onchain tx API endpoint ( #3588 )
...
* Add label filter for onchain tx API endpoint
close #3587
* Add Swagger docs
* Add test for filtering by transaction label
2022-04-18 11:20:15 +09:00
d11n
c1dbe235dc
Hide empty plugins section ( #3643 )
...
Closes #3617 . Implementation of @bolatovumar's [proposal](https://github.com/btcpayserver/btcpayserver/issues/3617#issuecomment-1094173005 ) - we might be able to replace it with a better solution, that would avoid rendering that section in the first place. For now that solves the issue though.
2022-04-18 10:25:00 +09:00
Umar Bolatov
eb2ccf06a5
Fix typos in README file ( #3644 )
...
* Fix typos in README file
* Update BTCPayServer.Tests/README.md
Co-authored-by: d11n <mail@dennisreimann.de>
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
Co-authored-by: d11n <mail@dennisreimann.de>
2022-04-18 10:24:17 +09:00
d11n
e202f24592
Wallet view: Minor display improvements ( #3647 )
...
* Label improvements
* Fix erratic display bug in ToTimeAgo helper
2022-04-18 10:23:32 +09:00
d11n
d11f87f0cc
Pay Button: Re-add Vue handlers to currency input ( #3646 )
...
Fixes a regression introduced in #3642 : The pay button preview and code sample do not update without the Vue handlers.
2022-04-16 18:38:51 +02:00
Alec G
8f54ec4f4a
add currency-selector input on Payment Request and Pay Button pages ( #3642 )
2022-04-15 13:53:37 +09:00
Umar Bolatov
64534efe71
Fix broken "CanCreateRefunds" test ( #3635 )
2022-04-14 14:07:10 +09:00
Jaron Rosenau
1235ced355
htmlcoin altcoin updates ( #3601 )
...
* remove old logo
* add new logo
* switch name from Althash to Htmlcoin
* increment version NBXplorer.Client
* fix KeyPath BIP-0044, fix name
https://github.com/BEPAL/slips/blob/master/slip-0044.md
* revert increment version
2022-04-14 13:18:12 +09:00
Umar Bolatov
23d383be67
Add transaction info PATCH endpoint ( #3561 )
...
* Add transaction info patch endpoint
* Add "#nullable enable" to LabelFactory
* Add Swagger docs
* Update OnChain to onchain
* update feeRate to feerate
* Add test
* replace "Onchain" with "onchain"
2022-04-14 13:17:22 +09:00
dstrukt
fb90ff2fbb
updates ( #3631 )
2022-04-14 13:09:37 +09:00
dstrukt
4706aa95e6
Minor Dashboard Adjustments ( #3629 )
...
* improves border-radius
* adjusts CF widget wording
2022-04-14 13:08:43 +09:00
d11n
8981414705
API: Add Lightning Payment info endpoint ( #3557 )
...
* Upgrade Lightning lib
* API: Add Lightning Payment info endpoint
2022-04-12 18:01:58 +09:00
d11n
7ec978fcdb
Dashboard ( #3530 )
...
* Add dashboard and chart basics
* More widgets
* Make widgets responsive
* Layout dashboard
* Prepare ExplorerClient
* Switch to Chartist
* Dynamic data for store numbers and recent transactions tiles
* Dynamic data for recent invoices tile
* Improvements
* Plug NBXPlorer DB
* Properly filter by code
* Reorder cheat mode button
* AJAX update for graph data
* Fix create invoice button
* Retry connection on transient issues
* App Top Items stats
* Design updates
* App Sales stats
* Add points for weekly histogram, set last point to current balance
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-04-12 16:55:10 +09:00
orangesurf
d58803a058
Specify PayJoin enabled in Payment Link heading ( #3614 )
...
* Specify PayJoin enabled in Payment Link heading
* Fix for non bitcoin payments
2022-04-12 11:05:09 +09:00
Umar Bolatov
fe6b7dc1e3
Fix visual bug when user clicks on "Create refund" without selecting an option ( #3624 )
...
* Add missing refund option validation error element
* Add missing hidden inputs for text elements
* Move validation element above button
* Update validation error message
2022-04-11 17:53:52 +09:00
Umar Bolatov
c9f0988b95
Handle possible error when bumping fee ( #3608 )
...
fix #3600
2022-04-11 17:53:10 +09:00
d11n
cd9a52706c
Use the store's default currency when creating entities ( #3585 )
...
* Use default currency for new pull payments
Closes #3582 .
* Pull payment: Improve create form
* Use default currency for new invoices
Closes #3581 .
* Clean up old invoice form code
* Use default currency for new payment requests
* Test fixes
2022-04-11 17:50:30 +09:00
d11n
bfdb1b4af9
Design updates ( #3565 )
...
* Design updates
* Improve table styles
* Form input color improvements
* Form input shadows
* Increase accordion button padding
* Hover transition for checkboxes and radio buttons
* Improve checkbox and radio button spacings
* Improve input styles
* Secondary button updates
* Clear pager floats
* Link improvements
* Don't display border for last table row
2022-04-11 17:49:57 +09:00
d11n
e5174b4a29
Lightning: Link to services directly ( #3593 )
...
* Allow to access fake LN services in dev mode
* Link directly to Lightning services
Closes #3552 .
* Fix typo
2022-04-11 17:49:28 +09:00
Umar Bolatov
8feb60c30d
Add ability to set default payment method for pay button ( #3606 )
...
* Add ability to set default payment method for pay button
close #3604
* Add "#nullable enable" to UIStoresController
* Add PaymentMethodOptionViewModel
* Add explicit "Use the store’s default" option
2022-04-11 17:48:12 +09:00
d11n
6bd7fb64ab
CI test fixes ( #3609 )
...
* Test fix
Logs
* Add test logs
* Test change
* Use async overloads in CanPayWithTwoCurrencies test
* Bump NBXplorer
* More test updates
* More logs
* More waiting
* More waiting
* Update GoToUrl calls
* Log request status
* More logs
* More logs, more waits, idk
* Click checkboxes using JS
* Go to url directly
* Double timeout
2022-04-08 18:58:01 +09:00
nicolas.dorier
b9602243d3
Fix tests for litecoin
2022-04-08 13:03:51 +09:00
Umar Bolatov
b7a930ef18
Adjust user search input width ( #3577 )
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-04-05 07:34:56 -04:00
Lee Salminen
add206ae2d
Fixes #3598 by adding overflow scrolling to StoreSelectorMenu ( #3599 )
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-04-05 07:34:14 -04:00
Pavlenex
28ce095fb4
Merge pull request #3602 from phershbe/master
...
Link to local development environment instructions corrected
2022-04-05 09:01:00 +02:00
Nicolas Dorier
13952a4b79
Bump NBX ( #3607 )
2022-04-05 14:46:42 +09:00
nicolas.dorier
05ec398346
Update CoinGeckoRateProvider
2022-04-04 14:47:50 +09:00
Philip
dea2dd52be
Link to local development environment instructions corrected
...
As noted here: https://github.com/btcpayserver/btcpayserver/issues/3590
The link to the local development environment instructions was broken and now is correct.
2022-04-01 22:18:43 -04:00
Kukks
debe3cda4b
fix typo
2022-04-01 13:45:30 +02:00
Kukks
5b5aa2c721
bump btcpay
2022-04-01 13:22:24 +02:00
Kukks
e201ddd74c
Plugins: Fix plugin installer
2022-04-01 13:20:19 +02:00
Andrew Camilleri
4a1580169d
Merge pull request #3595 from pavlenex/shopify
2022-03-31 15:15:26 +02:00
Pavlenex
001ca7de60
Fix UI to match Shopify's
2022-03-31 14:51:16 +02:00
Andrew Camilleri
184be4e27b
Merge pull request #3592 from Kukks/updaart
2022-03-31 13:36:11 +02:00
Kukks
7652645dda
1.4.8 update
2022-03-31 12:48:10 +02:00
d11n
ef6016857b
FileService: AddFile from URL ( #3566 )
2022-03-31 11:54:25 +02:00
Kukks
e449ca2c95
Fix shopify
2022-03-31 10:13:07 +02:00
Kukks
b0f00773d6
fix issues around local btcpay client and no request obj
2022-03-30 15:04:51 +02:00
Alec G
451eee549b
added additional inputmode attr to relevant form input fields ( #3578 )
...
* added inputmode attr to relevant input fields
* missed some numerical form inputs
* removed inputmode attribute from checkout appearnce invoice settings input field
2022-03-30 09:58:50 +02:00
Kukks
77da261fea
Allow plugins to extend swagger docs and fix pull payment test
2022-03-29 20:29:27 +02:00
Kukks
e23c9ee608
Add missing policies in api key UI
2022-03-29 20:12:02 +02:00
d11n
37cb87a9c6
Update CircleCI config ( #3586 )
2022-03-29 16:35:02 +01:00
Umar Bolatov
211db8e0f0
Adjust pull payment badge color ( #3584 )
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-03-29 12:09:30 +02:00
Philip
d074d60dad
Change "was confirmed paid" to "is settled"
...
As detailed here: https://github.com/btcpayserver/btcpayserver/issues/3572
2022-03-27 07:56:32 +01:00
Andrew Camilleri
0bff5e2236
Update BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-email.json
...
Co-authored-by: d11n <mail@dennisreimann.de>
2022-03-26 21:46:40 +00:00
Kukks
dca986eb2e
Add Greenfield Store Email API
2022-03-26 21:46:40 +00:00
galloway-valence
326eb1135b
added inputmode attr to relevant input fields
2022-03-26 18:27:22 +00:00
Wouter Samaey
b2f7b4e6b9
Update BTCPayServer/Services/Invoices/InvoiceRepository.cs
...
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2022-03-25 13:21:43 +00:00
Wouter Samaey
5129d6aa6b
Update BTCPayServer/Services/Invoices/InvoiceRepository.cs
...
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2022-03-25 13:21:43 +00:00
Wouter Samaey
a8cf334616
Update BTCPayServer/Services/Invoices/InvoiceRepository.cs
...
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2022-03-25 13:21:43 +00:00