Tiago vasconcelos
de97c0f696
lnurlp import execption
...
withdraw not working
2021-10-11 11:46:36 +01:00
Tiago vasconcelos
d319aca6cf
withdraw bug fixing/can't withdraw
2021-10-08 17:10:25 +01:00
Tiago vasconcelos
46ab9960ad
url_for issues
2021-10-06 14:40:12 +01:00
Ben Arc
fe123d6d31
Put extensions back so we can start converting
2021-08-20 12:44:03 +01:00
Ben Arc
9c313586bd
removed all but one extension, so we can focus on core
2021-08-16 18:12:48 +01:00
fiatjaf
2b82985d36
fix issue #273
2021-07-20 16:31:09 -03:00
Ben Arc
0c44c0c048
Black
2021-07-03 16:08:18 +01:00
fiatjaf
2f309c9863
postgres support.
2021-07-02 17:34:31 -03:00
fiatjaf
61c8d70fe7
fix: account for withdraw link not found on two places.
2021-03-27 21:26:56 -03:00
fiatjaf
42bd5ea989
remove exception to black line-length and reformat.
2021-03-24 00:40:32 -03:00
Ben Arc
3333f1f3f3
Bug in withdraw hash checker
2021-03-23 11:40:03 +00:00
Ben Arc
fa383ced1c
Changed api to check lnurl exists and checking hash sent
2021-03-20 01:06:08 +00:00
benarc
20ef9f92a1
Ran black on bleskomat
2021-03-17 19:54:17 +00:00
benarc
ad545e7fe1
prettier/black
2021-03-17 19:27:52 +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
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
fiatjaf
660d56d400
run black on everything.
2020-08-30 23:19:43 -03:00
arcbtc
6cf488ea4f
Fixed lnurlw bugs
2020-08-19 08:49:52 +01:00
benarc
c17ac32c86
Fixed LNURLw migration
2020-07-22 20:17:37 +01:00
benarc
c73fbe1b27
Fixed unique LNURLw for print
2020-07-20 22:08:54 +01:00
benarc
2ddc23de04
LNURLw fix
2020-07-20 21:32:55 +01:00
benarc
294beb2fca
Updated Withdraw extension to handle unique facets
2020-07-20 21:03:23 +01:00
Eneko Illarramendi
14d61eaf56
feat(withdraw): type casting
2020-05-08 21:12:31 +02:00
Eneko Illarramendi
a834a64319
refactor(withdraw): migrate extension to Vue
2020-04-16 20:58:16 +02:00
Eneko Illarramendi
0d33bc2933
refactor: remove databases from code an use schemas instead
...
All databases are now saved together in the same LNBITS_DATA_FOLDER.
Extensions have to define a schema.yml file for creating the necessary database.
2020-02-10 19:40:01 +01:00
Eneko Illarramendi
9e90aabead
refactor: use Flask Blueprints to organize extensions
...
- extensions are now blueprints: keep views, templastes and statics in the same folder
- increase app security using `flask-talisman`
- whenever possible use {{ url_for }} for links between pages
- remove references to non-existing JavaScript code
- add missing favicon.ico
2020-01-31 21:07:05 +01:00