d11n
f034e2cd65
Wallet Receive: Update address formatting ( #5313 )
...
* Wallet Receive: Update address formatting
Closes #5311 .
* Fix tests
2023-09-19 09:56:11 +09:00
Andrew Camilleri
19de73f9da
Allow configuring nfc permission beforehand ( #5319 )
...
* Allow configuring nfc permission beforehand
* UI improvements
---------
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2023-09-19 09:55:47 +09:00
Andrew Camilleri
00acbccd7f
Add payouts report ( #5320 )
2023-09-19 09:55:15 +09:00
d11n
77d8e202d3
Wallet: Delete custom labels ( #5324 )
...
* Tom Select improvements
* Wallet: Delete custom labels
Closes #5237 .
2023-09-19 09:55:04 +09:00
Nicolas Dorier
44df8cf0c5
Rewrite the Notification dropdown with Blazor ( #5325 )
...
* Rewrite the Notification dropdown with Blazor
* Test fix
---------
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2023-09-18 10:55:05 +09:00
d11n
e694568674
Blazor Server: Improve wording ( #5323 )
2023-09-17 18:45:57 +02:00
d11n
163f805f3b
Plugins: Add hook for resolving Lightning Address ( #5322 )
2023-09-14 12:53:48 +02:00
d11n
492512f527
Dashboard: Show revenue data for keypad ( #5317 )
...
* POS: Display fixes
* Dashboard: Fix Top Items component
* Dashboard: Fix App Sales component
* Dashboard: Show revenue data for keypad
Closes #5303 .
2023-09-14 09:26:47 +09:00
Nicolas Dorier
73a4ac599c
Add Blazor server ( #5312 )
...
* Add Blazor server
* Improve Blazor status UI
* Improve UX
---------
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2023-09-13 13:13:15 +09:00
d11n
4aedf76f1f
Dashboard: Paid invoices in the last 7 days ( #5316 )
...
Adjust the prior number of transactions metric as discussed with @pavlenex. We now show the number of paid invoices instead of transactions, as this metric is more meaningful.
Closes #5300 .
2023-09-13 09:02:02 +09:00
Nicolas Dorier
2d38113c66
Remove legacy confusing export ( #5293 )
2023-09-12 16:33:37 +09:00
d11n
445e1b7bd9
NFC: Fix error display ( #5305 )
...
Simple fix, the wrong variable was used. Fixes #5298 .
2023-09-12 13:48:19 +09:00
d11n
019ac7ae31
Checkout: Cheating improvements ( #5315 )
...
Minor updates to the cheating options:
- Some browsers do not submit disabled fields, hence I made the amount field readonly in case of Lightning.
- Convert remaining amount when switching from onchain BTC to Lightning sats.
2023-09-12 13:48:01 +09:00
d11n
2b3b025bd8
Login: Re-add Remember Me button ( #5307 )
...
Closes #5302 .
2023-09-12 12:16:37 +09:00
d11n
57bc90ad03
Archive stores and apps ( #5296 )
...
* Add flags and migration
* Archive store
* Archive apps
2023-09-11 09:59:17 +09:00
Kukks
cdffe9b355
Bump LNURL
2023-09-07 10:02:32 +02:00
Nicolas Dorier
3b05de7f30
Fix: Crash caused by very old point of sales invoices ( #5283 ) ( #5291 )
2023-09-05 15:32:49 +09:00
nicolas.dorier
b32e0e7cce
Fix #5233 : Error on the MigrationStartupTask
2023-09-02 23:12:37 +09:00
Vincent Bouzon
8c9f325c9f
Display wallet balance in default currency ( #5281 )
...
* Display wallet balance in default currency
* Cleanups
---------
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2023-09-01 15:29:41 +09:00
d11n
9bf1e35bf4
Use _blank link targt for payment scheme links ( #5284 )
...
In addition to #5270 . Fixes #5266 .
2023-08-31 09:44:10 +09:00
Andrew Camilleri
4564f9a46c
Small improvements ( #5273 )
...
* BUmp LNURL
* Show app view link in nav when not enoguh permission to modify
* FIx permission misalignment on create pull payments
We have explicit permissions for pull payment creation, even allow them to be created through the invoices, but the create ui and cta were blocked behind canmodify store permission.
* Make Ln address pass an invoiceId in the context to resolve breaking change
2023-08-26 20:50:07 +09:00
d11n
58a1c6d2c8
Parse POS string data for invoice details display ( #5275 )
...
* Parse POS string data for invoice details display
Fixes #5240 .
* Improve POS data display
2023-08-26 20:48:48 +09:00
Kukks
97acec340c
fix lnaddress nav item permission
2023-08-24 16:31:49 +02:00
nicolas.dorier
af6249a741
bump lightning lib
2023-08-24 20:59:15 +09:00
d11n
17064ab3c8
POS: Unify item display in editor ( #5272 )
2023-08-24 08:51:22 +02:00
d11n
1487bf4ff5
Unset link targt for payment scheme links ( #5270 )
...
Potential fix for #5266 — see the discussion in that issue for details.
This change should be non-invasive, I tested the links in regular as well as modal mode and they worked in Firefox, Brave and Chrome.
2023-08-24 13:37:27 +09:00
d11n
e8c0858558
POS: Fix alignment of items in static view ( #5271 )
...
Items in static view weren't center aligned. This matches the classes in the cart view. Fixes #5230 .
2023-08-23 11:11:41 +02:00
nicolas.dorier
56fa3fe8f2
Fix crash on /wallets/transactions with non zero skip parameter ( Fix #5183 )
2023-08-23 16:11:25 +09:00
nicolas.dorier
583813883c
Simplified logic for receipt amount ( #5197 )
2023-08-23 10:43:34 +09:00
Andrew Camilleri
c69f95bdce
Do not block payments on LN while syncing if it is not internal node ( #5269 )
2023-08-22 13:45:50 +02:00
Kukks
b3df403980
Fix LN payout manual payments UI crashing when payouts are not tied to pull payment
2023-08-15 15:11:04 +02:00
dstrukt
90ce75ee21
remove store ID from view request url ( #5256 )
2023-08-13 19:26:21 +02:00
d11n
64bd493996
POS: Unify item display ( #5252 )
...
Display unifications for static and cart view.
2023-08-11 15:37:43 +02:00
d11n
ec6029409e
Improve invoice filter wording ( #5251 )
...
Closes #5250 .
2023-08-11 15:08:44 +02:00
d11n
c0fc31c69a
Improve invoices status filter ( #5248 )
2023-08-10 20:23:18 +02:00
d11n
b5d0188f21
Receipt improvements ( #5239 )
2023-08-10 13:57:54 +02:00
d11n
0ccbaf4bd6
Greenfield: Fix invoice lookup by capitalized status ( #5245 )
...
All statuses need to be lowercased before lookup, this wasn't the case for e.g. `Expired`.
Fixes #5244 .
2023-08-10 13:34:09 +02:00
d11n
ed43fb2071
POS fixes ( #5241 )
2023-08-09 14:47:28 +02:00
d11n
d67ebd957e
POS: Handle flexible price items in cart view ( #5238 )
2023-08-09 09:31:19 +02:00
Ikko Eltociear Ashimine
19d360a543
Fix: typo in InvoiceEntity.cs ( #5236 )
...
Minumum -> Minimum
2023-08-07 09:26:37 +02:00
d11n
7dc41ebcea
Email Rules: Improve validation ( #5234 )
...
Came across this while testing things and the "Please fill all required fields before testing" message wasn't clear, because the required fields were not marked.
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2023-08-07 09:10:48 +02:00
d11n
1eb7c727f3
POS fixes ( #5228 )
2023-08-05 10:44:59 +02:00
evanc-ole
ede8171408
Checkout: Fix language select UI bug ( #5229 )
2023-08-04 07:44:50 +02:00
Kukks
2538f3d8f6
fix https://github.com/Kukks/BTCPayServerPlugins/issues/18
2023-08-03 20:48:46 +02:00
Dennis Reimann
1a7a731b54
Update supporters
...
Improve colors and visual balance
2023-08-03 14:58:32 +02:00
Kukks
688e873f7a
fixes #5203
2023-07-29 09:15:12 +02:00
Kukks
c88df08350
fixes #5208
2023-07-29 09:15:11 +02:00
Kukks
82586590a7
potentially fixes #5203
2023-07-29 09:15:11 +02:00
Kukks
88c66f30f2
fixes #5204
2023-07-29 09:15:10 +02:00
Kukks
9132592717
fixes #5205
2023-07-29 09:15:10 +02:00