benarc
f42dab5e30
Added api docs
2021-03-17 17:55:00 +00:00
benarc
86744ebced
Bug
2021-03-17 16:56:23 +00:00
benarc
514329045f
Should work
2021-03-17 16:33:12 +00:00
benarc
7cd3487bc9
Added hash check to db
2021-03-17 15:38:32 +00:00
fiatjaf
d69c5aa2b1
Merge pull request #152 from lnbits/LNURLimg
2021-03-14 22:02:43 -03:00
fiatjaf
8df4dd702d
Merge pull request #154 from lnbits/offlineshop
2021-03-14 21:55:52 -03:00
fiatjaf
4c8ce1bfed
prettier changes its rules everyday.
2021-03-07 19:20:39 -03:00
benarc
f571f5f840
Added some tooltips
2021-03-03 14:22:39 +00:00
benarc
d0039ca71c
black format
2021-03-03 13:59:31 +00:00
benarc
33a90a8de3
prettier
2021-03-03 13:51:31 +00:00
benarc
1f4218d5c2
Changed "LNURL voucher" to the LNURL title
2021-03-03 13:42:36 +00:00
benarc
4fee785229
Changed "LNURL voucher" to the LNURL title
2021-03-03 13:36:26 +00:00
benarc
97e519d569
Deleted some prints
2021-02-26 18:52:45 +00:00
benarc
3bfca5b7b7
Image loading as SVG
2021-02-26 18:23:17 +00:00
benarc
13f440d517
added pypng
2021-02-26 17:54:50 +00:00
benarc
2d4e9202f1
return img
2021-02-26 17:48:51 +00:00
benarc
d913ab1306
link broken
2021-02-26 17:44:32 +00:00
benarc
0ed281e0fb
bug
2021-02-26 17:42:26 +00:00
benarc
c03c463171
Added LNURLw as image view
2021-02-26 16:54:57 +00:00
fiatjaf
88eb8e0e78
fix curl examples in extensions, path was duplicating the plugin names.
2021-02-07 08:23:01 -03:00
benarc
52956a62a2
Added unique hash check to lnurlw
2020-11-30 22:27:53 +00:00
benarc
ccb9d107d5
fixed unique update lnurlw
2020-11-30 22:19:17 +00:00
benarc
edc533e902
Moved amount update to cb in lnurlw
2020-11-30 22:03:20 +00:00
fiatjaf
d84915cb00
oops: formatting.
2020-11-21 23:23:11 -03:00
fiatjaf
03706dcbad
withdraw: fix incorrect setting of used+1.
...
fixes https://github.com/lnbits/lnbits/issues/123
2020-11-21 23:20:27 -03:00
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.
2020-11-21 23:02:14 -03:00
Christian Rotzoll
f877dde2b0
fix #125 qrcode printing ( #126 )
...
Authored-by: rootzoll <rotzoll@MacBook2020.fritz.box>
2020-11-19 22:18:22 -03:00
fiatjaf
594e28eab7
formatting.
2020-11-18 22:26:30 -03:00
benarc
091f9b74f3
Fixed LNURL bug
2020-11-02 21:15:47 +00:00
benarc
cf3c5d83fe
Fixed LNURLw QR bug
2020-11-02 15:52:56 +00:00
fiatjaf
2863653261
lnurlp: accept comments, USD prices, min/max ranges.
2020-10-22 15:58:15 -03:00
fiatjaf
211ac0391b
overengineered async fix for /lnurlwallet internal hanging.
2020-09-29 18:24:08 -03:00
benarc
d8da88aefa
Fixed QR codes not printing
2020-09-28 16:59:20 +01:00
Eneko Illarramendi
098089af75
PREFER_SECURE_URLS, get rid of FORCE_HTTPS hacks.
2020-09-24 13:08:59 -03:00
fiatjaf
39cd96594e
pass appropriate parameters to create_payment on lnurlwallet.
2020-09-24 13:09:02 -03:00
fiatjaf
75047c5bc3
fix static extensions js url.
2020-09-16 20:21:42 -03:00
fiatjaf
f01028eac7
migrate from flask to quart.
...
also remove all flaskiness from static file serving.
and reference all vendored scripts on the base tempĺate for simplicity.
2020-09-14 16:03:25 -03:00
fiatjaf
f452b9c00d
withdraw: replace location.hostname with location.host.
...
fixes https://github.com/lnbits/lnbits/issues/88
2020-09-14 15:46:25 -03:00
fiatjaf
e6ad42dbe1
update prettier to 2.1.1
2020-09-14 09:14:51 -03:00
fiatjaf
c965bca41d
migration tracking.
2020-09-04 21:33:30 -03:00
fiatjaf
197af922d0
use {"tag": ext} for extension-related payments.
2020-09-02 12:44:54 -03:00
fiatjaf
bf3c44b3c4
extra fields on apipayments + index payments by payment_hash
2020-09-02 11:10:48 -03:00
Eneko Illarramendi
d4f957a5c8
chore: update js vendors
2020-09-02 14:39:20 +02:00
fiatjaf
5d523519c3
bring back code mysteriously deleted in 79d5befe0c
...
fixes https://github.com/lnbits/lnbits/issues/73
2020-08-31 00:09:34 -03:00
fiatjaf
660d56d400
run black on everything.
2020-08-30 23:19:43 -03:00
fiatjaf
2cecaa229b
bolt11.py now supports everything.
2020-08-30 17:40:28 -03:00
fiatjaf
79d5befe0c
mypy on Makefile and apply prettier.
2020-08-29 14:10:26 -03:00
arcbtc
6cf488ea4f
Fixed lnurlw bugs
2020-08-19 08:49:52 +01:00
Arc
5650731bce
Update index.html
2020-08-16 23:25:54 +01:00
Arc
53d65c0258
Update index.html
2020-08-16 23:22:32 +01:00