Commit Graph

1502 Commits

Author SHA1 Message Date
Arc
266e220f94
Merge pull request #310 from arcbtc/FastAPI
Converted views
2021-08-21 02:08:30 +01:00
Ben Arc
a6f0a36664 Converted all views 2021-08-21 02:05:45 +01:00
Arc
c8e722c234
Merge pull request #309 from arcbtc/FastAPI
Converted views
2021-08-21 02:01:06 +01:00
Ben Arc
bbdb96f4ac Converted views 2021-08-21 01:55:07 +01:00
Arc
5671348fea
Merge pull request #308 from arcbtc/FastAPI
Started on extensions and projects
2021-08-21 00:42:18 +01:00
Ben Arc
d3d24abb17 removed json_encoders 2021-08-21 00:39:31 +01:00
Arc
ddab1df8c4
Merge pull request #307 from arcbtc/FastAPI
Started on extensions and projects
2021-08-21 00:39:18 +01:00
Ben Arc
a9dc087f61 All extensions semi-switched 2021-08-21 00:34:48 +01:00
Ben Arc
8deea85999 fixing withdraw 2021-08-20 22:21:15 +01:00
Arc
0baa34ec2f
Merge pull request #306 from arcbtc/FastAPI
Started on extensions and projects
2021-08-20 21:36:40 +01:00
Ben Arc
c4b37c6508 Converted some core stuff 2021-08-20 21:31:01 +01:00
Ben Arc
bdbdc1601b Merge remote-tracking branch 'arcbtc/FastAPI' into benarcfastapi 2021-08-20 20:12:07 +01:00
Ben Arc
c824155ea4 Working on jukebox 2021-08-20 20:12:03 +01:00
Stefan Stammberger
da20280fd3
Merge branch 'FastAPI' of github.com:arcbtc/lnbits into FastAPI 2021-08-20 21:02:40 +02:00
Stefan Stammberger
37a7950f0f
fix: syntax errors 2021-08-20 20:54:59 +02:00
Ben Arc
76cb93b276 Started watchonly 2021-08-20 19:48:44 +01:00
Ben Arc
58a498d9bf Merge remote-tracking branch 'arcbtc/FastAPI' into benarcfastapi 2021-08-20 18:43:20 +01:00
Ben Arc
09eebd8351 Starting jukebox 2021-08-20 18:43:11 +01:00
Tiago vasconcelos
8a30c15f61 Merge branch 'FastAPI' of https://github.com/arcbtc/lnbits into FastAPI 2021-08-20 17:51:37 +01:00
Tiago vasconcelos
12846f5cac testing push 2021-08-20 17:51:30 +01:00
Ben Arc
5eb28f2637 Merge remote-tracking branch 'arcbtc/FastAPI' into benarcfastapi 2021-08-20 17:47:14 +01:00
Ben Arc
539ae10c6f started events 2021-08-20 17:46:57 +01:00
Tiago Vasconcelos
50edc5cd5a
Merge pull request #1 from talvasconcelos/FastAPI
Fast api
2021-08-20 17:34:36 +01:00
Tiago vasconcelos
686fd0ab29 Merge remote-tracking branch 'upstream/FastAPI' into FastAPI 2021-08-20 17:15:41 +01:00
Ben Arc
9ea3c51b92 Changed routs to request types 2021-08-20 17:15:04 +01:00
Tiago vasconcelos
edf748d690 refactor for fastAPI 2021-08-20 17:14:44 +01:00
Tiago vasconcelos
de0f6389ae change class to pydantic 2021-08-20 17:14:26 +01:00
Ben Arc
22b57d99d5 Added CreateData model to withdraw 2021-08-20 16:47:55 +01:00
Ben Arc
ab78a9cd8a Merge branch 'FastAPI' into benarcfastapi 2021-08-20 16:36:31 +01:00
Ben Arc
e36cd18640 Started converting withdraw 2021-08-20 16:35:24 +01:00
Ben Arc
861e2fbf67 sfabsbd 2021-08-20 16:15:49 +01:00
Ben Arc
9c3442ea43 Attempt at replacing schema 2021-08-20 15:27:57 +01:00
Ben Arc
8dea1e28f0 Added pydantic to models 2021-08-20 14:46:08 +01:00
Ben Arc
c525655c15 Removed tpos for Tal 2021-08-20 12:47:46 +01:00
Ben Arc
fe123d6d31 Put extensions back so we can start converting 2021-08-20 12:44:03 +01:00
Tiago vasconcelos
0cd828d43f added tpos back 2021-08-20 10:34:52 +01:00
Ben Arc
bfd9ca68e4 Broken, trying to convert 2021-08-18 21:40:50 +01:00
Ben Arc
0eccfb83f0 Trying list data validation 2021-08-16 20:30:11 +01:00
Ben Arc
1118b0ba56 Started converting endpoints 2021-08-16 19:27:39 +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
ee9490ab68 Fixed multiple play bug in jukebox 2021-08-16 09:39:14 +01:00
Ben Arc
52cb381bd5 Changed form table name 2021-08-16 09:13:16 +01:00
Ben Arc
094943e293 Switched jukebox back to polling until it can use listeners properly 2021-08-16 09:00:20 +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
Arc
1359c1ee39
Merge pull request #295 from lnbits/lnticketsflat
Returns lnticket to polling, until listeners are properly tested, and adds a flat rate
2021-08-16 07:24:18 +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
cd2357
b53ad5b64a Create Invoice popup: Mark memo field as required
Both amount and memo are required by the API, but only the amount field is marked as such in the UI. This commit also marks the memo field as required.
2021-08-14 06:01:21 -03:00