Kukks
8577f65083
layout
2024-03-08 10:53:03 +01:00
Kukks
16060e67dc
fic state and style
2024-03-08 10:32:57 +01:00
Kukks
fad3036444
fix
2024-03-08 10:09:13 +01:00
Kukks
c4ca57c28b
add pp link and instruction for ios
2024-03-08 09:40:42 +01:00
nicolas.dorier
e64a47ff96
Allow reset boltcard on balance
2024-03-05 11:11:49 +09:00
rockstardev
e86b32f06c
Adding setState("WaitingForCard") for blank cards
2024-02-29 05:18:19 -06:00
rockstardev
fe3a0d344a
Blank and not init card error message
2024-02-29 04:38:22 -06:00
nicolas.dorier
27150bcd4e
Improve error message handling
2024-02-29 09:27:01 +09:00
Kukks
d5c8283d01
show card not initialized method
2024-02-28 14:23:52 +00:00
Kukks
19c25412e4
scan card error
2024-02-28 14:11:37 +00:00
nicolas.dorier
7d67f729c8
Use bech32 format for lnurl
2024-02-21 21:58:25 +09:00
nicolas.dorier
f08608f766
Add lnurlpay to balance
2024-02-21 17:45:15 +09:00
rockstardev
2c480f57c2
Adding margin top on Balance check close button
2024-02-20 18:11:05 -06:00
nicolas.dorier
b1c171a5d9
Pull Payment LNURLW have a paylink
2024-02-20 18:53:26 +09:00
nicolas.dorier
692a13e0c8
Topup
2024-02-19 15:34:12 +09:00
nicolas.dorier
d9b6e465c0
debug
2024-02-15 18:25:28 +09:00
nicolas.dorier
a4485b5377
Boltcard Balance
2024-02-14 16:45:03 +09:00
nicolas.dorier
4c0c2d2e94
fix
2024-02-09 16:33:57 +09:00
nicolas.dorier
89062fcb10
debug
2024-02-09 12:35:00 +09:00
nicolas.dorier
a2087ce722
fix
2024-02-09 12:28:58 +09:00
nicolas.dorier
312997c063
Boltcard Factory plugin
2024-02-09 12:18:26 +09:00
Chukwuleta Tobechi
6621859567
remove decimals for Colombian (COP) and Argentina's Peso (ARS) ( #5710 )
...
* remove decimals for Colombian (COP) and Argentina's Peso (ARS)
* remove js currency hardcoding
* Fixes removal of columbia and argentina's peso
* Refactor
---------
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2024-02-02 17:16:13 +09:00
Andrew Camilleri
a753698ae7
Various plugin fixes ( #5577 )
...
* Fix: Plugin updates do not work
* Offer install on disabled plugins when different version
This will:
* Clear any previous pending actions of a plugin if you click uninstall
* Show the plugin version that was disabled
* Show an update button on disabled plugins instead of install
* if a plugin is scheduled to be installed/updated, it will show which version was scheduled to be updated. If a newer version if available than the scheduled one, it will show an option to switch to that
* Ensure disabled plugins don't get loaded
* View fixes
---------
Co-authored-by: d11n <mail@dennisreimann.de>
2024-01-18 17:15:16 +09:00
Nicolas Dorier
376067324b
Remove unused variables ( #5669 )
2024-01-18 09:47:39 +09:00
Nicolas Dorier
1d6d146fb2
Revert "Remove unused variables" ( #5667 )
...
This reverts commit f070b22355
.
2024-01-18 00:05:50 +09:00
nicolas.dorier
0b0a8f8218
Fix: BTCPay Server fails to start the first time when installing a new plugin ( #5595 )
2024-01-17 19:26:22 +09:00
nicolas.dorier
f070b22355
Remove unused variables
2024-01-17 18:46:28 +09:00
d11n
70e9ea1d5e
POS: Fix missing store branding property on form error case ( #5658 )
...
When a POS has a form, which results in an error state, the store branding property was not set. This adds the missing property and also does not render the store branding partial, in case the model property isn't present.
Fixes #5655 .
2024-01-16 08:55:38 +01:00
d11n
8ae9e59d9d
Lightning Address: Use lowercased username when resolving ( #5579 )
...
* Lightning Address: Use lowercased username when resolving
* Use static NormalizeUsername
2023-12-21 23:42:17 +09:00
Kukks
6ecfe073e7
disable cj plugin on next btcpay release
2023-12-19 12:58:52 +01:00
Nicolas Dorier
ea2648f08f
Fix: Update of inventory could override app settings being updated ( #5565 )
2023-12-19 20:53:11 +09: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
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
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
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
Nicolas Dorier
04292d09e1
Pluginify BTCPayNetworkProvider ( #5331 )
2023-11-29 18:51:40 +09:00
d11n
4023b24209
Plugins: Improve crash detection on startup and hint at disabled plugins ( #5514 )
2023-11-28 15:19:47 +01:00
d11n
96569ae4aa
POS Cart: Add options for search and categories display ( #5438 )
2023-11-13 13:59:14 +01:00
nicolas.dorier
a921504bcf
Bump HtmlSanitizer
2023-10-18 19:33:43 +09:00
Andrew Camilleri
99a0b70cfa
Fix form value setter ( #5387 )
...
* Fix form value setter
* Fix test parallelization
---------
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2023-10-13 10:08:16 +09:00
d11n
25af9c4227
Improve receipt info display ( #5350 )
...
* Improve receipt info display
Displays the info in correct order and adds optional info if tip was given with a percentage.
* Test fix
---------
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2023-09-26 22:50:04 +09:00
nicolas.dorier
66a064e78b
Disable prism if old version
2023-09-22 23:43:06 +09:00
Kukks
22bbafa659
bump lnurl
2023-09-22 12:22:46 +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
d11n
57bc90ad03
Archive stores and apps ( #5296 )
...
* Add flags and migration
* Archive store
* Archive apps
2023-09-11 09:59:17 +09:00
d11n
b5d0188f21
Receipt improvements ( #5239 )
2023-08-10 13:57:54 +02:00
d11n
d67ebd957e
POS: Handle flexible price items in cart view ( #5238 )
2023-08-09 09:31:19 +02:00
rockstardev
8eabdab53a
Preventing entering of negative tips and discounts in POS
2023-07-26 07:26:53 -05:00