Commit Graph

1641 Commits

Author SHA1 Message Date
benarc
82a9cba871 Copilot working without websockets 2021-10-13 12:37:10 +01:00
benarc
16f9f1612f Pydantic being quietly pydantic 2021-10-13 11:20:40 +01:00
benarc
d5a4dc801f copilot still not working 2021-10-13 10:43:11 +01:00
Ben Arc
771c7c25c1 Not making db entry 2021-10-13 08:35:25 +01:00
Ben Arc
a0be1a5017 Copilot loads 2021-10-12 23:26:01 +01:00
Arc
1bd08d3a44
Merge pull request #3 from arcbtc/fastapicopilot
Adding copilot
2021-10-13 00:14:52 +02:00
Ben Arc
e1b4df869f copilot starts, templates need adjusting 2021-10-12 23:11:10 +01:00
Ben Arc
1346ad12f1 Endpoints changed but still not working 2021-10-12 22:34:43 +01:00
Ben Arc
aeee469c64 converted models 2021-10-12 20:24:00 +01:00
Ben Arc
c749b7d11e init 2021-10-12 19:54:35 +01:00
Ben Arc
567b8e3c48 Jukebox done 2021-10-12 19:47:01 +01:00
Ben Arc
fb09b94e25 Pretty confirm for TPoS 2021-10-12 19:02:00 +01:00
Ben Arc
25616031eb Merge remote-tracking branch 'arcbtc/FastAPI' into FastAPI 2021-10-12 18:54:54 +01:00
Ben Arc
cace0892f2 jukebox working(ish) 2021-10-12 18:54:40 +01:00
Tiago vasconcelos
04462f337f usermanager working 2021-10-12 17:04:49 +01:00
Tiago vasconcelos
f4dfc1b689 usermanager views_api 2021-10-12 10:57:15 +01:00
Tiago vasconcelos
ce4235f858 Merge branch 'FastAPI' of https://github.com/arcbtc/lnbits into FastAPI 2021-10-12 10:38:29 +01:00
Tiago vasconcelos
e5b22ead0c initial work 2021-10-12 10:38:09 +01:00
benarc
a33b24d6dc Liberated HTTPStatus.OKs 2021-10-12 09:59:01 +01:00
Arc
e6b032a4b6
Merge pull request #2 from arcbtc/fastapijukebox
Jukebox. No idea why its not working
2021-10-12 10:48:27 +02:00
benarc
f94543943f latest 2021-10-12 09:44:41 +01:00
benarc
ca3b1d7455 fires up ok 2021-10-12 09:01:54 +01:00
Tiago vasconcelos
706d584332 added usermanager extension 2021-10-11 11:52:21 +01:00
Tiago vasconcelos
de97c0f696 lnurlp import execption
withdraw not working
2021-10-11 11:46:36 +01:00
benarc
9ff1313b0b should be working 2021-10-10 23:57:15 +01:00
Stefan Stammberger
9a18720a96
fix: embeddable img link in withdraw extension 2021-10-10 18:49:41 +02:00
benarc
7dd29b3eca initial 2021-10-10 16:23:39 +01:00
Stefan Stammberger
c1a82dad9d
fix: lnurlp templates and path functions
While rendering the tempaltes the link.lnurl() function was not found
as no request object was passed.

Compute the lnurl before rendering the template. This way we can avoid
computing it multiple times and do not to have to pass the request object
in the template.
2021-10-10 11:05:43 +02:00
Tiago vasconcelos
d319aca6cf withdraw bug fixing/can't withdraw 2021-10-08 17:10:25 +01:00
Tiago vasconcelos
7e3b0c08dc lnurlp cleaned and finished 2021-10-08 12:10:43 +01:00
Tiago vasconcelos
7b93299ef7 axios query params fix 2021-10-08 11:03:55 +01:00
Tiago vasconcelos
0a85bae405 undo stringify 2021-10-07 11:01:26 +01:00
Tiago vasconcelos
683f138f1b invoice gets undefined 2021-10-06 19:43:57 +01:00
Tiago vasconcelos
d9aaae7872 added tpos extension 2021-10-06 14:49:00 +01:00
Tiago vasconcelos
46ab9960ad url_for issues 2021-10-06 14:40:12 +01:00
Tiago vasconcelos
7646bbefd5 can't seem to make url_for work 2021-10-06 11:10:24 +01:00
Tiago vasconcelos
81826f3c13 fix: lnurlp, withdraw 2021-10-05 09:19:21 +01:00
Tiago vasconcelos
6edac8ae8d remove extensions 2021-10-01 10:49:11 +01:00
Tiago vasconcelos
4120a51e0c Merge branch 'FastAPI' of https://github.com/arcbtc/lnbits into FastAPI 2021-10-01 10:28:21 +01:00
Stefan Stammberger
dba988a969
fix: reactivate catch-all exception handler 2021-09-30 19:16:38 +02:00
Stefan Stammberger
27e1781464
chore: update requirements.txt 2021-09-30 18:52:37 +02:00
Tiago vasconcelos
3df8e22ba2 Merge branch 'FastAPI' of https://github.com/arcbtc/lnbits into FastAPI 2021-09-30 14:42:19 +01:00
Tiago vasconcelos
c0280838e7 ext: withdraw ported + lnurlp fixes 2021-09-30 14:42:04 +01:00
Stefan Stammberger
87c784aa0c
fix: create and pay a ticket code 2021-09-29 20:57:35 +02:00
Stefan Stammberger
534dfdb4e0
fix: startup of lntickets listeners 2021-09-29 20:44:00 +02:00
Tiago vasconcelos
65aa1b24d8 ext: widthraw - views_api 2021-09-29 11:04:37 +01:00
Tiago vasconcelos
4c724e6f01 typos fix 2021-09-29 11:03:02 +01:00
Tiago vasconcelos
0e1a21f431 merged fusion fixes 2021-09-29 10:44:41 +01:00
Tiago vasconcelos
20c44cd0a0 Merge branch 'FastAPI' of https://github.com/arcbtc/lnbits into FastAPI 2021-09-29 10:43:19 +01:00
Stefan Stammberger
f827d2ce18
fix: fetch tickets and forms JS and endpoints 2021-09-28 22:03:45 +02:00