Commit graph

155 commits

Author SHA1 Message Date
Arc
8aefea7260
Merge pull request #52 from lnbits/advanceddescription
Fixed image urls
2024-05-17 14:24:15 +01:00
benarc
c20cca4425 Fixed image urls 2024-05-17 14:23:32 +01:00
Arc
6ca9971b57
Merge pull request #51 from lnbits/advanceddescription
Added extended description
2024-05-17 14:21:00 +01:00
benarc
b9fee9b93b Added extended description 2024-05-15 22:24:58 +01:00
Tiago Vasconcelos
6f69f67cb8
change extension name (#47)
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
v0.5.0
Change display name of the extension
2024-04-24 09:57:22 +02:00
Arc
18f230c611
Merge pull request #46 from lnbits/fixup-change-wallet
fix: change wallet for paylink
2024-04-01 09:40:34 +01:00
dni ⚡
9c518b8e6d
fix: change wallet for paylink
closes #26
2024-04-01 10:32:43 +02:00
Arc
c43156b86f
Merge pull request #45 from lnbits/refactor-crud
refactor: do not validate username inside crud
2024-04-01 09:26:50 +02:00
Arc
7194ab60f1
Merge pull request #42 from lnbits/remove-env
chore: remove unused env and new create unique task
2024-04-01 09:26:50 +02:00
dni ⚡
65732f7aa0
chore: remove unused env and new create unique task
remove old scheduled tasks approach

update min version

Update __init__.py

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2024-04-01 09:26:50 +02:00
dni ⚡
4de7c1a4c0
refactor: do not validate username inside crud
check username on api level not inside crud. adds better error reporting for the api user also in frontend
2024-04-01 09:26:46 +02:00
Arc
0457413bf2
Merge pull request #44 from lnbits/fix-issue-528
fix: issue with empty success url
2024-04-01 07:53:41 +01:00
dni ⚡
f7b4b8d2ff
fix: issue with empty success url
closes #528
2024-03-31 10:19:16 +02:00
ToniValac
a8dc4ac5df increasing LNAddress length limit 2024-02-25 18:48:42 -03:00
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