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
fiatjaf
d3fc52cd49
migrate to sqlalchemy-aio.
a big refactor that:
- fixes some issues that might have happened (or not) with asynchronous
reactions to payments;
- paves the way to https://github.com/lnbits/lnbits/issues/121 ;
- uses more async/await notation which just looks nice; and
- makes it simple(r?) for one extension to modify stuff from other extensions.
4 years ago
Christian Rotzoll
f877dde2b0
fix #125 qrcode printing ( #126 )
Authored-by: rootzoll <rotzoll@MacBook2020.fritz.box>
4 years ago
fiatjaf
594e28eab7
formatting.
4 years ago
fiatjaf
a67b93108b
log errors on faulty lnpay webhooks.
4 years ago
fiatjaf
a198842f50
wallet name on <title>
4 years ago
fiatjaf
22b31a91c7
Merge pull request #122 from lnbits/lnurl-auth
4 years ago
fiatjaf
54881d777e
lnurl-auth: show wallet name on modal.
4 years ago
fiatjaf
b7e337b0ee
lnurl-auth: show the correct wallet linking_key on modal.
4 years ago
fiatjaf
b794f8302d
lnurl-auth: hashing_key -> linking_key.
4 years ago
fiatjaf
805000cd06
fix ecdsa signing because these libraries are too naïve.
4 years ago
fiatjaf
bb94dc6526
fix perform_lnurl error handling.
4 years ago
fiatjaf
d4e30356c7
fix: return "message" instead of "error" so it is handled better at the client.
4 years ago
fiatjaf
4456dd6f59
catch stderr when running git subprocess outside of a git repo.
4 years ago
fiatjaf
eaec3480e6
lnurl-auth from lnbits wallets to services.
4 years ago
fiatjaf
8f1ae1646e
opennode: fix webhook handling (json -> urlencoded data).
4 years ago
benarc
d75c69cd10
fixed first opennode bug
Opennode funding source isnt working, there are a few bugs. This fixes the first
4 years ago
fiatjaf
2e12c0ba3c
lnurlp: actually fix what the previous commit did not.
4 years ago
fiatjaf
8947358c80
lnurlp: fix ?amount satoshi -> msatoshi conversion.
4 years ago
benarc
091f9b74f3
Fixed LNURL bug
4 years ago
benarc
cf3c5d83fe
Fixed LNURLw QR bug
4 years ago
fiatjaf
2863653261
lnurlp: accept comments, USD prices, min/max ranges.
4 years ago
fiatjaf
2552fd8fc9
internal payments get reported on async listeners.
4 years ago
fiatjaf
a773584f6f
tags and extras metadata in payment details dialog.
4 years ago
fiatjaf
85ec111ff0
return proper error codes on /lnurlscan
so the notification works.
4 years ago
fiatjaf
52619ecc0f
improve querystring handling on lnurl fallback scheme.
4 years ago
fiatjaf
11e04e4314
fix CSS bundle order issue.
a final fix for https://github.com/lnbits/lnbits/issues/99
4 years ago
fiatjaf
32d75f7a60
support the lnurl fallback scheme.
completing https://github.com/lnbits/lnbits/issues/63
4 years ago
fiatjaf
435f5405c6
minor prettier change.
4 years ago
fiatjaf
a46ca45de0
some readme and docs clarification.
4 years ago