Dennis Reimann
1142ff884e
Update payment data partials
2022-06-06 09:41:23 +02:00
Kukks
29080e9d7d
Add Refunds list to Invoice details page
...
(this is missing the refunded badge and progress as I have another PR that makes this easier to compute to show)
2022-06-06 09:41:23 +02:00
Dennis Reimann
04c3191795
Layout cleanups
...
Just some minor cleanups
2022-06-06 09:33:19 +02:00
rustywave
9d75225bd5
Redirect create and edit payment request to list view upon completion
...
Create and edit now redirect to list view. Both actions use the same method. Also updated notification message.
Kept extraneous redirect value for xUnit tests. Update selenium test to account for redirect to list view.
2022-06-06 07:53:41 +02:00
Dennis Reimann
ce85bd26df
Fix change domain documentation link
2022-06-03 10:49:28 +02:00
d11n
ba0e46b465
Improve payouts UI ( #3792 )
...
* Improve payouts UI
* Display units
* Update badges
* Update badge background
2022-06-02 11:03:06 +02:00
d11n
5616b7550f
Improve Refund Flow ( #3731 )
2022-06-02 10:08:55 +02:00
Nicolas Dorier
fcd6159b42
Merge pull request #3511 from bolatovumar/feat/api/apps
...
Add support for creating POS apps through Greenfield API
2022-06-02 14:13:25 +09:00
nicolas.dorier
02e5e1bc1e
Fix CheckNoDeadLink which can enter in infinite loop
2022-06-02 13:26:14 +09:00
nicolas.dorier
6d83a00728
Rename tags of PoS API in swagger
2022-06-02 13:07:02 +09:00
Umar Bolatov
d697c2ac9e
Add fallback values for buttons
2022-05-31 22:27:03 -07:00
Umar Bolatov
c917aec401
Add PosViewType enum
2022-05-31 22:25:04 -07:00
Dennis Reimann
89c1b94a12
Dashboard: Do not display archived invoices in recent invoices
...
Fixes #3783 .
2022-05-31 13:20:16 +02:00
d11n
46b9760179
Greenfield: Fix GetDepositAddress return type ( #3790 )
...
The local clients GetFromActionResult cannot handle the JValue return type, because it gets invoked with GetFromActionResult<string>.
2022-05-31 19:15:38 +09:00
Dennis Reimann
ff66e66f21
PluginPacker: Shell fallback for macOS/Linux
2022-05-30 11:47:06 +02:00
Seth For Privacy
b1f62f74cd
Update language to explicitly request view-only wallet files
...
Right now the tooltips displayed do not specify using a view-only wallet, but there is no reason to upload full keys to BTCPay Server and view-only keys are actually the BTCPay Server recommendation.
Updated language in the UI to reflect that and made some minor improvements to the other language used in the UI here.
2022-05-29 12:12:55 +09:00
nicolas.dorier
a0d0f1f98b
Error when broadcasting transactions weren't shown in the UI
2022-05-28 21:36:42 +09:00
Kukks
f08f064bc6
add changelog and bump
2022-05-28 14:05:16 +02:00
nicolas.dorier
20d653798c
After a utxo rescan, the cached balance should be invalidated
2022-05-28 10:21:55 +02:00
Umar Bolatov
a9e08dd587
Allow resending verification email for users ( #3726 )
...
* Allow resending verification email for users
Partially address #3645
* Replace RequiresEmailConfirmation with Verified
* Use confirmation modal
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-05-27 13:36:47 +09:00
Nicolas Dorier
5dba4a2201
Merge pull request #3778 from dennisreimann/pp-sats
...
Allow pull payments denominated in SATS to be claimed
2022-05-25 20:59:42 +09:00
Dennis Reimann
c964870416
Allow pull payments denominated in SATS to be claimed
...
Fixes #3750 .
2022-05-25 12:59:57 +02:00
nicolas.dorier
cfbf081cac
bump
2022-05-25 19:33:39 +09:00
Nicolas Dorier
bad429e853
Merge pull request #3777 from NicolasDorier/fuowiuiq
...
Fix: Invoices from shopify had empty orderId (Fix #3769 )
2022-05-25 19:32:28 +09:00
nicolas.dorier
8ce7466dc1
Fix: Invoices from shopify had empty orderId ( Fix #3769 )
2022-05-25 19:10:49 +09:00
Nicolas Dorier
1ffa067d5f
Merge pull request #3775 from dennisreimann/wallet-export-ui-fixes
...
Wallet export UI fixes
2022-05-25 18:16:28 +09:00
Dennis Reimann
b595763446
Wallet export UI fixes
2022-05-24 16:13:45 +02:00
Nicolas Dorier
e7180ac82a
Merge pull request #3774 from NicolasDorier/wiobq
...
Improve performance when lot's of pending invoices
2022-05-24 19:06:20 +09:00
Nicolas Dorier
1d3c4b6f90
Merge pull request #3773 from NicolasDorier/wefiou
...
Remove HistoricalAddresses table
2022-05-24 19:06:08 +09:00
Nicolas Dorier
891809a13a
Merge pull request #3772 from NicolasDorier/experimental
...
Add experimental mode
2022-05-24 19:05:38 +09:00
nicolas.dorier
67eeb4b69a
Allow resolution of any settings via DI
2022-05-24 14:10:19 +09:00
nicolas.dorier
f6b157167d
Improve performance when lot's of pending invoices
2022-05-23 19:17:33 +09:00
Umar Bolatov
d768314f03
Make login and password not required for sending email ( #3764 )
...
* Make login and password not required for sending email
close #3656
* Add space
* Remove unused "using" statements
2022-05-23 19:00:34 +09:00
nicolas.dorier
3ede0a50f0
Remove Payout processor log spam
2022-05-23 18:43:35 +09:00
nicolas.dorier
8828251204
Remove HistoricalAddresses
2022-05-23 11:32:37 +09:00
nicolas.dorier
019788670e
Fix: Not properly recording unaffected addresses in database
2022-05-23 11:12:09 +09:00
nicolas.dorier
3285f24fe9
Add experimental mode
2022-05-23 10:46:51 +09:00
Andrew Camilleri
c7d0537bf9
Fix labels not showing multiple payouts payments ( #3729 )
...
* Fix labels not showing multiple payouts payments
* Improve label tooltip
Makes it more readable
* Cleanup code
* Fix overflowing text in order ID field in invoices table (#3765 )
close #3714
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
Co-authored-by: Umar Bolatov <bolatovumar@gmail.com>
2022-05-23 10:25:46 +09:00
Umar Bolatov
2254a5960e
Fix overflowing text in order ID field in invoices table ( #3765 )
...
close #3714
2022-05-23 10:13:24 +09:00
Umar Bolatov
af4a06f91d
Fix a couple of mobile display issues ( #3759 )
...
* Fix Tor hidden services text overflow on smaller screens
* Fix issue with overflow "select" element on general store settings page in mobile Safari
2022-05-20 09:36:36 +09:00
d11n
3e95b59be8
Wallet transactions export ( #3744 )
...
* Wallet transactions export
The exported data needs some more work.
* Fix transactions export policy
* Add test cases
* Fix Selenium warnings
* Finalize export format
* Test export download
* Remove CSV download check
* Try to fix test
2022-05-20 09:35:31 +09:00
Dennis Reimann
bb24ec4a9f
Upgrade Lightning lib
2022-05-19 17:37:00 +02:00
Dennis Reimann
5a4b675791
Upgrade Lightning lib; add and pass cancellation tokens in Greenfield
2022-05-19 17:37:00 +02:00
d11n
5328303c32
Align settings in properties and docker-compose ( #3761 )
...
Maps the LND gRPC port, which is used in the launch settings and fixes the LND REST port.
2022-05-19 23:58:04 +09:00
Dennis Reimann
3f6212e799
Payout Processors: Use friendly name in delete confirmation
...
Closes #3758 .
2022-05-19 13:15:38 +02:00
nicolas.dorier
1803d3ee2b
Fix NRE introduced by previous commit
2022-05-18 21:49:42 +09:00
d11n
421a2b0cd9
Pull payment code improvements ( #3756 )
...
* Controller syntax improvements
* Improve Payout Processors protip
2022-05-18 21:40:26 +09:00
MrPaz
533ae0ea89
fix unwanted alert list marker for single error, issue #3583 ( #3704 )
...
* fix unwanted alert list marker for single error, issue #3583 https://github.com/btcpayserver/btcpayserver/issues/3583
* Update ViewPullPayment.cshtml
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2022-05-18 21:38:10 +09:00
d11n
df5add04e2
Wallet display improvements ( #3755 )
...
* Improve fiat value text group display
* Improve generate/cheat button display
* Improve PSBT table display
2022-05-18 15:45:59 +09:00
Nicolas Dorier
174e743904
Improve invoice list performance ( #3742 )
2022-05-18 15:44:58 +09:00