Commit Graph

2663 Commits

Author SHA1 Message Date
callebtc
dd7f622a67 db file 2022-07-24 22:07:19 +02:00
callebtc
923fad7382 migrate with mock data 2022-07-24 22:01:51 +02:00
callebtc
52c889f1d8 Merge branch 'main' of github.com:lnbits/lnbits-legend 2022-07-24 01:12:56 +02:00
ben
244d6f23bf Merge branch 'main' into matthewcroughan/nixify 2022-07-23 20:09:24 +01:00
ben
0e8da3c368 Fixed path for extension templates 2022-07-23 20:08:59 +01:00
calle
32a8736f32
CI: Test core/views/generic.py enabling and disabling extensions (#774) 2022-07-23 11:58:29 +02:00
callebtc
70d270bd69 Merge branch 'main' of github.com:lnbits/lnbits-legend 2022-07-23 11:26:48 +02:00
calle
bf2a3e9df2
fix tip link (#773) 2022-07-23 11:01:23 +02:00
callebtc
3b172630e3 fix tip link 2022-07-23 11:00:33 +02:00
blackcoffeexbt
c0c26fb98e
Extension list UI improvements (#769)
* Extensions list is now sorted alphabetically

* Added extension list search

* Prettified changes

* Removed console.log

* Code improvements based on motorina0 feedback

* Remove console.log from lnbits/templates/base.html

Run prettier
2022-07-23 10:46:30 +02:00
calle
96af5fc3a7
CI: Test core/views/generic.py (#772)
* Adds tests for GET /wallet

* Update `httpx` to `0.23.0` and `http-core` to `0.15.0` in `venv` installation path

* Fix `secp256k1 = "==0.14.0"` and `cffi = "==1.15.0"`
2022-07-23 10:39:58 +02:00
calle
fd0d6bffce
Update FUNDING.yml (#770) 2022-07-22 12:23:27 +02:00
Arc
14344c2f03
Update FUNDING.yml 2022-07-22 11:23:16 +01:00
calle
e4df8c52e2
add mkcert instructions (#768) 2022-07-21 14:01:16 +02:00
calle
4feb45d745
LNURLp: NFC UI improvement (#767) 2022-07-21 13:39:21 +02:00
calle
76a5196dbf
LNURLp: Write NFC tags with LNURL-pay links (#766)
* NFC for LNURL-pay

* notification ui improvements
2022-07-21 12:38:30 +02:00
dni
5aa30c843c added FIXME tags and fix WalletTypeInfo 2022-07-20 13:41:13 +02:00
dni
76fdce4328 enable mypy checks 2022-07-20 13:23:50 +02:00
dni
7f960d8802 Merge branch 'fix/mypy' of github.com:dni/lnbits-legend into fix/mypy 2022-07-20 13:23:14 +02:00
dni
04df2129b0 add missing Pipfile.lock 2022-07-20 13:21:42 +02:00
Daniel Krahofer
613c5b4667
Update tests/core/views/test_api.py
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2022-07-20 13:15:18 +02:00
Daniel Krahofer
0784ae02b1
Update tests/core/views/test_api.py
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2022-07-20 13:15:06 +02:00
dni
f4e3a3980e fix isort check 2022-07-20 13:12:55 +02:00
dni
06b1f71d39 fix up decorators for tests 2022-07-20 12:21:39 +02:00
dni
2e0276bc60 make test run again, introduce mypy again 2022-07-20 12:17:34 +02:00
dni
c186e53cef fixup requirements.txt and ad to Pipfile 2022-07-20 12:05:35 +02:00
dni
5f6dc757dc types-mock==4.0.15 to requirements, needed for mypy tests 2022-07-20 12:00:53 +02:00
dni
627959e30b add tests for api_payment 2022-07-20 11:52:49 +02:00
dni
64502c355e black formating 2022-07-20 11:33:37 +02:00
dni
56b4b0cf43 fix last views api bug, thanks calle 2022-07-20 11:21:38 +02:00
dni
8dbf64a0d0 ignore eclair websockets type 2022-07-20 10:34:01 +02:00
dni
e96944a4fa fully fix decorators, thanks calle 2022-07-20 10:24:40 +02:00
dni
68a195952a mypy fixes, api, eclair 2022-07-20 10:05:30 +02:00
dni
e1d1ce7edc fix PaymentKwargs class for mypy 2022-07-20 09:52:25 +02:00
dni
045212a070 mypy fixes for generic.py, decurators.py, eclair.py 2022-07-20 09:36:13 +02:00
dni
886c74f205 assert Optional[str] 2022-07-20 08:43:10 +02:00
dni
91c5a68ccc mypy fakewallet, macaroon, bolt11 invoice 2022-07-19 19:20:20 +02:00
dni
8901ff8084 some more mypy fixes 2022-07-19 18:51:35 +02:00
calle
45c356cf6c
change prefix to lightning: until wallets fix their bugs (#762) 2022-07-19 17:35:00 +02:00
calle
0f73501a88
LNURLw: NFC fix uri prefix (#761)
* fix uri prefix

* prettier
2022-07-19 17:20:50 +02:00
dni
45a13fd807 remove commented out and unused code in app object, it is now used in lnbits/__main__.py directly, fixes mypy error 2022-07-19 13:39:17 +02:00
dni
83a000d7c9 fix up mypy.ini, and properly ignore grpc and extension 2022-07-19 13:06:19 +02:00
calle
b8c99a15d1
do not mark payments as failed (#750) 2022-07-19 12:33:28 +02:00
blackcoffeexbt
fe2cbe8774
Jukebox improvements (#759)
* Improved styling of Spotify redirect URI clipboard copy text

* Jukebox extension - Moved links to Spotify into buttons to make set up steps more obvious

* Jukebox extension - Tweaks to titles of set up steps to clarify

* Prettified jukebox template
2022-07-19 12:28:49 +02:00
Tiago Vasconcelos
ed2c5cc586
Fix/lnurl auth (#757)
* remove g() and add wallet

* wallet type

* add wallet object

* send wallet as param

* make lnurlauth work

* remove g() and add wallet

* wallet type

* add wallet object

* send wallet as param

* make lnurlauth work

* black'ed

* blacked

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2022-07-19 11:35:28 +02:00
callebtc
694124b5d6 require admin 2022-07-19 11:27:32 +02:00
callebtc
b2a0faf9de error check for pr 2022-07-19 11:21:54 +02:00
callebtc
8d52b1b359 check description hash 2022-07-19 11:15:11 +02:00
Lee Salminen
b6d01792e2
Add NFC Writing support to LNURLw extension (#725) 2022-07-18 16:56:15 +02:00
calle
f4580955b9
loguru warnings (#751) 2022-07-17 22:25:37 +02:00