nicolas.dorier
22cf253183
Remove some legacy code
2024-04-24 17:24:15 +09:00
d11n
56d57bbd84
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-04-24 10:22:00 +02:00
d11n
aeb836da76
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-04-24 11:24:00 +09:00
nicolas.dorier
e4440ca0dc
Fix node public info
2024-04-24 10:14:11 +09:00
Andrew Camilleri
8c4cf779ce
fix bolt 11 0 amount check for payouts ( #5943 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2024-04-23 09:36:49 +02:00
nicolas.dorier
c8f003950a
Remove debug logs
2024-04-22 10:54:44 +09:00
Nicolas Dorier
f4aafd5be3
Cleanup AddressesInvoices table ( #5905 )
2024-04-16 16:18:56 +09:00
Nicolas Dorier
bd978f29a0
Fix flaky tests ( #5934 )
2024-04-16 12:48:42 +09:00
d11n
76719cdc4a
Greenfield: Fix payment method update regression ( #5932 )
...
* Greenfield: Fix payment method update regression
Do not exclude if `enabled` is `true`. Got introduced in #5809 .
* Fix PaymentMethodId Swagger docs
2024-04-16 11:32:52 +09:00
nicolas.dorier
36cfc3648f
bump
2024-04-15 22:26:50 +09:00
d11n
7e80fd2e98
Prevent payout double send ( #5931 )
...
Fixes #5913 .
2024-04-15 13:25:17 +02:00
Nicolas Dorier
f1a04a3bd0
Remove MySQL and Sqlite deps ( #5910 )
2024-04-15 19:08:25 +09:00
Nicolas Dorier
9699b3837b
Bump CLightning ( #5923 )
2024-04-15 18:22:30 +09:00
Chukwuleta Tobechi
d2e95c2246
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:21:56 +09:00
nicolas.dorier
893b92439c
Fix: Unable to use a different postgres schema ( Fix #5901 )
2024-04-15 11:38:32 +09:00
Andrew Camilleri
8819372d2e
Small payment request fixes ( #5926 )
...
* Do not crash payment request page on 0 amount
* set email from form to payment request
2024-04-12 12:56:11 +02:00
Henry Hollingworth
b9cea968e5
(bug) handle null XMR settings ( #5909 )
...
Co-authored-by: Henry Hollingworth <henry.hollingworth@alcoa.com>
2024-04-12 07:51:56 +02:00
nicolas.dorier
6846a7cef5
Fix JSContent test
2024-04-08 21:32:55 +09:00
Nicolas Dorier
eee3fb8b5f
Merge pull request #5906 from NicolasDorier/fweohtqn
...
Remove CheckoutV1
2024-04-06 11:55:36 +09:00
Dennis Reimann
6245ecc8f4
Fix tests, remove duplicate tests
2024-04-05 18:56:16 +02:00
Dennis Reimann
d2e9ec9494
Cleanup v2 leftovers
2024-04-05 18:05:51 +02:00
nicolas.dorier
4208110d57
Remove CheckoutV1
2024-04-05 16:58:13 +09:00
Nicolas Dorier
ff5e03a8b1
Merge pull request #5902 from btcpayserver/fweoinqrnt
...
Fix migration crash
2024-04-04 23:11:21 +09:00
nicolas.dorier
57851cef9a
Fix migration crash
2024-04-04 23:10:58 +09:00
Nicolas Dorier
e7cb3c0a85
Merge pull request #5900 from dennisreimann/store-controller-refactoring
...
Refactoring UIStoresController
2024-04-04 18:21:02 +09:00
Dennis Reimann
620ebc751c
Convert to file-scoped namespace
2024-04-04 11:00:18 +02:00
Dennis Reimann
c7a8523b77
Code cleanups
2024-04-04 10:58:47 +02:00
Dennis Reimann
df4d370524
Rename and clean up properties
2024-04-04 10:48:09 +02:00
Dennis Reimann
71ba5d9c4c
Move actions and methods to separate partial controllers
2024-04-04 10:48:07 +02:00
Jabster28
d216ad7da9
fix: switch to using get_info for monerod ( #5885 )
2024-04-04 17:38:41 +09:00
Nicolas Dorier
6cc1751924
The Big Cleanup: Refactor BTCPay internals ( #5809 )
2024-04-04 16:31:04 +09:00
rockstardev
69b589a401
Adding Tether as BTCPay Server Foundation Supporter ( #5891 )
...
* Adding Tether as BTCPay Server Foundation Supporter
* Adding Tether to _BTCPaySupporters partial as well
* Modfying supporter_strike.svg to have white backgroundf or dark mode
* Modifying supporter_tether.svg to fit in the 150x100 box
* Centering Tether shape
2024-04-02 19:06:24 -05:00
nicolas.dorier
db73b1f268
Fix test CheckJSContent
2024-04-01 12:11:00 +09:00
Snoppy
9ac0e982d6
chore: fix typos ( #5883 )
2024-03-30 10:20:24 +01:00
Andrew Camilleri
cb25c225e9
Remove custodians ( #5863 )
...
* Remove custodians
* Hide Experimental checkbox in the server policies
---------
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2024-03-29 00:28:27 +09:00
d11n
5b31d4de20
v1.13: Update changelog ( #5879 )
2024-03-28 22:40:18 +09:00
d11n
14f8c73b08
POS: Increase size of quantity buttons ( #5877 )
...
Closes #5873 .
2024-03-28 09:01:56 +09:00
d11n
529075f64c
Make "Employee" default role on store settings ( #5874 )
...
* Refactoring: Use property rather than injecting StoreRepository
* Update info text
* Make "Employee" default role on store settings
Closes #5867 .
2024-03-28 09:01:34 +09:00
d11n
dba102e74f
Template Editor: Fix mobile view ( #5871 )
...
Fixes #5869 .
2024-03-27 19:20:49 +09:00
d11n
0f3f8b6bf9
Contact Us improvements ( #5872 )
...
* Add contact link to sidebar
Closes #5866 .
* Obfuscate contact email on public pages
Closes #5870 .
* Fix
2024-03-27 19:19:39 +09:00
ndeet
83028b9b73
Adding introduction, Authentication and Usage examples sections to the API docs. ( #5858 )
2024-03-24 00:02:01 +09:00
d11n
1fe766cb16
Keypad: Fix images ( #5857 )
2024-03-22 15:16:59 +01:00
Andrew Camilleri
6b45eb0d3d
Do not throw when local node is not synced and using external ln node ( #5859 )
...
* Do not throw when local node is not synced and using external ln node
* Fix additional bug when ln conn strings without server would crash
2024-03-22 10:06:38 +01:00
nicolas.dorier
6b0087ab69
Update version
2024-03-21 21:40:09 +09:00
d11n
e60fd8d6ab
Changelog v1.13 ( #5840 )
2024-03-21 21:39:06 +09:00
Andrew Camilleri
88a1d83323
Support bbqr psbts ( #5852 )
...
* Support bbqr psbts
https://bbqr.org/ @nvk
* add js test for bbqr
2024-03-21 10:30:23 +01:00
Andrew Camilleri
e21a8df0f3
smaller printed receipts ( #5856 )
2024-03-21 17:30:34 +09:00
d11n
93f37b506b
UI: Improve Create First Store view ( #5854 )
...
Unifies the width and display with the login view.
2024-03-21 07:37:15 +01:00
Chukwuleta Tobechi
fca3480e37
Specify mailto: prefix for emails in Server Settings ( #5844 )
...
* Specify mailto: prefix for emails in Server Settings
* resolve test failure
* Update wording
* Apply mailto-prefix on setting change
---------
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2024-03-19 15:04:09 +01:00
d11n
966547db54
Template Editor: Apply item changes directly ( #5849 )
...
Closes #5847 .
2024-03-19 14:59:26 +01:00