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