Luan Pham
c7eef01fd5
Removed what's new button and info #5608 ( #5618 )
2023-12-28 08:57:18 +01:00
nicolas.dorier
f9a43b537f
Remove disclaimer for lightning being in experimentation
2023-12-24 11:12:51 +09:00
d11n
ad89139e07
Plugins: Fix missing uninstall button ( #5587 )
...
Fixes #5585 .
2023-12-22 10:49:40 +09:00
d11n
96da7f0322
UI: Form validation summary matches alert style ( #5576 )
...
Fixes #5564 .
2023-12-21 23:43:12 +09:00
d11n
5114a3a2ea
Lightning: Fix connection display name in LN settings ( #5569 )
...
* Lightning: Fix connection display name in LN settings
Builds on btcpayserver/BTCPayServer.Lightning#153 .
* Upgrade Lightning lib
2023-12-20 19:26:24 +09:00
d11n
93ab219124
Lightning: Allow LND to be used with non-admin macaroons ( #5567 )
...
* Lightning: Allow LND to be used with non-admin macaroons
Requires btcpayserver/BTCPayServer.Lightning#152 .
* Upgrade Lightning lib
2023-12-20 19:23:46 +09:00
Andrew Camilleri
61bf6d33b2
Handle disabled plugin in ui ( #5570 )
...
When a plugin is disabled, we should at least show the uninstall option in the plugin option. Eventually we should also detect what version was disabled and offer an update instead
2023-12-20 18:56:21 +09:00
d11n
0e2379caa6
Plugins: Add disclaimer ( #5552 )
2023-12-14 12:41:37 +01:00
Andrew Camilleri
7a06423bc7
Allow scheduling installs/updates of future plugins ( #5537 )
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2023-12-13 12:36:23 +01:00
d11n
26374ef476
Policies: Add warnings for certain options ( #5554 )
2023-12-13 10:53:37 +01:00
Andrew Camilleri
6324a1a1e8
Remove bittrex ( #5553 )
...
* Remove bittrex
* Test fix
---------
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2023-12-12 17:38:28 +01:00
Nicolas Dorier
d413dd9257
UI: Improve invoice's webhooks table ( #5545 )
2023-12-11 14:45:45 +09:00
nicolas.dorier
eda437995f
Show Warning is browser safari/brave is incompatible with vault on all pages
2023-12-07 14:00:30 +09:00
Nicolas Dorier
d050c8e3b2
Boltcard integration ( #5419 )
...
* Boltcard integration
* Add API for boltcard registration
2023-12-06 09:17:58 +09:00
d11n
7066a2a577
Keypad: Show recent transactions only when logged in ( #5534 )
...
Fixes #5530 . For the use case of giving access to cashiers we need to find another solution than showing the recent transactions for signed out users.
2023-12-04 22:14:37 +09:00
d11n
44b7ed0e6e
Store Branding: Refactoring and logo as favicon ( #5519 )
...
* Store Branding: Refactoring and logo as favicon
- Encapsulates store branding properties into their own view model
- Uses the logo as favicon on public pages
* Refactorings
* Updates
2023-12-01 16:13:44 +01:00
Andrew Camilleri
28265b30d2
Support BIP129 Multisig wallet import ( #5389 )
2023-12-01 10:54:13 +01:00
Andrew Camilleri
a97172cea6
Pluginize Webhooks and support Payouts ( #5421 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2023-12-01 10:50:05 +01:00
Andrew Camilleri
605741182d
enhance fine grain permissions ( #5502 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2023-12-01 09:12:02 +01:00
Andrew Camilleri
2c94a87be4
Support adjusting form invoice amount by multiplier ( #5463 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2023-12-01 09:10:58 +01:00
d11n
bdf56c0a6f
Keypad: List recent transactions ( #5478 )
...
* Keypad: List recent transactions
Closes #5379 .
* UI updates
* Optional: No border
* Fix class
* Decrease keypad max-width
2023-11-30 18:19:03 +09:00
d11n
b9b3860e6b
NFC improvements ( #5509 )
...
* Move NFC code on Vue app level
* Update NFC result handling and display
* Save a bit of space
* Scroll NFC error into view
2023-11-30 18:17:23 +09:00
Nicolas Dorier
04292d09e1
Pluginify BTCPayNetworkProvider ( #5331 )
2023-11-29 18:51:40 +09:00
Nicolas Dorier
1081eab9db
Fix warnings ( #5517 )
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2023-11-28 15:20:03 +01:00
d11n
4023b24209
Plugins: Improve crash detection on startup and hint at disabled plugins ( #5514 )
2023-11-28 15:19:47 +01:00
d11n
c8b9a425b8
Receipt fixes and improvements ( #5505 )
...
* Fix additional div
* Don't show payment number if there is only one
* Bump max-width to prevent wrapping in top container
* Fix colspan
* Re-add POS data
Closes #5498 .
* Right-align amounts
* Re-order
* Don't show redundant receive date if there is only one payment
* Table improvements
* Unify crypto amount display
* More formatting improvements
* Only show Subtotal if there are calculations applicable to it
* Making margin on the bottom smaller to reduce expansion on Bitcoinize machines
---------
Co-authored-by: rockstardev <5191402+rockstardev@users.noreply.github.com>
2023-11-23 12:05:08 -06:00
nicolas.dorier
62865d7d88
Fix tabindex order in login view
2023-11-22 18:33:48 +09:00
Dennis Reimann
3afd24fcd7
Print button
2023-11-21 06:49:17 -08:00
Dennis Reimann
fd582aad75
Cleanup receipt print template
2023-11-21 06:49:17 -08:00
rockstardev
f9155772f5
Optimizing receipt printing, now works on POS terminal
2023-11-21 06:49:17 -08:00
d11n
d46543ae16
Public LN Node view: Consistency update ( #5466 )
2023-11-21 11:53:24 +01:00
Andrew Camilleri
2f23bad3bc
Support the new LN lib ( #5422 )
...
* Support the new LN lib
* fix test
* do not cache factories
* try without useless userinfo in lnd
* Remove monero wallet files
* support simpler DI too
---------
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2023-11-21 18:55:02 +09:00
d11n
6d288271cd
Unify public page styles ( #5462 )
...
Based on #5413 and needs it to get merged first.
- Uses `--wrap-max-width` on `.public-page-wrap` rather than inner `.container` classes
- Applies `.tile` class to boxes and makes them connect to the edge of the screen below `400px` width.
2023-11-21 10:13:26 +01:00
Nicolas Dorier
9ccc42f556
Bump .NET 8.0 ( #5479 )
2023-11-21 14:11:17 +09:00
d11n
ccf9cfa332
Minor cleanups ( #5460 )
2023-11-20 11:18:19 +01:00
d11n
2fb72d5aa6
Payment Request: Improve public view ( #5413 )
...
* Payment Request: Improve public view
Closes #4450 .
* Test fix
* Extract Vue utils
* Improve payment history
* Fix amount display
* Unify receipt and payment request tables
* Re-add text confirmation for copying to clipboard
* Minor print optimizations
* Wording: Rename Description to Memo
* Open view links in new window
* View updates
2023-11-20 10:45:43 +09:00
d11n
96569ae4aa
POS Cart: Add options for search and categories display ( #5438 )
2023-11-13 13:59:14 +01:00
Kukks
f2b1e5f93e
fix report crash when some values are null
2023-11-10 12:30:12 +01:00
d11n
2326894a2b
Responsive editor improvements ( #5449 )
2023-11-09 10:27:33 +01:00
d11n
c15f02ddbf
Reporting: UI improvements ( #5432 )
2023-11-09 10:26:00 +01:00
d11n
7708084331
Pull payment improvements ( #5453 )
2023-11-09 10:17:52 +01:00
d11n
696a414e95
POS Keypad: Add plus and change clear functionality ( #5396 )
...
Closes #5299 .
2023-11-02 20:03:34 +01:00
d11n
c16dfb2dcb
POS and Crowdfund: Improve item editor ( #5418 )
...
* POS and Crowdfund: Improve item editor
Makes it work the same way as the form editor: Drag and drop for reordering and inline editing without modal.
* Upload component
2023-11-02 19:58:03 +01:00
d11n
c979c4774c
POS Cart: Horizontal scrollable filters ( #5391 )
2023-11-02 08:36:27 +01:00
Andrew Camilleri
e82281d273
switch pos to metadata in invoice create view ( #5412 )
...
Co-authored-by: d11n <mail@dennisreimann.de>
2023-11-02 08:13:48 +01:00
d11n
27c22d5e33
Unify list views ( #5399 )
2023-11-02 08:12:28 +01:00
Nicolas Dorier
609ec0989f
Do not activate Blazor in Wizard screens ( #5435 )
2023-10-27 10:16:36 +02:00
Nicolas Dorier
b702621a04
Simplify vault logic by introducing a VaultClient ( #5434 )
2023-10-27 11:54:15 +09:00
d11n
89041a6744
Wallet Send: Fill label from BIP21 ( #5428 )
...
Fixes #5426 .
2023-10-27 09:59:12 +09:00
Seth For Privacy
a5fafc4864
Update Passport tooltips ( #5423 )
2023-10-24 13:23:10 +02:00