dni ⚡
9bace16a45
refactoring some stuff
2023-01-04 18:27:39 +01:00
dni ⚡
2b65682960
inbetween withdraw commit
2023-01-04 16:29:47 +01:00
Pavol Rusnak
f7a977ecc8
let's use unique function names
...
so mypy is not confused
2022-12-30 13:16:11 +01:00
Tiago Vasconcelos
7fbea79e62
Add voucher design ( #704 )
...
* allow for custom print of vouchers
* lnbits defaul voucher
* reduce png size
* add template for custom design
* rename lnbits voucher
* send voucher amount to UI
* add some tweaks for default voucher
* added bonus in readme
* blacked
* make default string as constant
2022-07-25 11:22:21 +02:00
callebtc
f8400512f7
black formating
2022-06-01 14:53:05 +02:00
benarc
953e07eeef
Added csv export to lnurlw
2022-04-16 10:37:36 +01:00
benarc
56397026c8
Chore, applied black
2021-11-26 05:58:20 +00:00
Tiago vasconcelos
cfac70d394
general cleanup and unused imports removal
2021-11-25 18:52:16 +00:00
Tiago vasconcelos
3f8d1a6fb5
fix withdraw routes order
2021-11-17 21:20:48 +00:00
Tiago vasconcelos
70885ce160
clean up (black, sort)
2021-10-18 10:58:09 +01:00
benarc
1d3bb016a2
I want them to turn black
2021-10-17 18:33:29 +01:00
Tiago vasconcelos
de97c0f696
lnurlp import execption
...
withdraw not working
2021-10-11 11:46:36 +01:00
Stefan Stammberger
9a18720a96
fix: embeddable img link in withdraw extension
2021-10-10 18:49:41 +02:00
Tiago vasconcelos
d319aca6cf
withdraw bug fixing/can't withdraw
2021-10-08 17:10:25 +01:00
Tiago vasconcelos
81826f3c13
fix: lnurlp, withdraw
2021-10-05 09:19:21 +01:00
Tiago vasconcelos
c0280838e7
ext: withdraw ported + lnurlp fixes
2021-09-30 14:42:04 +01:00
Tiago vasconcelos
ede038976f
refactor http status responses
2021-08-25 15:44:18 +01:00
Ben Arc
a6f0a36664
Converted all views
2021-08-21 02:05:45 +01:00
Ben Arc
c824155ea4
Working on jukebox
2021-08-20 20:12:03 +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
42bd5ea989
remove exception to black line-length and reformat.
2021-03-24 00:40:32 -03:00
benarc
d0039ca71c
black format
2021-03-03 13:59:31 +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
c03c463171
Added LNURLw as image view
2021-02-26 16:54:57 +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
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
arcbtc
6cf488ea4f
Fixed lnurlw bugs
2020-08-19 08:49:52 +01:00
arcbtc
97a13526d9
Made print outs bigger
2020-08-10 19:44:55 +01:00
benarc
294beb2fca
Updated Withdraw extension to handle unique facets
2020-07-20 21:03:23 +01:00
Eneko Illarramendi
083f7a0a8d
chore: use standard library's HTTP status codes
2020-05-03 15:57:05 +02:00
Eneko Illarramendi
a834a64319
refactor(withdraw): migrate extension to Vue
2020-04-16 20:58:16 +02:00
Arc
1e2c47fdcd
Update views.py
2020-02-23 00:44:56 +00:00
Arc
dab238e182
Update views.py
2020-02-12 13:42:25 +00: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