dni ⚡
b465ecf22a
E265
2023-04-17 08:11:07 +02:00
Pavol Rusnak
0607cb1d6e
fix pyright lnbits/core
...
Co-authored-by: dni ⚡ <office@dnilabs.com>
2023-04-04 07:34:37 +02:00
Pavol Rusnak
689c443d72
increase readability by using f-strings ( #1597 )
...
* increase readability by using f-strings
* readd merge conflict stuff
---------
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2023-04-03 15:34:17 +02:00
dni ⚡
8ce84ce592
FEAT: Filters for GET requests, add it to GET /payments ( #1557 )
...
* feat filters, add them to GET payments
* add limit and offset to filters (#1563 )
* add limit and offset to filters
* move filters example to parse_filters doc string
* black
* add openapi docs
* remove example commentC
* improve typing and make nested filter possible in openapi
* typo in fn name
* readd Type
---------
Co-authored-by: jackstar12 <62219658+jackstar12@users.noreply.github.com>
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2023-04-03 14:55:49 +02:00
dni ⚡
6cf1d97d5a
FEAT: add db export admin route for pg and sqlite, add to adminui
2023-03-02 15:22:39 +01:00
Vlad Stan
12014ee3e3
fix: hide Admin UI if LNBITS_ADMIN_UI
is false
( #1537 )
...
* fix: hide Admin config if `LNBITS_ADMIN_UI` is `false`
* chore: code format
* chore: code format
2023-02-22 13:30:57 +01:00
callebtc
bb26f2c7f0
Merge branch 'main' into default_ext_install
2023-02-20 16:30:30 +01:00
dni ⚡
4211998959
remove lnaddress ( #1525 )
...
* remove lnaddress
2023-02-20 09:08:23 +01:00
Vlad Stan
4345361847
chore: code clean-up
2023-02-16 10:48:27 +02:00
Vlad Stan
e3ac700005
fix: extension DELETE
call
2023-02-15 17:25:58 +02:00
Vlad Stan
6a5afe3025
feat: stop extension background work on uninstall
or upgrade
2023-02-15 15:34:09 +02:00
dni ⚡
b151004476
fix/unused deps ( #1473 )
...
* remove unused packages
fixup
* typo in log
2023-02-07 18:09:22 +01:00
ben
e20bb99811
Removes install page reloads
2023-02-01 06:12:00 +00:00
Pavol Rusnak
86e8a3a315
fix flake8 E711 (comparison-to-none)
2023-01-30 11:46:44 +00:00
Pavol Rusnak
eba7319808
fix flake8 E713 (test-for-membership)
2023-01-30 11:46:44 +00:00
Pavol Rusnak
906d91bcf1
fix pylint R1714 (consider-using-in)
2023-01-30 11:46:43 +00:00
Pavol Rusnak
d29fcca6aa
fix pylint W0612 (unused-variable)
2023-01-30 11:46:43 +00:00
Pavol Rusnak
15d7fbeace
run autoflake
...
```
autoflake -i --remove-unused-variables $(find . -name "*.py")
```
2023-01-30 11:46:43 +00:00
ben
39f0000fa5
Merge remote-tracking branch 'origin/main' into extension_install_02
2023-01-26 12:39:11 +00:00
Vlad Stan
6276a7a4db
fix: icon missing after extension install
2023-01-26 12:30:42 +02:00
calle
f0d58a8365
Wallets: add custom invoice expiry ( #1396 )
...
* expiry for fakewallet
* expiry for lnd
* lnbits backend
* fix: eclair descriptionHash fixed and expiry added
* cln and sparko
* test expiry
* Eclair from AdminUI and bugfix for nonexistent payments
* add to settings and .env and remove lntxbot
* remove duplicate and format
* add invoice expiry
* add min max and step
* UI works now
* test should fail, sanity check, will revert
* revert, ready for merge
Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
2023-01-26 11:08:40 +01:00
ben
ad70e9c116
Remove choice all icons will be tiles
2023-01-25 20:51:57 +00:00
Vlad Stan
46faa62b8b
fix: upgrade vs install
2023-01-25 14:32:41 +02:00
Vlad Stan
a242a823fc
fix: do not propagate technical message to the user
2023-01-25 12:46:45 +02:00
Vlad Stan
f27e5af639
feat: add tabs to install all
/featured
/installed
2023-01-25 11:15:56 +02:00
Vlad Stan
dd3fc7c2bb
fix: merge errors
2023-01-25 09:56:05 +02:00
Vlad Stan
9cca87f738
Merge branch 'main' into extension_install_02
2023-01-25 09:50:54 +02:00
ben
dda1d9bb3a
mypy
2023-01-24 21:29:52 +00:00
ben
c0c4c86808
Added wallet authentication to creat, get and delete tinyurls
2023-01-24 21:26:18 +00:00
ben
6c9a52c6e1
mypy being thoroughly objectionable
2023-01-24 13:48:04 +00:00
ben
274615f0b3
Man, broken
2023-01-24 13:27:30 +00:00
ben
617b1c941b
Merge remote-tracking branch 'origin/main' into tinyurl
2023-01-23 19:53:45 +00:00
Vlad Stan
53a95ccc11
refactor: search in list
2023-01-20 16:11:21 +02:00
Vlad Stan
5b6e11a621
fix: import
2023-01-20 16:10:47 +02:00
calle
ffb5a91f67
add robots.txt ( #1383 )
2023-01-20 09:25:46 +01:00
Vlad Stan
730017ed62
fix: import after renaming
2023-01-20 10:06:32 +02:00
Vlad Stan
478d74efc8
fix: separate lnbits_deactivated_extensions
from lnbits_disabled_extensions
`
2023-01-20 09:39:27 +02:00
Vlad Stan
db73a51c74
feat: allow regular users to view the install
page
2023-01-19 12:16:44 +02:00
Vlad Stan
4d87246811
feat: store icon, icon_url and name for installed extensions
2023-01-19 11:57:17 +02:00
Vlad Stan
aa006b66d1
feat: update pre-installed extensions on re-create
2023-01-19 10:15:56 +02:00
Vlad Stan
0195c242c2
feat: add is isAvailable
flag
2023-01-18 17:38:51 +02:00
Vlad Stan
03df382325
feat: fetch the installed release
2023-01-18 17:38:51 +02:00
Vlad Stan
86c86958ae
refactor: more and more
2023-01-18 17:38:51 +02:00
Vlad Stan
6b360b927c
feat: returned the installed release
2023-01-18 17:38:51 +02:00
Vlad Stan
12060b67ad
feat: store and retrieved the installed_release
2023-01-18 17:38:36 +02:00
Vlad Stan
d146a45b59
refactor: move logic to static method get_extension_release
2023-01-18 17:38:36 +02:00
Vlad Stan
9d0cedfcb2
feat: install GitHib releases also
2023-01-18 17:38:36 +02:00
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