Commit graph

35 commits

Author SHA1 Message Date
Lee Salminen
8079325ec9
fix /usermanager/api/v1/extensions (#730)
Requests to `POST /usermanager/api/v1/extensions` would silently fail due to a missing `await`.
2022-07-17 14:38:00 +02:00
Tiago vasconcelos
a0a2ecd424 protect listing and deleteing user and wallets 2022-05-11 16:30:15 +01:00
Arc
1609280f53
Merge pull request #438 from lnbits/usermanager_api_fix
Fix UserManager endpoint collision (FastAPI)
2021-11-28 17:04:48 +00:00
callebtc
3fd66f38da rename endpoint to avoid collision 2021-11-27 12:42:19 +01:00
benarc
56397026c8 Chore, applied black 2021-11-26 05:58:20 +00:00
Tiago vasconcelos
cfac70d394 general cleanup and unused imports removal 2021-11-25 18:52:16 +00:00
benarc
267dea4f75 black 2021-11-12 04:14:55 +00:00
Tiago vasconcelos
c4a63e0f2e fix create aditional wallet 2021-10-25 12:42:24 +01:00
Tiago vasconcelos
70885ce160 clean up (black, sort) 2021-10-18 10:58:09 +01:00
benarc
1d3bb016a2 I want them to turn black 2021-10-17 18:33:29 +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
e5b22ead0c initial work 2021-10-12 10:38:09 +01:00
Tiago vasconcelos
706d584332 added usermanager extension 2021-10-11 11:52:21 +01:00
Tiago vasconcelos
6edac8ae8d remove extensions 2021-10-01 10:49:11 +01:00
Tiago vasconcelos
a9ab41701f usemanager syntax error 2021-08-22 11:35:08 +01:00
Stefan Stammberger
d20c3ce119
fix: syntax errors 2021-08-21 12:14:23 +02:00
Ben Arc
a9dc087f61 All extensions semi-switched 2021-08-21 00:34:48 +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
Tiago vasconcelos
b4ea4c75ad fix issue #286 2021-08-06 12:37:30 -03:00
Ben Arc
8af88022cd Updated usermanager
Made use of the email and password fields in db
2021-05-29 13:42:14 +01:00
Ben Arc
daff019920 Fixed usermanager ext 2021-04-21 14:02:52 +01:00
Ben Arc
6ae3690797 Fixed usermanager endpoint 2021-04-21 13:41:00 +01:00
Ben Arc
33e2bdb7fb Fixed usermanager ext 2021-04-21 13:34:50 +01:00
Ben Arc
d908f912ee Fixed user manager api 2021-04-21 13:12:16 +01:00
fiatjaf
42bd5ea989 remove exception to black line-length and reformat. 2021-03-24 00:40:32 -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
d4e30356c7 fix: return "message" instead of "error" so it is handled better at the client. 2020-11-10 22:59:50 -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
660d56d400 run black on everything. 2020-08-30 23:19:43 -03:00
benarc
5e81c64831 Usermanager extension update 2020-06-15 16:35:30 +01:00
benarc
d56c2627f4 Endpoint for updating user extensions vie usermanager 2020-06-15 16:30:24 +01:00
Eneko Illarramendi
083f7a0a8d chore: use standard library's HTTP status codes 2020-05-03 15:57:05 +02:00
Arc
d72678972d
Add files via upload 2020-05-01 06:09:51 +01:00