Commit graph

58 commits

Author SHA1 Message Date
Ben Arc
8dea1e28f0 Added pydantic to models 2021-08-20 14:46:08 +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
Ben Arc
afc2b78a25 Fixed lnticket migrate bug 2021-08-16 10:03:10 +01:00
Ben Arc
c2a11f5877 tickets migrate bug fix 2021-08-16 09:44:35 +01:00
Ben Arc
52cb381bd5 Changed form table name 2021-08-16 09:13:16 +01:00
Ben Arc
734bf1bcd5 made polling longer 2021-08-16 07:36:02 +01:00
Ben Arc
3dd94dd710 Changed webhook to actually optional 2021-08-16 07:33:47 +01:00
Ben Arc
36af425c1b Changed back to polling
Once a stable listener alternative is production ready it can be added back
2021-08-16 07:15:59 +01:00
Ben Arc
3fda8bf06f flatrate added 2021-08-13 23:23:18 +01:00
fiatjaf
8f2b42309d revert b7ed7fab59 2021-08-11 22:53:11 -03:00
Tiago Vasconcelos
b7ed7fab59
(TEMP) fix tickets not showing after payment (#292) 2021-08-11 13:52:54 -03:00
Ben Arc
aa1c83cdc4 added dynamic titles for continuity 2021-07-25 14:26:20 +01: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
Ben Arc
b0c0b9f851 Changed primary/secondary colours to branded 2021-06-29 02:10:30 +01:00
Ben Arc
06f05c75bb Merge branch 'master' into StreamerCopilot 2021-06-24 01:42:37 +01:00
Ben Arc
6dec5c2f6a black 2021-06-24 01:42:23 +01:00
Ben Arc
2e8b2e5ac8 Merge branch 'master' into StreamerCopilot 2021-06-24 01:32:26 +01:00
Ben Arc
e7824e0e8d prettier 2021-06-23 22:34:03 +01:00
Ben Arc
d2cad060fd fixed tickets not showing 2021-06-23 21:51:57 +01:00
Ben Arc
1ef1b2f4fa Fixed tickets not showing 2021-06-23 20:41:56 +01:00
Tiago vasconcelos
ff965af11c removed paid column from showing
changed success message, on payment
2021-06-16 12:14:04 +01:00
Tiago vasconcelos
b490d9f260 fixed updating paid tickets on index.html 2021-06-16 11:23:58 +01:00
Tiago vasconcelos
bb1253f30e - added a refresh button for tickets 2021-06-15 12:46:27 +01:00
Tiago vasconcelos
1667e60464 changed polling to invoice listener
- fixed issue #213
2021-06-15 12:32:23 +01:00
Tiago Vasconcelos
7412373f11
Livestream Fix (#198)
Co-authored-by: Tiago Vasconcelos <tvasconcelos@gmail.com>
2021-06-04 16:27:25 -03:00
fiatjaf
e38b945d5c fix some of mypy complaints. 2021-04-10 18:06:41 -03:00
fiatjaf
fdf4f6c1ae catch errors in multiple places that might be destroying the async flow and causing lnbits to die silently. 2021-04-10 17:37:48 -03:00
fiatjaf
42bd5ea989 remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
Kristjan
afa7fce1c4 prettier formatting for lnticket extension 2021-01-02 17:05:24 +01:00
Kristjan
c082c953f3 black formatting 2020-12-31 18:50:16 +01:00
benarc
ae59c74c24 Added if webhook to stop 500 in webhook absence 2020-12-01 22:35:06 +00:00
benarc
9db327d5db changed 'comment' top 'content' in webhook 2020-11-30 21:12:00 +00:00
benarc
16fff9899f Added webhook for tickets 2020-11-30 14:59:21 +00:00
benarc
67e8c567a3 Fixed some lnticket bugs 2020-11-30 14:02:17 +00:00
fiatjaf
d84915cb00 oops: formatting. 2020-11-21 23:23:11 -03: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
Eneko Illarramendi
23cfe0d417 chore: update github workflows 2020-09-03 23:10:41 +02:00
fiatjaf
ce28db76c9 add a dialog with payment details for each payment.
for outgoing payments this needs a preimage to be good,
but we don't have it yet because we don't get it from
backends.
2020-09-02 19:19:19 -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
fiatjaf
660d56d400 run black on everything. 2020-08-30 23:19:43 -03:00
arcbtc
dd2a282158 Fixed migration bug 2020-08-13 23:43:42 +01:00
arcbtc
2d580a0d0e Fixed lntickets migration 2020-08-13 21:49:50 +01:00
arcbtc
c56784340e LNtickets now works 2020-08-10 19:08:44 +01:00
arcbtc
0603e525ff Fixed LNticket extension 2020-08-10 19:06:56 +01:00