Commit graph

78 commits

Author SHA1 Message Date
fiatjaf
42bd5ea989 remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
fiatjaf
88eb8e0e78 fix curl examples in extensions, path was duplicating the plugin names. 2021-02-07 08:23:01 -03:00
benarc
31b1c0d1d5 Fixed tpos links not being fetched 2020-12-01 22:53:52 +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
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
Dennis Reimann
c3281399d2
Improve setup instructions and README
- README cleanups and link to documentation
- Improve dev setup instructions
- Fix js linting errors
- Move local setup instructions to installation docs
- Project link fix, closes #42
- Notes about frontend
- Clarify different LND backends
2020-06-12 20:58:37 +02:00
Eneko Illarramendi
63b9741c14 feat(tpos): type casting 2020-05-08 21:11:59 +02:00
fiatjaf
4730500ed7 apply prettier to everything. 2020-05-03 13:55:17 -03:00
Eneko Illarramendi
083f7a0a8d chore: use standard library's HTTP status codes 2020-05-03 15:57:05 +02:00
Eneko Illarramendi
c3e337a319 fix: mypy errors 2020-04-26 16:58:29 +02:00
Eneko Illarramendi
e461e34fc0 feat(vue): move confirmDialog to LNbits.utils so we can reuse the styling 2020-04-23 07:32:45 +02:00
Eneko Illarramendi
498eceeb46 feat: use dynamic root in api docs 2020-04-22 21:49:31 +02:00
Eneko Illarramendi
efbba20872 style: minor tweaks 2020-04-21 23:13:37 +02:00
Eneko Illarramendi
364b6dc857 fix(vue): use @submit to send forms, and catch users pressing return 2020-04-21 08:16:56 +02:00
Arc
7a1477c056
Update _api_docs.html 2020-04-20 08:37:27 +01:00
Arc
27b02e85db
Update _tpos.html 2020-04-20 08:36:27 +01:00
Arc
d82e06a4f9
Update views_api.py 2020-04-20 08:29:19 +01:00
Arc
39098b2432
Update index.html 2020-04-20 08:28:12 +01:00
Arc
5aab51b78c
Update index.html 2020-04-20 08:27:08 +01:00
Arc
5f9c9c9df6
Create _tpos.html 2020-04-20 08:26:21 +01:00
Arc
40fc7ad08f
Create _api_docs.html 2020-04-20 08:25:45 +01:00
Eneko Illarramendi
1154d632a2 chore: update currencies list from OpenNode 2020-04-19 23:36:57 +02:00
Eneko Illarramendi
57c26ed2bb chore: outline some buttons 2020-04-18 23:17:16 +02:00
Eneko Illarramendi
a455379ee1 refactor(tpos): migrate extension 2020-04-17 20:39:23 +02:00
Arc
49c1537b25
Update index.html 2020-04-16 23:26:31 +01: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
Eneko Illarramendi
490e166f75 refactor: improve database migrations 2020-04-16 20:58:16 +02:00
Arc
2f9542bee6
Update index.html 2020-04-14 04:07:47 +01:00
Arc
a637a7f7e7
Update tpos.html 2020-04-14 04:06:19 +01:00
Arc
aff2ab1780
Update index.html 2020-04-14 03:50:01 +01:00
Arc
609f5e8470
Update index.html 2020-04-13 22:33:37 +01:00
Arc
ba9449db23
Update views.py 2020-04-13 22:31:54 +01:00
Arc
1b82df8094
Update tpos.html 2020-04-13 22:31:30 +01:00
Arc
7a6c87bd8e
Update tpos.html 2020-04-13 21:38:15 +01:00
Arc
a468904356
Update views.py 2020-04-13 21:36:14 +01: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
949f816a78
Update index.html 2020-04-10 22:06:56 +01:00
Arc
f40ead9701
Update tpos.html 2020-04-10 22:06:36 +01:00
Arc
ce46e8eb31
Create crud.py 2020-04-10 22:05:50 +01:00
Arc
77d8851009
Create models.py 2020-04-10 22:05:31 +01:00
Arc
d282e6dea6
Update schema.sql 2020-04-10 22:05:11 +01:00
Arc
211b72648b
Update views.py 2020-04-10 22:04:48 +01:00
Arc
e65c0a47bb
Update views_api.py 2020-04-10 22:04:29 +01:00