d11n
9ab129ba89
More URL id parameter fixes ( #3673 )
2022-04-22 15:52:57 +02:00
d11n
b39a67534c
Greenfield: Proper response for store not found ( #3658 )
...
* Greenfield: Proper response for store not found
Previously the "network not configured" error message was also displayed when indeed the store could not be found. This is misleading, hence we should have a separate error for that case.
* Use StoreNotFound method
2022-04-22 12:17:20 +02:00
d11n
2d717cbf01
Fix payment request redirect URL ( #3672 )
2022-04-22 10:28:46 +02:00
d11n
c4f284aaf1
Lightning: Add GetPayment methods to local client ( #3657 )
...
I missed adding them in #3557 .
2022-04-22 09:28:11 +09:00
Pavlenex
e40a9089e0
Merge pull request #3666 from dennisreimann/ivpn
...
Add IVPN as supporter to README
2022-04-21 16:02:33 +02:00
Dennis Reimann
8cf849e590
Add IVPN as supporter to README
2022-04-21 15:50:46 +02:00
Pavlenex
03e113b063
Merge pull request #3665 from dennisreimann/ivpn
...
Add IVPN logo for supporters section
2022-04-21 15:36:38 +02:00
Dennis Reimann
d9305b1e63
Add IVPN logo for supporters section
...
We are not displaying it in the app, but linking to it from various other sites (docs, website, etc.)
2022-04-21 15:34:09 +02:00
d11n
182fa7d803
Upgrade Lightning lib ( #3662 )
2022-04-21 21:47:10 +09:00
nicolas.dorier
4dd41cffe3
Order swagger's docs tags
2022-04-21 12:30:49 +09:00
nicolas.dorier
9bf3df1e87
Fix Swagger, replacing additionalProperties by allOf
2022-04-21 12:12:30 +09:00
Nicolas Dorier
2e08c29c64
Remove replace hardcoded BTC string to default network ( #3654 )
2022-04-20 10:20:39 +09:00
d11n
75afd30008
Design updates ( #3653 )
...
* Design updates
Contains:
- btcpayserver/btcpayserver-design#12
- btcpayserver/btcpayserver-design#33
- btcpayserver/btcpayserver-design#35
- btcpayserver/btcpayserver-design#37
- btcpayserver/btcpayserver-design#39
* Improve input focus styles
2022-04-20 09:42:14 +09:00
Andrew Camilleri
7652d2c7e3
LN Address - db schema fix method ( #3638 )
...
* LN Address - db schema fix method
* pr changes
* shorten
2022-04-19 16:58:31 +09:00
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