lnbits-legend/lnbits/core
Vlad Stan ae60b4517c
[fix] SQL error for create webpush notification (#2533)
* fix: replace all SQL `user = ?` with `"user"" = ?`
* fix: surround with try-catch
* fix: bad double quote
2024-05-23 10:16:00 +02:00
..
sso Add Keycloak SSO (#2272) 2024-02-14 09:23:37 +01:00
templates [fix] editable fields with default=None must be Optional (#2530) 2024-05-22 14:03:52 +01:00
views [fix] SQL error for create webpush notification (#2533) 2024-05-23 10:16:00 +02:00
__init__.py feat: usermanager (#2139) 2024-05-10 12:06:46 +02:00
crud.py [fix] SQL error for create webpush notification (#2533) 2024-05-23 10:16:00 +02:00
db.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00
helpers.py feat: adhere to ruff's B rules (#2423) 2024-04-17 13:11:51 +02:00
migrations.py [fix] SQL error for create webpush notification (#2533) 2024-05-23 10:16:00 +02:00
models.py refactor: get_balance_delta and use pydantic model for openapi docs (#2492) 2024-05-13 17:59:29 +02:00
services.py Fix: Wrong expiration date in invoice details (#2506) 2024-05-16 13:48:58 +01:00
tasks.py refactor: get_balance_delta and use pydantic model for openapi docs (#2492) 2024-05-13 17:59:29 +02:00