d11n
af93cf2adb
Lightning balance: Handle null values ( #3886 )
...
* Lightning balance: Handle null values
* Upgrade Lightning lib
2022-06-21 16:09:18 +09:00
Umar Bolatov
7a75a8c254
Fix nav height issue on mobile devices ( #3888 )
...
close #3807
2022-06-21 13:04:50 +09:00
Nicolas Dorier
0aa7dacbca
Add spam rate limits for public invoice endpoints ( Fix #3782 ) ( #3889 )
2022-06-21 12:33:20 +09:00
dstrukt
9d41a52d3b
Remove Store ID
from Store Settings & various minor UI tweaks ( #3881 )
...
* ui+layout: update main container padding
* ui+invoice: updates archive button
* ui+users: updates search input
2022-06-20 16:02:12 +09:00
d11n
c943303a45
Dashboard balance fixes ( #3876 )
...
* Fix wallet balance for case crypto code == default currency
* Handle old NBXplorer backend case
* Cleanup
2022-06-20 14:31:22 +09:00
nicolas.dorier
b2a5b3c3c4
Fix tests
2022-06-20 13:36:01 +09:00
gruve-p
495d4b82cf
Fix warning from CLI parser ( #3875 )
2022-06-20 13:07:58 +09:00
Andreas Tasch
ea2a200302
Adding description to speedPolicy parameter. ( #3877 )
2022-06-20 13:07:24 +09:00
dstrukt
c531b26821
Updates Crowdfund & POS Modal ( #3806 )
...
* ui+cf: updates perks modal
* Toggle editor with Bootstrap
* Add currency info to app items
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-06-20 11:55:47 +09:00
dstrukt
cade6c6c38
Move View
action to the Name
column in Payouts & Payment Requests ( #3873 )
...
* ui+paymentrequest: moves 'view' link to name
* ui+pull: moves 'view' link to name column
* Update links, fix tests
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-06-20 11:52:12 +09:00
d11n
c56821300a
Server Settings: Consolidate Storage and Files ( #3863 )
...
* Server Settings: Consolidate Storage and Files
* Improve storage options name display
* Remove file services from services page
* Remove more code
2022-06-15 21:06:16 +09:00
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