fiatjaf
0b1f3c22e0
lndhub: fix "token" -> "refresh_token".
4 years ago
fiatjaf
24c8201920
add current git commit to summary.
4 years ago
fiatjaf
9a16dfa960
remove annoying warnings and unnecessary prints.
show a summary of some settings on startup when running __main__.py
4 years ago
fiatjaf
c5352c0309
register channel listeners instead of callbacks.
makes for a little less black magic and more reasonable use of nurseries
and less unnecessary pseudo-requests.
4 years ago
fiatjaf
95e8573ff8
SSE endpoint for paid invoices.
also move very essential stuff from core/tasks.py to tasks.py so things
are more organized.
4 years ago
fiatjaf
4e68a0e7e6
lndrest: two small fixes.
4 years ago
fiatjaf
16541d40c6
show more data in txinfo modal and fee on main table.
- also center-align icons in main table.
- and use "x time ago" instead of raw dates by default in main table
(raw date is accessible on a tooltip, on the modal and on the CSV export).
4 years ago
fiatjaf
bb965e4119
lndrest: account for when there are pending checking_ids from other sources.
4 years ago
fiatjaf
5ead82f57c
fix /lnurlwallet again. db.commit() and wait 3 seconds.
should finally fix https://github.com/lnbits/lnbits/issues/103
4 years ago
fiatjaf
1eac618a25
lnurlp: allow creation of pay_links without webhook_url.
4 years ago
fiatjaf
e1744caec5
Merge pull request #101 from lnbits/invoice-listeners
4 years ago
fiatjaf
39c331a7b9
fix opennode stupid syntax errors.
4 years ago
fiatjaf
6e6ce093f0
guard against lndrest URLs without a leading http...
4 years ago
fiatjaf
1ce9936561
better handling of missing dependencies on lndgrpc.
4 years ago
fiatjaf
e408febf97
hypercorn -k trio
4 years ago
fiatjaf
c3ded859df
fix requirements after rebase.
4 years ago
fiatjaf
f5b8ed8fc6
make lndgrpc work using the purerpc library and a manually-declared method.
4 years ago
fiatjaf
9994e61615
migrate to trio so c-lightning sockets stop hanging.
4 years ago
fiatjaf
e74cf33f90
broken invoice listener on c-lightning and other fixes around wallets.
4 years ago
fiatjaf
b3c69ad49c
invoice listeners support on lnd and other fixes around wallets/
4 years ago
fiatjaf
90c640b659
fix async so now it is a mess that works.
4 years ago
fiatjaf
28e6f40bea
async fixes on _invoice_listener.
4 years ago
fiatjaf
bbe8d05af4
migrate from aiohttp to httpx following master.
4 years ago
fiatjaf
2c92205703
async invoice listeners through webhooks: lnpay and opennode.
4 years ago
fiatjaf
74117ffc57
lnurlp webhooks.
4 years ago
fiatjaf
04222f1f01
basic invoice listeners.
4 years ago
fiatjaf
e2f6c20e3b
update docs so master is runnable.
4 years ago
fiatjaf
08b2ce5c05
update requirements.txt
4 years ago
benarc
5971eefe44
Fixed register page blank bug
4 years ago
benarc
a11b967ffc
Merge remote-tracking branch 'origin/master'
4 years ago
Arc
f6e6bf73d3
Pointed people towards a stable release
4 years ago
benarc
f2619a4bbc
piplockupdtae
4 years ago
fiatjaf
88b8826bfd
fix balance calculation vue glitch.
4 years ago
fiatjaf
211ac0391b
overengineered async fix for /lnurlwallet internal hanging.
4 years ago
fiatjaf
e0b8470d40
show unpaid invoices, balance calculated on server-side so isn't affected.
4 years ago
fiatjaf
2dfae9ecc1
adapt Procfile hypercorn call.
4 years ago
Eneko Illarramendi
3ab29e6e50
fix: lnbits.com deploy
4 years ago
Eneko
f60cebb072
fix: add missing `assets` command ( #100 )
4 years ago
benarc
d8da88aefa
Fixed QR codes not printing
4 years ago
fiatjaf
49baa07141
fix proxyfix.
4 years ago
Eneko Illarramendi
098089af75
PREFER_SECURE_URLS, get rid of FORCE_HTTPS hacks.
4 years ago
fiatjaf
39cd96594e
pass appropriate parameters to create_payment on lnurlwallet.
4 years ago
fiatjaf
dbabf937c4
Merge pull request #93 from lnbits/quart
4 years ago
fiatjaf
cd8a447ba0
pytest quibbles and dev dependencies.
4 years ago
fiatjaf
ef0bdf8363
mypy quibbles.
4 years ago
fiatjaf
75047c5bc3
fix static extensions js url.
4 years ago
fiatjaf
2b38207100
mimic x_proto, x_host params from old ProxyFix.
4 years ago
fiatjaf
5513b34a66
change 1 to true on env vars because that is supported now.
4 years ago
fiatjaf
6928f431a7
poor man's flask-assets.
4 years ago
fiatjaf
3a0762ff82
proxy fix (x-forwarded-...).
4 years ago