Saksham Solanki
346821f0d6
Added toggle button to switch to store default currency ( #3752 )
...
* Added toggle button to switch to store default currency
* Replaced ["usd"] with the currency variable
* Fix indentation and improve JS part
* Update script and display
* Improve chart display
* Improve rate display
* Address code review comments
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-06-15 16:33:24 +09:00
nicolas.dorier
0da97c5da3
Report shopify errors to the UI ( Fix #3853 )
2022-06-15 14:12:47 +09:00
d11n
f0e013e1f8
Make Pay Button a plugin ( #3862 )
...
* Move files
* Fix potentially missing default payment method
Before, it got removed if any other value was changed besides the default payment method.
* Fix missing store data
* Update BTCPayServer/Plugins/PayButton/PayButtonPlugin.cs
Co-authored-by: Pavlenex <pavle@pavle.org>
* Update pay button warning
Closes #3535 .
Co-authored-by: Pavlenex <pavle@pavle.org>
2022-06-15 11:32:46 +09:00
dstrukt
8a144f3c35
removes plugin ( #3805 )
2022-06-15 11:19:02 +09:00
d11n
f48bb5a40a
Fix build warnings ( #3870 )
...
Fixes #3866 .
2022-06-15 11:17:10 +09:00
Pavlenex
3abde67671
Merge pull request #3865 from dennisreimann/fullynoded
...
Update Fully Noded link
2022-06-14 19:22:32 +02:00
Dennis Reimann
59b2e2dba1
Update Fully Noded link
2022-06-14 10:01:10 +02:00
d11n
479f21f4f3
Dashboard: Add Lightning balances and services ( #3838 )
...
* Update Lightning lib
* Refactoring: Move Lightning methods and props to ExternalServices
* Rename Lightning services
* Add Lightning balance to dashboard
* Split Lightning dashboard tiles
* View updates
2022-06-14 14:36:22 +09:00
Andrew Camilleri
4a0f10ea99
Support LN connection string with onion http client ( #3845 )
...
I'm not sure if onion based ln conenction strings ever worked in btcpay? closes #1648
2022-06-13 16:22:26 +09:00
Andrew Camilleri
9a24e4ade1
Store Settings feature with own table ( #3851 )
...
* Store Settings feature with own table
* fix test
* Include the store settings to StoreRepository, remove caching stuff
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-06-13 13:36:47 +09:00
nicolas.dorier
4691e896a1
Fix invoice index migration
2022-06-13 12:37:38 +09:00
dstrukt
869411a977
ui+dashboard: small margin tweaks ( #3856 )
2022-06-13 10:48:36 +09:00
dstrukt
68bd40d2a4
Improves Invoice Summary accordion view ( #3859 )
...
* ui+site: moves invoice css
* ui+invoice: improves invoice summary and partials
2022-06-13 10:47:26 +09:00
Pavlenex
cb8fe24a77
Add new issue forms for filing Bug Reports ( #3846 )
...
* remove old .md template, add new issue form
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: d11n <mail@dennisreimann.de>
* change browser from drop down to textfield
* fix github yaml validation
* enable blank templates
* emoji consistency
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
Co-authored-by: d11n <mail@dennisreimann.de>
2022-06-10 13:35:31 +02:00
Dennis Reimann
eb65949b69
Mobile header improvements
...
- Moves the menu button to the left, besides the logo
- Improves width and text display of the store selector
Closes #3826 .
2022-06-10 09:11:26 +02:00
Umar Bolatov
fdf6f68624
Remove unused "using" directive
2022-06-10 08:39:01 +02:00
Umar Bolatov
d0e01768ab
Allow excluding unconfirmed UTXOs when creating a new transaction with Greenfield API
...
See original request: https://github.com/btcpayserver/btcpayserver/discussions/3737
2022-06-10 08:39:01 +02:00
Dennis Reimann
fd3d389557
Notifications: Fix mark all as seen return URL
...
Fixes the return URL for the case in which the dropdown content got replaced after a notification update: As the refresh request is done via AJAX, the return URL previously was `/notifications/getnotificationdropdownui` (the `Context.Request.GetCurrentPathWithQueryString()` value of the AJAX action).
We need to pass in the URL of the actual current page as the return URL.
2022-06-10 08:17:06 +02:00
Kukks
3d63e12c9e
fix test
2022-06-09 12:43:28 +02:00
Kukks
ac6770bdff
Add Buda rate provider for CLP
...
closes #3766
2022-06-09 12:01:40 +02:00
rustywave
2ad2ce6c3b
Fixed issue with users when disabling then setting admin
...
Concurrency issue; moved user update from controller to service
2022-06-07 13:04:21 +02:00
Andrew Camilleri
fcbe1dd8eb
Fix: Local Client Factory was not properly handling the override for auth ( #3799 )
...
* Fix: Local Client Factory was not properly handling the override for auth
* implement nonimplemented method
2022-06-06 22:57:55 +09:00
dstrukt
df618d1aa2
Simple Notification Modal Improvement ( #3784 )
...
* ui+layout: updates notification modal overlay
* Update BTCPayServer/wwwroot/main/layout.css
Co-authored-by: d11n <mail@dennisreimann.de>
2022-06-06 18:58:57 +09:00
dstrukt
b846f16e6c
ui+pos: update notification copy ( #3801 )
2022-06-06 18:58:32 +09:00
d11n
51ab9746de
UI: Minor 2FA improvements ( #3812 )
...
Styles the "Remember me" checkbox on login and sets a proper width for the verification code field.
2022-06-06 18:57:42 +09:00
Andrew Camilleri
ae10d0c7fd
Bump and fix rate providers ( #3813 )
...
* Bump and fix rate providers
* fix
2022-06-06 18:56:50 +09:00
rustywave
a443426d83
Fix remove and enable issues with non-last-admin
...
"Remove" issue likely due to multiple context instances. "Enable" issue due to conditional check.
Discovered bug with users when first disabling, then marking as admin, which remains an issue.
2022-06-06 10:43:06 +02:00
Kukks
f2aa4d4484
fix swagger test
2022-06-06 10:40:57 +02:00
beeforbacon
4579dc9385
Update UIManageController.APIKeys.cs
...
Fixed grammar.
2022-06-06 10:36:17 +02:00
Dennis Reimann
8ef8c97072
Refactoring: Bitpay Rate Controller
...
Some tweaks I did when working on #3752 .
2022-06-06 10:34:52 +02:00
Dennis Reimann
84fcd1c1b5
Add custom bg and border classes
2022-06-06 10:32:15 +02:00
dstrukt
d0e6bcd784
ui+payout: removes border
2022-06-06 10:32:15 +02:00
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