| .. |
|
core
|
Merge pull request #1564 from jackstar12/remove-disabled-extensions
|
2023-03-07 13:20:56 +00:00 |
|
extensions
|
remove invoices (#1515)
|
2023-02-20 15:34:18 +01:00 |
|
static
|
UI: rename extensions button (#1535)
|
2023-02-22 10:01:52 +01:00 |
|
templates
|
fix prettier
|
2023-03-07 12:40:19 +01:00 |
|
utils
|
fix isort check
|
2022-07-25 12:03:06 +02:00 |
|
wallets
|
RIP Lntxbot, thank you for all your help building LN, you will be missed :(
|
2023-02-23 11:41:44 +00:00 |
|
__init__.py
|
refactor: clean up __init__ file following some Flask conventions
|
2020-09-06 21:06:01 -03:00 |
|
__main__.py
|
overall fixes
|
2022-10-25 09:23:30 +02:00 |
|
app.py
|
only make it fallback when adminui is enabled
|
2023-03-02 12:07:20 +01:00 |
|
bolt11.py
|
fix flake8 F401+F403 (module imported but unused + unable to detect undefined names)
|
2023-01-30 11:46:45 +00:00 |
|
commands.py
|
chore: format SQL
|
2023-01-20 15:53:27 +02:00 |
|
db.py
|
fix flake8 E713 (test-for-membership)
|
2023-01-30 11:46:44 +00:00 |
|
decorators.py
|
fix flake8 E713 (test-for-membership)
|
2023-01-30 11:46:44 +00:00 |
|
extension_manager.py
|
remove lnbits_disabled_extensions, fix is_admin_only
|
2023-03-05 13:36:36 +01:00 |
|
helpers.py
|
fix if for voidwallet warning
|
2023-03-07 12:28:52 +01:00 |
|
jinja2_templating.py
|
fix flake8 F401+F403 (module imported but unused + unable to detect undefined names)
|
2023-01-30 11:46:45 +00:00 |
|
lnurl.py
|
fix pylint W0612 (unused-variable)
|
2023-01-30 11:46:43 +00:00 |
|
middleware.py
|
Add redirect paths for extensions (#1532)
|
2023-02-22 10:12:16 +01:00 |
|
requestvars.py
|
I want them to turn black
|
2021-10-17 18:33:29 +01:00 |
|
server.py
|
chore: code format
|
2022-12-09 14:09:16 +02:00 |
|
settings.py
|
Merge pull request #1564 from jackstar12/remove-disabled-extensions
|
2023-03-07 13:20:56 +00:00 |
|
tasks.py
|
run autoflake
|
2023-01-30 11:46:43 +00:00 |