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
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
083f7a0a8d
chore: use standard library's HTTP status codes
2020-05-03 15:57:05 +02:00
Arc
d82e06a4f9
Update views_api.py
2020-04-20 08:29:19 +01:00
Eneko Illarramendi
a455379ee1
refactor(tpos): migrate extension
2020-04-17 20:39:23 +02:00
Eneko Illarramendi
fd4dddda6e
chore: rename api-key-macaroon
2020-04-16 20:58:16 +02:00
Eneko Illarramendi
dd23b20090
chore: various tweaks
2020-04-16 20:58:16 +02:00
Arc
11c8e46b26
Update views_api.py
2020-04-13 21:35:35 +01:00
Eneko Illarramendi
af5269e239
refactor: add core.utils for creating and paying invoices
...
This methods can be used by extensions too.
2020-04-11 23:15:24 +02:00
Eneko Illarramendi
4397a6cab3
feat: use cerberus
schemas to validate POST data
2020-04-11 20:16:54 +02:00
Arc
e65c0a47bb
Update views_api.py
2020-04-10 22:04:29 +01:00
Arc
233ed4ff4d
Update views_api.py
2020-02-26 01:46:12 +00:00
Arc
4bfa9a6a05
Update views_api.py
2020-02-26 00:40:23 +00:00
Arc
a6f0504cea
Update views_api.py
2020-02-25 19:50:59 +00:00
Arc
f02066e077
Add files via upload
2020-02-25 00:45:21 +00:00