calle
4feb45d745
LNURLp: NFC UI improvement ( #767 )
2022-07-21 13:39:21 +02:00
calle
76a5196dbf
LNURLp: Write NFC tags with LNURL-pay links ( #766 )
...
* NFC for LNURL-pay
* notification ui improvements
2022-07-21 12:38:30 +02:00
calle
45c356cf6c
change prefix to lightning: until wallets fix their bugs ( #762 )
2022-07-19 17:35:00 +02:00
calle
0f73501a88
LNURLw: NFC fix uri prefix ( #761 )
...
* fix uri prefix
* prettier
2022-07-19 17:20:50 +02:00
blackcoffeexbt
fe2cbe8774
Jukebox improvements ( #759 )
...
* Improved styling of Spotify redirect URI clipboard copy text
* Jukebox extension - Moved links to Spotify into buttons to make set up steps more obvious
* Jukebox extension - Tweaks to titles of set up steps to clarify
* Prettified jukebox template
2022-07-19 12:28:49 +02:00
Lee Salminen
b6d01792e2
Add NFC Writing support to LNURLw extension ( #725 )
2022-07-18 16:56:15 +02:00
Tiago Vasconcelos
c8ab2859fd
Splitpayments: floating point percentage for split value ( #690 )
...
* allow for float in model
* recreate DB with float type
* remove rounding in UI
* black
Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2022-07-17 20:00:06 +02:00
Tiago Vasconcelos
2b827d37fa
return lnurl in create link ( #685 )
2022-07-17 14:39:02 +02:00
Lee Salminen
8079325ec9
fix /usermanager/api/v1/extensions
( #730 )
...
Requests to `POST /usermanager/api/v1/extensions` would silently fail due to a missing `await`.
2022-07-17 14:38:00 +02:00
calle
2febb364ca
lnurldevice migration: typo fix ( #746 )
...
* typo fix
* fix table name
* revert typo
2022-07-17 13:22:23 +02:00
calle
ad2aad05e0
CI: Migration SQLite to PostgreSQL ( #719 )
...
* migrate all extensions
* errors if migration is missing
2022-07-17 13:11:13 +02:00
calle
f4e7d62ca3
make format
everything (#743 )
2022-07-16 14:23:03 +02:00
Tiago Vasconcelos
348033da1b
python code styling ( #739 )
2022-07-15 19:11:11 +02:00
calle
089313f613
Logging with loguru ( #708 )
...
* logging
* requirements
* add loguru dependency
* restore it
* add loguru
* set log level in .env file
* remove service fee print
* set log level
* more logging
* more logging
* more logging
* pyament.checking_id
* fix
2022-07-07 14:30:16 +02:00
Tiago Vasconcelos
847fd18796
update readme link ( #687 )
...
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2022-07-07 00:14:27 +02:00
Lee Salminen
94e4495026
run prettier
2022-07-05 16:16:46 -06:00
Lee Salminen
aa51d85d65
Merge branch 'main' into improved-pwa
2022-07-05 15:10:57 -06:00
Lee Salminen
ebeb3d213b
alter injection of tpos to match
2022-07-05 15:09:04 -06:00
Tiago Vasconcelos
1b064ceda4
fix issue #683 ( #684 )
2022-07-05 21:40:05 +02:00
calle
92887ed169
Format: prettier ( #707 )
...
* format: prettier
* gh-actions: add prettier checkg
* actions
2022-07-05 21:14:56 +02:00
blackcoffeexbt
f44bd55b4b
Corrected example CURL requests in multiple extension API docs ( #689 )
...
* Updated api docs example CURL calls for satspay server
* Updated api docs example CURL calls for copilot extension
* Updated api docs example CURL calls for jukebox extension
* Updated api docs example CURL calls for livestream extension
* Updated api docs example CURL calls for lnaddress extension
* Updated api docs example CURL calls for lnurldevices extension
* Updated api docs example CURL calls for lnurlp extension
* Updated api docs example CURL calls for offlineshop extension
* Updated api docs example CURL calls for paywall extension
* Updated api docs example CURL calls for satsdice extension
* Updated api docs example CURL calls for splitpayments extension
* Fix typo double slash in satsdice extension api docs
* Updated api docs example CURL calls for tpos extension
* Updated api docs example CURL calls for watchonly extension
2022-07-05 17:20:42 +02:00
calle
17c79cd044
Makefile: remove prettier ( #705 )
...
* remove prettier
* black
2022-07-05 17:18:22 +02:00
Lee Salminen
f9b929ae7d
add PWA support for the tpos extension
2022-07-04 16:39:05 -06:00
Lee Salminen
102dc56c4a
cant force the color
2022-07-04 13:38:05 -06:00
Lee Salminen
82d7bfbba8
Enhancements to TPOS Extension
...
- Add new tip % option to TPOS extension.
- When adding a new TPOS, a user can choose 1 or more tip % options to be displayed to the customer.
- When adding a new TPOS, a user can choose a wallet to send all collected tips to.
- UI Refresh on TPOS extension.
- Moved the share button to the top navigation, next to the TPOS name, and changed the icon to a more recognizable one.
- Re-arranged the buttons on the keypad to be more ergonomic.
2022-07-03 15:49:31 -06:00
calle
e7dd3ec64f
reactivate actions ( #682 )
...
* reactivate other actions
* black
* codeql 2
* black only
* remove mock event loop
* do not follow grpc
2022-06-27 01:11:35 +02:00
calle
06fbc4b0ae
move fiat_base_multiplier multiplication into api_link_create_or_update() ( #675 )
2022-06-22 12:28:40 +02:00
Arc
b90eb0a3ba
Merge pull request #648 from lnbits/black_formatting
...
Code cleanup: black formatting
2022-06-20 20:57:44 +01:00
calle
1dec874af7
lnurlp: do not divide twice ( #669 )
2022-06-15 12:48:13 +02:00
Arc
8e9972ead1
Merge pull request #632 from bennyhodl/patch-1
...
Fix GET transactions endpoint in usermanager docs
2022-06-15 09:10:47 +01:00
callebtc
c5ddd1a2c6
fiat_base_multiplier also in rate conversion
2022-06-10 16:08:29 +02:00
callebtc
6617450c21
store fiat_base_multiplier in db
2022-06-10 16:05:33 +02:00
callebtc
b7008495b8
lnurlp: support for floating point fiat values
2022-06-10 15:35:35 +02:00
Tomas Bezouska
895d9d2e0a
Extension: LNURLw webhook_url ( #610 )
...
* LNURLw web_hook
* crlf -> lf
* Fix typo
* LNURLw webhook api doc
2022-06-01 15:24:17 +02:00
callebtc
f8400512f7
black formating
2022-06-01 14:53:05 +02:00
Tiago Vasconcelos
7c4ce9bf96
Extension: add example extension ( #644 )
...
* add example ext files
* remove from extension list
2022-06-01 13:53:47 +02:00
₿en
cbf067bba2
Fix GET transactions endpoint in usermanager docs
2022-05-19 23:05:34 -04:00
ben
c23c8d9a37
Fixed unique LNURLw bug
2022-05-18 11:08:52 +01:00
ben
d951ac435f
Added check to form
2022-05-17 22:08:33 +01:00
ben
ca8f649fd6
Added check for error message
2022-05-17 22:02:54 +01:00
ben
bb5b04b307
Added max amount to withdraw creation
2022-05-17 21:55:39 +01:00
Tiago vasconcelos
a0a2ecd424
protect listing and deleteing user and wallets
2022-05-11 16:30:15 +01:00
Joel Klabo
c04e1de412
Fix typo in User Manager API Docs
2022-05-07 17:27:58 -07:00
Bitcoin Gamer 21
0c089109b9
Edited discord bot extension to use FastAPI ( #570 )
...
Squashed 9 commits:
* Added Discordbot Extension
* Removed backup files
* Fixing renaming wallet
* added further description
* further description index.html
* import staticfiles
* remove duplicate file
* deleted changes in core
2022-05-06 20:26:42 +02:00
benarc
8042dc51b3
prettier tpos
2022-04-20 11:16:00 +01:00
benarc
1874d7fd54
TPoS now theme dependent
2022-04-20 10:42:55 +01:00
benarc
9818ba4677
removed qrcode library
2022-04-16 10:50:12 +01:00
benarc
6fdd1fb24b
updated link
2022-04-16 10:47:58 +01:00
benarc
953e07eeef
Added csv export to lnurlw
2022-04-16 10:37:36 +01:00
arcbtc
810b918619
quick fix
2022-04-02 00:36:50 +01:00