lnbits-legend/lnbits
Stefan Stammberger 3831bca9e2
fix: cleanup core/views/generic.py
* Fixed withdraw endpoint query params access
    was: request.query_params.get("usr")
    corrected: request.query_params.get("usr")
* Added missing response classes
* Removed old comments and commeted out code
* Deleted the unused auth_bearer.py file
2021-11-27 10:13:32 +01:00
..
core fix: cleanup core/views/generic.py 2021-11-27 10:13:32 +01:00
extensions Merge pull request #435 from arcbtc/FastAPI 2021-11-26 05:59:10 +00:00
static added new error message (detail) 2021-10-19 17:01:57 +01:00
templates Error page 2021-08-23 19:19:43 +01:00
utils black 2021-11-12 04:14:55 +00:00
wallets Chore, applied black 2021-11-26 05:58:20 +00:00
__init__.py refactor: clean up __init__ file following some Flask conventions 2020-09-06 21:06:01 -03:00
__main__.py I want them to turn black 2021-10-17 18:33:29 +01:00
app.py I want them to turn black 2021-10-17 18:33:29 +01:00
bolt11.py I want them to turn black 2021-10-17 18:33:29 +01:00
commands.py feat: print a message when all migrations are done 2021-11-09 19:15:43 +01:00
db.py add hack for milliseconds on postgres 2021-11-15 12:11:42 +00:00
decorators.py added admin key required 2021-10-18 16:06:06 +01:00
helpers.py I want them to turn black 2021-10-17 18:33:29 +01:00
jinja2_templating.py I want them to turn black 2021-10-17 18:33:29 +01:00
lnurl.py fix insertion bugs/incompatibilities with lastrowid stuff. 2021-08-11 22:19:27 -03:00
proxy_fix.py migrate to trio so c-lightning sockets stop hanging. 2020-10-04 12:06:20 -03:00
requestvars.py I want them to turn black 2021-10-17 18:33:29 +01:00
settings.py I want them to turn black 2021-10-17 18:33:29 +01:00
tasks.py fix: more return types 2021-09-11 11:02:48 +02:00