lnbits-legend/lnbits
dni ⚡ ecc62b0011
feat: explicitly export for extensions from __init__.py (#2669)
* feat: explicitly export for extensions from `__init__.py`

makes it clear what extensions are expected to use and also makes future
changes to the structure of core safer because extension can just depend
on ```from lnbits import require_admin_key``` for example
2024-10-14 10:35:41 +03:00
..
core feat: block pay invoice (#2727) 2024-10-01 17:17:42 +03:00
nodes feat: adhere to ruff's B rules (#2423) 2024-04-17 13:11:51 +02:00
static feat: block pay invoice (#2727) 2024-10-01 17:17:42 +03:00
templates fix: fundingsources template id was wrong (#2723) 2024-09-29 22:59:13 +02:00
utils [feat] Nostr Login (#2703) 2024-09-30 13:53:38 +02:00
wallets fix(boltz): sanitize invoice description (#2731) 2024-10-09 19:32:56 +02:00
__init__.py feat: explicitly export for extensions from __init__.py (#2669) 2024-10-14 10:35:41 +03:00
__main__.py overall fixes 2022-10-25 09:23:30 +02:00
app.py Fix overlapping redirect paths (#2671) 2024-09-11 12:41:37 +03:00
bolt11.py adding bolt11 lib and removing bolt11.py from the codebase (#1817) 2023-09-25 12:06:54 +02:00
commands.py [feat] Nostr Login (#2703) 2024-09-30 13:53:38 +02:00
db.py mega chore: update sqlalchemy (#2611) 2024-09-24 10:56:03 +02:00
decorators.py [feat] Nostr Login (#2703) 2024-09-30 13:53:38 +02:00
exceptions.py feat: add generic lnurl error response handler (#2638) 2024-08-30 13:12:55 +02:00
helpers.py feat: update to Vue3 (#2677) 2024-09-24 11:06:27 +02:00
jinja2_templating.py chore: update to latest fastapi (#2240) 2024-02-06 11:47:36 -03:00
lnurl.py feat: add generic lnurl error response handler (#2638) 2024-08-30 13:12:55 +02:00
middleware.py Fix overlapping redirect paths (#2671) 2024-09-11 12:41:37 +03:00
py.typed feat: add PEP561 marker for types (#2415) 2024-04-16 16:16:45 +02:00
requestvars.py I want them to turn black 2021-10-17 18:33:29 +01:00
server.py LNBits -> LNbits typo (#2552) 2024-06-19 09:27:26 +03:00
settings.py feat: make LNBITS_ADMIN_UI the default (#2726) 2024-10-01 11:36:22 +02:00
tasks.py test: refactor to not use paid_invoices stream for real invoice tests (#2628) 2024-08-07 16:19:53 +02:00