lnbits-legend/lnbits
Tiago Vasconcelos 8354d9b81c show error if not valid amount
can't actually prevent the input to deny letters
2025-01-22 10:16:14 +00:00
..
core show error if not valid amount 2025-01-22 10:16:14 +00:00
nodes fix: cln nodemanager errors on failed transactions (#2865) 2025-01-13 17:58:37 +02:00
static show error if not valid amount 2025-01-22 10:16:14 +00:00
templates feat: harmonize the UI for payment dialog (#2882) 2025-01-16 14:31:33 +02:00
utils fix: backwards compatible (#2853) 2024-12-19 09:50:52 +02:00
wallets fix: Add timeout to wait_for_connection (#2885) 2025-01-14 11:31:12 +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 feat: websocket for payments events, remove /payments/sse and longpolling endpoint (#2704) 2024-12-16 11:10:25 +02:00
bolt11.py adding bolt11 lib and removing bolt11.py from the codebase (#1817) 2023-09-25 12:06:54 +02:00
commands.py fix: ext upgrade from lnbits-cli (#2822) 2024-12-12 15:18:03 +02:00
db.py feat: improve user admin (#2777) 2024-11-19 10:33:57 +02:00
decorators.py [feat] access control lists (with access tokens) (#2864) 2025-01-16 17:25:27 +02:00
exceptions.py refactor: simplify condition (#2775) 2024-11-13 10:28:46 +02:00
helpers.py [feat] access control lists (with access tokens) (#2864) 2025-01-16 17:25:27 +02:00
jinja2_templating.py chore: update to latest fastapi (#2240) 2024-02-06 11:47:36 -03:00
lnurl.py chore: use HTTPStatus where possible (#2795) 2024-12-09 13:50:33 +01:00
middleware.py feat: websocket for payments events, remove /payments/sse and longpolling endpoint (#2704) 2024-12-16 11:10:25 +02: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] custom exchange providers (#2797) 2024-12-13 14:01:54 +02:00
tasks.py feat: parse nested pydantic models fetchone and fetchall + add shortcuts for insert_query and update_query into Database (#2714) 2024-10-29 09:58:22 +01:00