Vlad Stan
|
27b308ae1a
|
feat: separate extension release into new API
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
a73e8ae44d
|
feat: stub for extension versions
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
c9bb5a660c
|
feat: show empty Upgrade dialog
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
97ea78f999
|
fix: return only the latest release
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
522bfcf4ae
|
chore: optimize imports
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
76fbb5ccbb
|
feat: return releases to UI
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
496346b3ba
|
feat: use github releases for installing extensions
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
38a132604b
|
feat: used dedicated table for installed extensions
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
032a000da7
|
fix: do not fail when one of the extension manifest files is not available
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
e3ee04edc7
|
refactor: code clean-up
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
de929c6c70
|
refactor: extract more methods into InstallableExtension
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
1ca0cf4313
|
refactor: use factory method
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
0ab913e502
|
chore: code format
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
2edb9da387
|
fix: name conflict
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
795d05c109
|
refactor: extract extensions.py
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
e7a150e708
|
refactor: move more logic to InstallableExtension
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
1b07768b76
|
refactor: use check_admin decorator
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
3ed2b3cdeb
|
refactor: move more logic to InstallableExtension
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
cb6349fd76
|
refactor: extract dome methods to helpers
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
cae71faf37
|
refactor: use the new check_admin
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
6ec1a668ae
|
chore: code format
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
8c1479427d
|
fix: merge issues
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
9dfeef15fd
|
fix: merge issue
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
0d61db13ec
|
fix: handle first time install different than subsequent updates
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
a6e3b5e049
|
feat: use hash for unique extension id
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
598d2a6939
|
feat: re-route trafic when an extension is upgraded
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
6c41ac841b
|
feat: temporary fix for upgrades
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
11815958a3
|
chore: remove test code
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
66c908e600
|
chore: migrate after major changes on main
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
c370bd18c6
|
refactor: remove redundant # type: ignore
|
2023-01-10 09:45:12 +02:00 |
|
callebtc
|
c96fd6783b
|
fix super_user check, fixes #1250
|
2023-01-04 10:41:56 +01:00 |
|
calle
|
b622028f7d
|
Merge pull request #1271 from lnbits/fix/mypy/ignores
removing type: ignore from Query, Depends, Body and import them correctly
|
2023-01-04 09:19:06 +01:00 |
|
Pavol Rusnak
|
3d0c66f0f6
|
remove unnecessary argument encoding from bytes.decode() and str.encode()
the encoding parameter defaults to utf-8, so it's not needed
|
2023-01-03 22:38:28 +01:00 |
|
calle
|
7a406786f6
|
Merge pull request #1246 from prusnak/drop-binascii
use bytes.fromhex/hex builtins instead of binascii.hexlify/unhexlify
|
2023-01-03 10:52:28 +01:00 |
|
dni ⚡
|
b1d1cc6de3
|
removing type: ignore from Query, Depends, Body and import them correctly
|
2023-01-02 11:56:28 +01:00 |
|
Pavol Rusnak
|
a377381942
|
use bytes.fromhex/hex builtins instead of binascii.hexlify/unhexlify
|
2022-12-29 16:46:35 +01:00 |
|
callebtc
|
ead5ae0d82
|
refactor: remove unused imports
|
2022-12-27 14:50:42 +01:00 |
|
callebtc
|
6e7bfd03ee
|
clean up
|
2022-12-27 14:19:51 +01:00 |
|
callebtc
|
a243e4e320
|
fix: update to latest changes
|
2022-12-26 12:12:27 +01:00 |
|
callebtc
|
feb61a3fa7
|
merge
|
2022-12-26 12:04:07 +01:00 |
|
callebtc
|
b6f0d7b769
|
feat: api health check endpoint
|
2022-12-25 18:49:51 +01:00 |
|
calle
|
7b7d06cee3
|
Merge pull request #1232 from lnbits/fix/allowed_user
BUG: fix auth issue for superusers when allowed users are set
|
2022-12-24 11:22:49 +01:00 |
|
dni ⚡
|
1be460aec3
|
fix user not exist bug in frontend
|
2022-12-23 11:53:45 +01:00 |
|
Vlad Stan
|
b68b8a0292
|
fix: do not loose error, log it
|
2022-12-21 15:06:45 +02:00 |
|
Vlad Stan
|
1d509fb9d2
|
fix: typo Setings -> Settings
|
2022-12-19 11:07:24 +02:00 |
|
dni ⚡
|
ffe0a77106
|
fix admin ui only have superuser to topup
|
2022-12-17 09:52:07 +01:00 |
|
ben
|
940615cb0b
|
Merge branch 'main' into FinalAdminUI
|
2022-12-16 22:45:54 +00:00 |
|
callebtc
|
ac87c49603
|
fix: disable compression
|
2022-12-16 17:18:02 +01:00 |
|
dni ⚡
|
02946c1d1c
|
remove old topup route using new one, change wallet.js handling of that url
|
2022-12-13 10:17:40 +01:00 |
|
dni ⚡
|
ab49b7740c
|
add superuser decorator, fix restart route and mypy issue
|
2022-12-12 09:45:12 +01:00 |
|