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
|
cb24a6a4f9
|
fix: rating star size
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
a2201c9d31
|
chore: add extra log
|
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
|
a2d35f65c9
|
fix: enforce unique key in v-for
|
2023-01-18 17:38:36 +02:00 |
|
Vlad Stan
|
08be621529
|
fix: migration module name
|
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
|
2d3ba2c457
|
fix: UI position
|
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 |
|
Pavol Rusnak
|
20e6ca019e
|
replace lnbits-legend with lnbits in github links (#1366)
|
2023-01-14 12:26:17 +01:00 |
|
calle
|
3e1cc79a23
|
Merge pull request #1346 from lnbits/fix/settings/lnd_rest_admin_macaroon_nonexistent
fix: add missing entries
|
2023-01-11 12:15:34 +01:00 |
|
callebtc
|
822a304127
|
specify in settings panel
|
2023-01-10 17:35:43 +01:00 |
|
Vlad Stan
|
c370bd18c6
|
refactor: remove redundant # type: ignore
|
2023-01-10 09:45:12 +02:00 |
|
Pavol Rusnak
|
191ad1e224
|
make payment.extra non-optional
this makes handling in tasks.py so much easier
|
2023-01-05 09:22:34 +01:00 |
|
ben
|
6bb483bfd6
|
Fixes error in formatting in wallet
|
2023-01-04 23:16:26 +00: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 |
|
ben
|
d2ada889dc
|
typo
|
2023-01-03 20:21:10 +00:00 |
|
ben
|
1b201086ba
|
Merge remote-tracking branch 'origin/main' into icontiles
|
2023-01-03 19:36:05 +00:00 |
|
ben
|
7bfc455960
|
mobile tweak
|
2023-01-03 19:35:24 +00: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 |
|
ben
|
a8c4bea53d
|
Updated extension card layout
|
2023-01-01 18:14:20 +00:00 |
|
ben
|
7d7cbeeb71
|
Adjusted layout for ratings and to stop overflow on mobile
|
2023-01-01 14:55:01 +00:00 |
|
ben
|
59a8ff9dce
|
All extension icons swapped for logo tiles
|
2022-12-31 14:15:23 +00:00 |
|
ben
|
f5250e0584
|
initial
Added bunch tiles, more to add
|
2022-12-31 01:46:55 +00:00 |
|
Arc
|
efc156689f
|
Merge pull request #1253 from iWarpBTC/qr_inv_pref
QR invoices and lnurls got prefix and uppercased
|
2022-12-30 01:04:47 +00:00 |
|
Pavol Rusnak
|
a377381942
|
use bytes.fromhex/hex builtins instead of binascii.hexlify/unhexlify
|
2022-12-29 16:46:35 +01:00 |
|
calle
|
7d3888a28b
|
Merge pull request #1244 from lnbits/refactor/remove_unused_imports
refactor: remove unused imports
|
2022-12-29 13:51:17 +01:00 |
|
Joel Klabo
|
f70b417b41
|
Fix Typo in Migration Logging
|
2022-12-28 16:06:01 -08:00 |
|
Gene Takavic
|
71eebc1441
|
QR invoices and lnurls got prefix and uppercased
|
2022-12-28 23:42:36 +01:00 |
|
callebtc
|
cd11f92ed9
|
make format
|
2022-12-27 15:00:41 +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 |
|
calle
|
e3c14876a6
|
Merge pull request #1229 from motorina0/fix_extra_column_select
fix: handle `extra` updates for internal payments
|
2022-12-26 11:56:30 +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 |
|