fiatjaf
ec193ca697
put export-with-qr-code on a toggleable section.
4 years ago
fiatjaf
ea51af90d0
remove "Renew Keys" button.
it wasn't doing anything.
closes https://github.com/lnbits/lnbits/issues/147
4 years ago
Pac
378e408dca
Update wallet.html
4 years ago
Pac
e251291076
Display QRcode for easy wallet export
This adds a QRcode of the "url_root/wallet?usr=#####&wal=####" so that
the user can create a wallet on desktop and easily use it on his phone.
Also, in a use case where the <User Manager> extension is used, the
manager can create a wallet and show the QRcode for the user to take it
(e.g. in a hotel front desk the clerk creates it and the user takes it
in his phone browser, to pay for laundry, massage, soda machine...)
4 years ago
fiatjaf
88eb8e0e78
fix curl examples in extensions, path was duplicating the plugin names.
4 years ago
fiatjaf
9c126696fc
delete pending payments after WALLET.pay_invoice fails.
fixes https://github.com/lnbits/lnbits/issues/138
4 years ago
fiatjaf
9dd040186d
fix fee on lntxbot wallets.
4 years ago
fiatjaf
45148d285e
Revert "Fixed fee deduction "
This reverts commit 14b6e21a02
.
4 years ago
Arc
e96c92e6df
Merge pull request #135 from grmkris/extensions/subdomains
subdomains extension
4 years ago
benarc
14b6e21a02
Fixed fee deduction
4 years ago
Kristjan
2a25932a85
refactored docs
4 years ago
Kristjan
d811d69dac
fixed bug on frontend where user couldn't updated information about a domain
4 years ago
Kristjan
b6cb305e5c
black formatting
4 years ago
Kristjan
babaa4459e
decided to remove IP and subdomain validations.. we run dry-run to cloudflare anyway so those 2 checks are reduntant
4 years ago
Kristjan
f45aadaafe
added checks to the cloudflare if the domain can be created; code refactoring - moved calls to cloudflare to seperate file
4 years ago
Kristjan
f6010bc139
black formatting
4 years ago
Kristjan
33b48341f1
checks before creating new subdomain
4 years ago
Kristjan
dc4a786dda
black formatting
4 years ago
Kristjan
10414be0d2
now payments are finalized and dns registered when the event happens instead when user polls the backend
4 years ago
Kristjan
e1abea77f5
moved code for generating new dns name and updating the invoice in database to the invoiceListener
4 years ago
Kristjan
8a7652c06f
started working on payment listeners
4 years ago
Kristjan
be0f853346
validation for the ip address and record type
4 years ago
Kristjan
afa7fce1c4
prettier formatting for lnticket extension
4 years ago
Kristjan
94b3416300
prettier formatting
4 years ago
Kristjan
c082c953f3
black formatting
4 years ago
Kristjan
128888be92
refactoring & bug fixes
4 years ago
Kristjan
bd4a668d23
added instructions and better formatting to the readme file
4 years ago
Kristjan
399a07b98a
added basic information
4 years ago
Kristjan
493ab5464e
integration with cloudflare, working prototype
4 years ago
Kristjan
6c4b5ea406
working subdomains frontend, table, popup, payments
4 years ago
Kristjan
c0d7371137
subdomains public window
4 years ago
Kristjan
e96ec08f44
code refactor
4 years ago
Kristjan
2eb44674d0
added public facing api
4 years ago
Kristjan
307a919d17
added CRUD operations
4 years ago
Kristjan
3c398a8276
started working on subdomains extension
4 years ago
fiatjaf
1c922a5ddc
finish webhooks for normal invoices with two extra columns.
4 years ago
fiatjaf
4623220316
specify webhooks from invoice creation and call them.
4 years ago
benarc
503c981bc9
Updated example extension
4 years ago
benarc
31b1c0d1d5
Fixed tpos links not being fetched
4 years ago
benarc
ae59c74c24
Added if webhook to stop 500 in webhook absence
4 years ago
benarc
52956a62a2
Added unique hash check to lnurlw
4 years ago
benarc
ccb9d107d5
fixed unique update lnurlw
4 years ago
benarc
edc533e902
Moved amount update to cb in lnurlw
4 years ago
benarc
9db327d5db
changed 'comment' top 'content' in webhook
4 years ago
benarc
16fff9899f
Added webhook for tickets
4 years ago
benarc
67e8c567a3
Fixed some lnticket bugs
4 years ago
fiatjaf
409f62dee7
dependencies update.
4 years ago
fiatjaf
d4e718d29b
fix migration.
4 years ago
fiatjaf
d84915cb00
oops: formatting.
4 years ago
fiatjaf
03706dcbad
withdraw: fix incorrect setting of used+1.
fixes https://github.com/lnbits/lnbits/issues/123
4 years ago