rockstardev
b333aeb450
Setting exchange rate after CreateInvoice call to take into account what API has returned
2024-07-04 05:36:12 -05:00
nicolas.dorier
597e2b0ec1
Fix: Reports rows weren't always properly sorted ( Fix #6065 )
2024-07-04 18:09:03 +09:00
nicolas.dorier
058a3ee96a
Do not crash when refunding an invoice that has been marked settled ( Fix #6003 )
2024-07-04 16:50:27 +09:00
nicolas.dorier
05f3539818
Do not crash the plugin packer if Assembly.GetTypes crashes
2024-06-21 10:16:55 +09:00
Kukks
9d84ec4aa4
bump v
2024-06-13 14:48:48 +02:00
d11n
33f20b7be5
v1.13.3: Add Changelog ( #6048 )
...
* v1.13.3: Add Changelog
* Update Changelog.md
---------
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2024-06-13 14:47:17 +02:00
Kukks
487f967607
bump cln
2024-06-12 19:39:55 +02:00
d11n
5bc9285e84
Pull payment: Enable CORS for LNURL request ( #6044 )
...
Fixes #6043 and ensures Mutiny Wallet can do the LNURL request.
2024-06-12 11:14:58 +02:00
d11n
bc1a5aa8f0
Fix null pointer exception on receipt print page ( #6045 )
...
* Fix null pointer exception on receipt print page
* Adding test to verify receipt printing working as expected
* Update Chrome WebDriver
* Add print receipt tests
* Remove duplicate test
---------
Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2024-06-11 16:04:25 +02:00
rockstardev
556a9c0e6d
Fixing Fast Tests ( #6047 )
...
* Fixing Fast Tests
* Revert file header change
---------
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2024-06-11 12:53:50 +02:00
nicolas.dorier
a026d244fe
Fix: Invoice paid for topping up a pull payment weren't topping anything
2024-06-06 23:11:01 +09:00
d11n
5884850e22
POS: Don't show free items in print view ( #6009 )
...
We cannot generate a proper LNURL response for free items, hence we should not show them in the print view.
Closes #5999 .
2024-06-05 22:12:12 +09:00
Kukks
b341536e42
fix shopify
2024-06-05 08:39:43 +02:00
Kukks
8356c0d5e5
Refactor shopify logic
...
This refactors the logic around shopify to keep it in one place. invoice Statuses are handled in a more streamlined way.
# Conflicts:
# BTCPayServer/Plugins/Shopify/ShopifyOrderMarkerHostedService.cs
2024-06-04 14:29:40 +02:00
nicolas.dorier
6d2f886717
Update changelog
2024-06-03 22:04:03 +09:00
Andrew Camilleri
f9aae4ab3d
Cancel shopify order when invoice payment fails ( #6027 )
...
* Cancel shopify order when invoice payment fails
* void correctly and invoice logs
2024-06-03 22:04:02 +09:00
rockstardev
1ecf0d25a9
Bumping LND to 0.18-0-beta ( #6023 )
2024-06-01 19:27:37 -05:00
Nicolas Dorier
c7231fe092
Fix: Adding a label to a base58 addresses in the Send Wallet screen wasn't working ( #6011 )
2024-05-27 23:17:18 +09:00
Nicolas Dorier
8922c3de59
Add changelog for 1.13.2 ( #6005 )
2024-05-24 16:13:52 +09:00
d11n
fefb99dfa2
Dashboard: Add table-responsive wrapper for transactions and invoices ( #6006 )
...
Fixes #5721 .
2024-05-24 14:12:10 +09:00
d11n
a3b0bbe861
Sanitizer: Allow bitcoin and lightning URI schemes ( #6002 )
...
Fixes #6001 .
2024-05-24 14:12:01 +09:00
nicolas.dorier
3dd562ffdc
Fix tests
2024-05-23 22:22:49 +09:00
Nicolas Dorier
b19db7291d
Bump dependencies ( #5996 )
2024-05-23 22:18:30 +09:00
d11n
70253cbd9f
Search: Display text filters in search input ( #5986 )
...
* Search: Display text filters in search input
This changes the search text input to also display the filters, which don't have a special UI (e.g. dropdown). Those filters (e.g. orderid) were not displayed before and hence could not be reset.
Fixes #5984 .
* Add and fix test
2024-05-23 20:22:36 +09:00
d11n
887803a328
POS: Allow overpay for articles with minimum price ( #5997 )
...
Adjust the LNURL settings so that minimum price items aren't capped and can be overpaid.
Also fixes the missing LNURL response for free items to return a proper LNURL error instead of just 404.
Fixes #5995 .
2024-05-23 20:21:30 +09:00
d11n
42da90f7dc
Improve data display on receipt ( #5896 )
...
Once more an improvement for the receipt, which also fixes #5882 :
- Unify data displayed on the web and print version
- Split cart and additional data and ensure additional data is displayed
- Do not display extra subtotal row if there are no tips or discounts
- Make PosData partial more universal and backwards-compatible by using case insensitive key lookups
2024-05-23 19:58:13 +09:00
Andrew Camilleri
1152f68aed
fix bolt 11 0 amount check for payouts ( #5943 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2024-05-23 19:40:26 +09:00
d11n
9124aeb1ee
Domain mapping constraint: Fix .onion case ( #5948 )
...
Fixes #5917 , which is a regression introduced in #5776 . The Tor-check must happen to prevent redirecting, but we must still return true if we already resolved an `appId`.
2024-05-23 19:39:37 +09:00
d11n
a35c5d8289
Pull payment QR scan fixes ( #5950 )
...
Updates the icon and fixes a JS error, in case the LNURL/Boltcard option isn't available.
2024-05-23 19:24:41 +09:00
d11n
e24b42ef95
Server email settings: Fix missing password field ( #5952 )
...
Fixes #5949 .
2024-05-23 19:24:24 +09:00
Nicolas Dorier
e10937c253
Add refund reports ( #5791 )
...
* Add refund reports
* Fix fake data generator in reports
2024-05-23 19:23:11 +09:00
ndeet
96b90d2444
Greenfield API clarifications, fix typo subscriptions -> registrations ( #5955 )
2024-05-23 19:20:25 +09:00
d11n
600bbb9ce0
Theme docs link fix ( #5972 )
...
We recently removed the section the anchor links to and we'll remove the links entirely in #5947 .
2024-05-23 19:19:12 +09:00
Nicolas Dorier
fe9e5eb9c9
Fix: Some valid taproot PSBT couldn't parsed and show better error message ( Fix #5715 ) ( #5993 )
2024-05-23 19:16:53 +09:00
nicolas.dorier
cb136cba82
Allow negative payouts in pull payments
2024-05-17 16:31:44 +09:00
nicolas.dorier
b3240f28b5
Minor refactorings
2024-05-17 14:46:17 +09:00
nicolas.dorier
fe32cbd8be
Can hide the footer of LayoutSimple
2024-05-17 09:27:46 +09:00
nicolas.dorier
51fcf52da1
Show boltcard deeplink also on iOS
2024-05-17 09:10:15 +09:00
rockstardev
3f02c0d30a
Checking if display cart is needed to save space on receipt
2024-05-16 09:43:33 +09:00
rockstardev
bae1f4e20b
Cutting off lightning payment so receipt takes less space
2024-05-16 09:41:50 +09:00
nicolas.dorier
3fbc717cd4
Show better error message for invalid destination in PullPayments
2024-05-03 22:58:28 +09:00
nicolas.dorier
958a348fed
bump NTag424 lib
2024-04-24 21:50:31 +09:00
nicolas.dorier
57226fc97f
Remove debug logs
2024-04-22 10:54:56 +09:00
nicolas.dorier
ca55e1f300
bump
2024-04-15 22:27:09 +09:00
d11n
8b02c0bd82
Prevent payout double send ( #5931 )
...
Fixes #5913 .
2024-04-15 22:06:00 +09:00
Nicolas Dorier
b92ff7c27b
Bump CLightning ( #5923 )
2024-04-15 18:22:51 +09:00
Chukwuleta Tobechi
d24761a498
update csv export to include full date and time in 12 hour format ( #5922 )
...
* update csv export to include full date and time in 12 hour format
* formatting the export datetime to 24 hours
2024-04-15 12:22:18 +09:00
nicolas.dorier
c78ee24d0a
Fix: Unable to use a different postgres schema ( Fix #5901 )
2024-04-15 11:38:56 +09:00
Andrew Camilleri
172dd507bd
Small payment request fixes ( #5926 )
...
* Do not crash payment request page on 0 amount
* set email from form to payment request
2024-04-15 09:11:19 +09:00
Henry Hollingworth
fdd4790023
(bug) handle null XMR settings ( #5909 )
...
Co-authored-by: Henry Hollingworth <henry.hollingworth@alcoa.com>
2024-04-15 09:11:08 +09:00