Kukks
51666fbf0e
fix CanUseInvoiceReceipts
2022-08-30 09:16:17 +02:00
Umar Bolatov
defb9120fd
Ensure apps can be deleted through UI
...
Bug was introduced by https://github.com/btcpayserver/btcpayserver/pull/3987
2022-08-26 11:23:00 +02:00
Kukks
11ec72ce8c
changelog and bump
...
(cherry picked from commit a661f08d7b
)
2022-08-26 10:26:51 +02:00
Kukks
f67bd69ecc
do not try to mention payout ids/ pull payments if they were not saved for labels
...
fixes #4078
2022-08-26 09:41:48 +02:00
Pavol Rusnak
db2c29a6e1
PoS UI fix: scale-down item image ( #4076 )
2022-08-25 12:26:44 +02:00
Dennis Reimann
e22e522245
LNURL: Fix missing route hints option
...
Fixes #4072 .
2022-08-25 12:01:26 +02:00
Andrew Camilleri
7c8f4c0405
Allow specifing fee block target for onchain payout processor ( #4065 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2022-08-23 12:35:20 +02:00
Dennis Reimann
01ab21e4c0
Dashboard: Fix app tiles
...
I broke this with #3987 .
2022-08-23 12:07:18 +02:00
Andrew Camilleri
534a2912e1
Create dynamic manifest for pos apps ( #4064 )
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-08-21 20:38:14 +02:00
HamroRamro
1456f4e227
Enhance export function for invoices ( #4060 )
...
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2022-08-21 08:43:23 +02:00
Umar Bolatov
63e11451ba
Rename PutPointOfSaleApp to UpdatePointOfSaleApp
2022-08-21 08:41:04 +02:00
Umar Bolatov
7f80674cf2
Update Swagger docs
2022-08-21 08:41:04 +02:00
Umar Bolatov
16f4ca5fbf
Add support for updating POS app through Greenfield API
...
Part of #3458
2022-08-21 08:41:04 +02:00
Dennis Reimann
701ba59bd8
Convert public app parts
2022-08-21 08:38:25 +02:00
Dennis Reimann
8c6705bccb
Make POS and Crowdfund plugins
2022-08-21 08:38:25 +02:00
Dennis Reimann
e4542c4ac4
Paybutton: Fix logo and URL
...
Fixes #4053 .
2022-08-20 11:32:09 +02:00
Dennis Reimann
45eea1d6de
API docs: Fix server base path
...
Introduced in #4041 . Fixes #4059 .
2022-08-20 11:31:28 +02:00
Kukks
4aa94d5a13
bump btcpay to revert bug
2022-08-18 13:21:21 +02:00
Kukks
b0253e11bf
Revert "Allow bind and port for http too ( #4031 )"
...
This reverts commit a51c9d2b2d
.
2022-08-18 13:12:29 +02:00
Kukks
1a4a3714c7
Changelog for 1.6.8
2022-08-18 08:16:22 +02:00
Umar Bolatov
999090dbdb
Add Yadio exchange rate provider
...
Yadio is a service which provides exchange rates for many currencies such as the Lebanese Pound which have the real exchange rate which differs from the official rate significantly (32,525 LBP for USD real rate vs 1,510 official rate).
See more details here: https://yadio.io/info.html
See discussions here:
https://github.com/btcpayserver/btcpayserver/discussions/4001
https://github.com/btcpayserver/btcpayserver/discussions/2489#discussioncomment-3102370
2022-08-18 08:08:55 +02:00
Kukks
13e3b515c9
Cleanse objects from obsolete altcoins
2022-08-17 21:23:16 +02:00
Andrew Camilleri
b6062a94b9
Explicitly disable fsize limit for some routes ( #4045 )
2022-08-17 10:18:30 +02:00
Andrew Camilleri
d0b26e9f69
Refactor Payouts ( #4032 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2022-08-17 09:45:51 +02:00
d11n
d6ae34929e
Update launchSettings.json
...
Remove `BTCPAY_BTCEXTERNALLNDGRPC` because it is unsupported and not used anywhere in the app.
Use `http` for `BTCPAY_BTCEXTERNALLNDREST` because the HTTPS connection cannot be established.
2022-08-17 09:28:46 +02:00
Andrew Camilleri
a51c9d2b2d
Allow bind and port for http too ( #4031 )
2022-08-17 09:11:13 +02:00
HamroRamro
6c45ccc73d
Add no rate found error message in Invoices ( #4039 )
2022-08-16 09:04:13 +02:00
Kukks
6459c7bfad
fix altcoin only dashboard crash
...
closes #4038
2022-08-15 20:22:31 +02:00
Andrew Camilleri
e6c1b0cf54
Merge pull request #4041 from dennisreimann/swagger-validation
2022-08-15 17:27:30 +02:00
Dennis Reimann
c8558810ad
Fix swagger validation errors
...
Combined the files with the same approach as in the docs:
`jq -rs 'reduce .[] as $item ({}; . * $item)' swagger.template.* > openapi.json`
Afterwards the bundled version can be validated using these commands:
`npx swagger-cli validate openapi.json && npx @redocly/cli lint openapi.json`
2022-08-15 15:59:26 +02:00
Andrew Camilleri
b0eb0b1de7
Merge pull request #4034 from dennisreimann/lnurl-controller-refactoring
2022-08-15 10:00:50 +02:00
Dennis Reimann
6bdf31efda
API docs: Fix duplicate speed policy schema
...
See the additional discussion in #3877 . As we merged the Swagger JSON files for the docs, the duplicate store speed policy schema overwrote the updated invoice speed policy schema. This is now fixed by using a unified schema.
2022-08-15 06:20:10 +02:00
Dennis Reimann
3cd2971cec
Remove link to article that is no longer available
2022-08-14 11:19:25 +02:00
Dennis Reimann
58784ebbfc
Update ChromeDriver
2022-08-13 12:54:18 +02:00
Dennis Reimann
de24a6e71b
LNURL controller refactoring
...
By moving the `amount is null` check up, this prevents cases in which the `paymentMethodDetails.GeneratedBoltAmount != amount` check fails because of amount being null.
2022-08-12 20:10:44 +02:00
Davide Oggioni
8c8a5a4f5e
Edit view for Pull Payments ( #4016 )
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-08-11 14:30:42 +02:00
Kukks
7f41a1ef09
bump and changelog for 1.6.7
2022-08-10 10:07:15 +02:00
Kukks
15e1169f62
Fix Kraken rate provider
2022-08-10 08:20:41 +02:00
Wouter Samaey
de92677b69
Custodian Account Deposit UI ( #4024 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2022-08-09 20:03:55 +02:00
Dennis Reimann
377ed95130
Upgrade Lightning library
2022-08-09 19:57:43 +02:00
Dennis Reimann
1b1c7ad3b1
Bind app server to 0.0.0.0 to make it accessible on the local network
...
This way it can be accessed with other devices on the local network. It helps test with mobile devices for instance.
2022-08-08 11:15:24 +02:00
Umar Bolatov
e4e0fb0f35
Ensure store button shows up correctly before store is created
...
fix #3972
2022-08-07 20:44:28 +02:00
Kukks
bf0cbf24e4
bump and changelog for 1.6.6
2022-08-06 17:07:41 +02:00
Kukks
7d454a4c7b
make sure entity state gets modified in payout processors
2022-08-06 17:05:29 +02:00
nicolas.dorier
680f1470cf
Update app store links, add Authy as two factor app
2022-08-04 12:49:53 +09:00
nicolas.dorier
1854fd307f
Fix tests and warnigns
2022-08-04 12:42:15 +09:00
nicolas.dorier
6239f9da75
Bump
2022-08-04 12:11:21 +09:00
nicolas.dorier
40e39b82e8
Fix several potential NullReferenceException ( Fix #4017 )
2022-08-04 12:08:13 +09:00
Wouter Samaey
c71e671311
Added custodian account trade support ( #3978 )
...
* Added custodian account trade support
* UI updates
* Improved UI spacing and field sizes + Fixed input validation
* Reset error message when opening trade modal
* Better error handing + test + surface error in trade modal in UI
* Add delete confirmation modal
* Fixed duplicate ID in site nav
* Replace jQuery.ajax with fetch for onTradeSubmit
* Added support for minimumTradeQty to trading pairs
* Fixed LocalBTCPayServerClient after previous refactoring
* Handling dust amounts + minor API change
* Replaced jQuery with Fetch API + UX improvements + more TODOs
* Moved namespace because Rider was unhappy
* Major UI improvements when swapping or changing assets, fixed bugs in min trade qty, fixed initial qty after an asset change etc
* Commented out code for easier debugging
* Fixed missing default values
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-08-04 11:38:49 +09:00
nicolas.dorier
2ea6eb09e6
Update changelog
2022-08-03 21:41:39 +09:00