Tiago vasconcelos
|
e8882645c4
|
remove IF NOT EXISTS in CREATE VIEW
|
2021-11-15 21:45:13 +00:00 |
|
callebtc
|
bec0b1d1fe
|
fix db connect
|
2021-11-13 11:42:11 +01:00 |
|
fiatjaf
|
0331861cc6
|
prevent pay_invoice from locking sqlite for the entire app.
|
2021-11-12 13:05:10 -03:00 |
|
benarc
|
267dea4f75
|
black
|
2021-11-12 04:14:55 +00:00 |
|
Ben Arc
|
cbc24a8fa5
|
Changed optional unit to sat
|
2021-11-09 22:25:20 +00:00 |
|
Ben Arc
|
1b46b61da9
|
changed see endpoint key back
|
2021-11-09 20:50:00 +00:00 |
|
Ben Arc
|
81d8d4e218
|
plugged few key issues
|
2021-11-09 17:44:05 +00:00 |
|
Ben Arc
|
a50c7b6e3a
|
Added some IF NOT EXISTS to avoid errors on startup
|
2021-11-09 15:17:44 +00:00 |
|
benarc
|
114a6f1fed
|
Made memo optional in model
|
2021-11-04 12:57:28 +00:00 |
|
benarc
|
43e016633b
|
fixed unit check
|
2021-11-03 12:09:39 +00:00 |
|
benarc
|
3750dcfd0e
|
fixed descrhash check
|
2021-11-03 12:03:48 +00:00 |
|
benarc
|
afbe46be8b
|
reverted memo default
|
2021-11-03 11:49:13 +00:00 |
|
benarc
|
0c0e6e9275
|
chnaged memo back from optional
|
2021-11-03 11:23:16 +00:00 |
|
benarc
|
4fe45b34d1
|
added default memo value
|
2021-11-03 11:19:51 +00:00 |
|
benarc
|
3336767057
|
made default meme
|
2021-11-03 11:14:41 +00:00 |
|
benarc
|
97e4ced2f4
|
fixed bug
|
2021-11-03 11:07:01 +00:00 |
|
benarc
|
52455e14cd
|
tweaked create_invoice
|
2021-11-03 11:02:33 +00:00 |
|
benarc
|
abff990ec3
|
Changed lnbits wallet check to detail from message
|
2021-11-03 10:29:39 +00:00 |
|
benarc
|
c734526bc1
|
reverted exception
|
2021-11-03 10:12:14 +00:00 |
|
benarc
|
00ec6f2af3
|
added NOT_FOUND to check payment endpoint, rather than OK
|
2021-11-03 09:49:52 +00:00 |
|
benarc
|
9630d8b363
|
restored create invoice api endpoint
|
2021-11-02 16:29:15 +00:00 |
|
Tiago vasconcelos
|
aff29663af
|
lnaddress_ext proposal untested
|
2021-10-29 16:43:26 +01:00 |
|
Tiago vasconcelos
|
a276764f12
|
wallet fiat conversion fix
|
2021-10-29 13:06:59 +01:00 |
|
Tiago vasconcelos
|
55023fa85b
|
fix delete wallet
|
2021-10-25 19:26:21 +01:00 |
|
benarc
|
e03370188a
|
Fixed payment checking
|
2021-10-22 00:41:30 +01:00 |
|
Ben Arc
|
19df2f888b
|
Added decode lnurl and extra payment check
|
2021-10-20 03:59:24 +01:00 |
|
Ben Arc
|
b6f5052da0
|
trying to fix payment check
|
2021-10-20 03:28:31 +01:00 |
|
benarc
|
cf6fae2ca7
|
Added internal payment listener to paid invoices and splitpayments
|
2021-10-18 13:24:32 +01:00 |
|
Tiago vasconcelos
|
19a50e3638
|
add default memo
|
2021-10-18 12:23:57 +01:00 |
|
benarc
|
1d3bb016a2
|
I want them to turn black
|
2021-10-17 18:33:29 +01:00 |
|
Stefan Stammberger
|
c5d96d21e9
|
fix: core pay via lnurl endpoint
|
2021-09-19 13:25:39 +02:00 |
|
Stefan Stammberger
|
32ca6289df
|
fix: broken payment API implementation
|
2021-09-19 09:31:16 +02:00 |
|
Stefan Stammberger
|
3bae5c92c2
|
fix: /extensions endpoint
|
2021-09-11 20:44:22 +02:00 |
|
Stefan Stammberger
|
9e76668269
|
fix: send payments via Wallet UI
|
2021-09-11 11:47:05 +02:00 |
|
Stefan Stammberger
|
63d0242685
|
fix: more return types
|
2021-09-11 11:02:48 +02:00 |
|
Stefan Stammberger
|
fa08177317
|
fix: FastAPify how data or exceptions are returned
FastAPI handles returning HTTPStatus codes differently than Quart did
|
2021-09-10 21:40:14 +02:00 |
|
Stefan Stammberger
|
d9849d43d2
|
refactor: replace Trio with asyncio/uvloop
|
2021-08-30 19:55:02 +02:00 |
|
Stefan Stammberger
|
fe79709698
|
fix: several more API calls restored
|
2021-08-29 19:38:42 +02:00 |
|
Stefan Stammberger
|
3e5af8c1d1
|
refactor: purge Quart from the codebase
Most functionality is still broken
|
2021-08-27 20:54:42 +02:00 |
|
Stefan Stammberger
|
f119053953
|
fix: main page and creating a user and a wallet
The wallet page will still not renders correctly, but the backend does
create the user his first wallet.
|
2021-08-24 21:23:18 +02:00 |
|
Stefan Stammberger
|
6f38fdc39b
|
feat: move all non-api routes to their own router
This unclutters the docs page a bit by making html routes collapsible.
|
2021-08-23 21:17:46 +02:00 |
|
Ben Arc
|
e03eb3c82b
|
Fixed formatting
|
2021-08-22 23:05:39 +01:00 |
|
Stefan Stammberger
|
938fc54af3
|
feat: switch from Quart to FastAPI part I
|
2021-08-22 20:07:24 +02:00 |
|
Ben Arc
|
2fb16d0382
|
Trying to add query params
|
2021-08-21 19:04:10 +01:00 |
|
Stefan Stammberger
|
d20c3ce119
|
fix: syntax errors
|
2021-08-21 12:14:23 +02:00 |
|
Ben Arc
|
bbdb96f4ac
|
Converted views
|
2021-08-21 01:55:07 +01:00 |
|
Ben Arc
|
d3d24abb17
|
removed json_encoders
|
2021-08-21 00:39:31 +01:00 |
|
Ben Arc
|
c4b37c6508
|
Converted some core stuff
|
2021-08-20 21:31:01 +01:00 |
|
Stefan Stammberger
|
37a7950f0f
|
fix: syntax errors
|
2021-08-20 20:54:59 +02:00 |
|
Ben Arc
|
bfd9ca68e4
|
Broken, trying to convert
|
2021-08-18 21:40:50 +01:00 |
|