Commit graph

91 commits

Author SHA1 Message Date
dni ⚡
17556ff1b6
fix: lnaddress with query params (#35)
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
v0.4.4
2023-11-24 19:53:39 +01:00
dni ⚡
31158584ae
hotfix4: backwards compat of model_dump 2023-11-24 19:08:04 +01:00
dni ⚡
adb1f3f52b
hotfix3: fix for good
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
v0.4.3
2023-11-24 18:44:44 +01:00
dni ⚡
9b5a86485e
hotfix2: include_query_params
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
v0.4.2
2023-11-24 17:56:14 +01:00
dni ⚡
4017706c18
hotfix: lnaddress are broken (#34)
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
v0.4.1
lnurl validation error.
```
pydantic.error_wrappers.ValidationError: 2 validation errors for LnurlPayResponse
callback
  URL invalid, extra characters found after valid URL: ' extra={}' (type=value_error.url.extra; extra= extra={})
callback
  URL invalid, extra characters found after valid URL: ' extra={}' (type=value_error.url.extra; extra= extra={})
2023-11-24 12:54:05.36 | ERROR | lnbits.app:exception_handler:467 | Exception: 2 validation errors for LnurlPayResponse
callback
  URL invalid, extra characters found after valid URL: ' extra={}' (type=value_error.url.extra; extra= extra={})
callback
  URL invalid, extra characters found after valid URL: ' extra={}' (type=value_error.url.extra; extra= extra={})
2023-11-24 12:54:05.36 | INFO | 52.57.61.135:0 - "GET /lnurlp/api/v1/well-known/test HTTP/1.1" 500
```
2023-11-24 13:15:55 +01:00
dni ⚡
c0017095bf
min version to 0.11.2 (#33)
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
v0.4.0
2023-11-22 11:55:20 +01:00
dni ⚡
84179e8eea
feat: pass data through lnurl for webhook (#31)
* feat: pass through data with lnurl
2023-11-22 11:53:44 +01:00
dni ⚡
f2e419e18d
feat: add extension-settings instead of environs (#28)
* feat: add extension-settings instead of environs
2023-11-22 11:40:22 +01:00
Vlad Stan
257f5d34d2
Fix update validations (#30)
* fix: no `username` update
* fix: update for old pay_links
* chore: code format
2023-11-02 15:09:32 +01:00
dni ⚡
8bad631fb6
bug: update lnurlp without username (#24)
* bug: update lnurlp without username

thrown an exception

```
    if len(kwargs["username"]) > 0:
TypeError: object of type 'NoneType' has no len()
2023-09-29 08:54:04.79 | ERROR | lnbits.app:exception_handler:460 | Exception: object of type 'NoneType' has no len()
```

* nicer if
2023-10-01 09:55:21 +02:00
arbadacarba
ed8118aa1e
Allow only lowercase for lightning-address (#25)
because uppercase fails
2023-10-01 09:54:50 +02:00
dni ⚡
31264e1fe4
fix: latest fastapi (#23)
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
v0.3.3
str(url) had to be casted earlier
2023-09-29 07:22:45 +02:00
Pavol Rusnak
5706928063
fix typo (#22) 2023-09-26 21:06:26 +02:00
Tiago Vasconcelos
67933b546f
allow custom path (#19)
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
v0.3.2
* allow custom path
* bump

---------

Co-authored-by: dni  <office@dnilabs.com>
2023-09-26 12:27:45 +01:00
Tiago Vasconcelos
049826071c
checks if hostname is .onion and change scheme (#11)
* checks if hostname is .onion and change scheme
* resolve @motorina0 's comments
2023-09-24 20:22:48 +02:00
Benjamin Phạm-Bachelart
7d32a36d51
fix possible duplicate lnaddress when update pay link (#8)
Co-authored-by: dni  <office@dnilabs.com>
2023-09-24 20:21:31 +02:00
Tiago Vasconcelos
ab6b53668e
Fix webhook (#12)
* refactor html
* don't exclude values on update
2023-09-24 20:18:36 +02:00
dni ⚡
a46058134f
[FEAT] add better release workflow (#21) 2023-09-23 22:47:13 +02:00
dni ⚡
3730d51dce
add github release workflow
Some checks failed
release github version / build (push) Has been cancelled
0.3.1
2023-06-28 15:02:09 +02:00
dni ⚡
095c793381
fix openapi issue with exclusiveMaximum (#14)
* fix openapi issue with exclusiveMaximum
* dont  change businesslogic
2023-06-21 09:42:14 +02:00
callebtc
6bce388dcd
Merge pull request #4 from lnbits/zap_support 0.3
Zap support
2023-05-30 17:31:22 +02:00
callebtc
d7c0507407 user custom private key 2023-04-27 11:56:41 +02:00
callebtc
b2f970fd66 remove wrong nostrclient include 2023-04-26 13:35:09 +02:00
callebtc
64da75d605 configuration for nostr 2023-04-24 17:12:35 +02:00
Tiago Vasconcelos
6dbb0dfd9a
Update README.md 2023-04-24 10:40:29 +01:00
dni ⚡
47f89afd4e
add fastapi 0.95 combatibility for url_for 2023-04-24 11:22:11 +02:00
callebtc
db607e463e add event signing etc to extension directly 2023-04-04 12:52:34 +02:00
callebtc
bf6659bbbd remove the need for nostrclient 2023-04-04 12:52:10 +02:00
callebtc
642cad9ed8 add max relays 2023-03-25 03:08:54 +01:00
dni ⚡
4022faf778
Merge pull request #3 from arbadacarbaYK/main
Update README.md
2023-03-24 20:28:00 +01:00
callebtc
f755a44108 sleep a bit 2023-03-23 23:46:16 +01:00
callebtc
e119f5c4c5 send zaps to relays in zap request 2023-03-23 23:32:27 +01:00
callebtc
c2e58fa1b4 generate new keys 2023-03-22 17:49:43 +01:00
callebtc
f2615aa155 clean 2023-03-22 09:53:23 +01:00
callebtc
8c5a494489 refactor 2023-03-22 09:53:02 +01:00
callebtc
022a5b79bb refactor 2023-03-22 09:52:47 +01:00
callebtc
b66588d7c9 escape 2023-03-22 01:18:17 +01:00
callebtc
50f9b505cd allowNostr vs alllowsNostr 2023-03-22 00:47:37 +01:00
callebtc
54ca4476cc debug printing 2023-03-21 19:50:32 +01:00
callebtc
0cbee4dc6c I hate you python 2023-03-21 19:37:44 +01:00
callebtc
2e8b6070dc zaaaarpp 2023-03-21 19:22:45 +01:00
callebtc
cdf137b484 description 2023-03-21 19:02:20 +01:00
callebtc
bf22efdd32 fix stuff 2023-03-21 18:27:37 +01:00
callebtc
d8e742a452 ws not wss 2023-03-21 17:48:49 +01:00
callebtc
6fb0a47ad4 unbreak lnurlp 2023-03-21 17:43:11 +01:00
callebtc
fa3cb87ba0 add zaps 2023-03-21 17:39:03 +01:00
arbadacarba
04d1494c90
Update README.md
Moved Darth´ explanations from general info on updating to LNURLp cause it was very specialized to it
2023-03-16 14:16:30 +01:00
callebtc
c51b849fe6 fix hostname 0.2.1 2023-03-15 12:47:24 +01:00
calle
bb69239663
Merge pull request #2 from bitkarrot/lnaddr 0.2
Lightning address support
2023-03-15 12:22:23 +01:00
bitkarrot
9b7d96ca3d add spacer for lnaddress 2023-03-14 16:46:11 -07:00