lnbits-legend/lnbits/core
Pavol Rusnak ba0e431199
add possibility to turn off new registrations (#2017)
with LNBITS_ALLOW_NEW_ACCOUNTS=false

while keeping existing users functional (i.e. no allowlist for existing users)
2023-10-11 13:46:27 +02:00
..
static feat: improve on admin ui funding tab (#1989) 2023-10-10 12:02:40 +02:00
templates add possibility to turn off new registrations (#2017) 2023-10-11 13:46:27 +02:00
views add possibility to turn off new registrations (#2017) 2023-10-11 13:46:27 +02:00
__init__.py [FEAT] Node Managment (#1895) 2023-09-25 15:04:44 +02:00
crud.py Refactor: Calculate invoice expiry outside of the crud (#1849) 2023-10-10 12:03:24 +02:00
db.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00
helpers.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00
migrations.py [FEAT] Push notification integration into core (#1393) 2023-09-11 14:48:49 +01:00
models.py [FEAT] cleanup GET /wallet endpoint, add wallet api routes (#1932) 2023-09-25 14:06:00 +01:00
services.py Refactor: Calculate invoice expiry outside of the crud (#1849) 2023-10-10 12:03:24 +02:00
tasks.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00