dni ⚡
17135b45ae
feat: add optional domain field ( #120 )
...
* feat: add optional domain field
closes #119
2026-01-15 09:20:54 +01:00
dni ⚡
c4d923e9af
refactor: pynostr instead of custom nostr lib ( #112 )
2025-11-20 10:12:18 +01:00
dni ⚡
e48be221b1
chore: update lnurl lib to v0.8.0 ( #102 )
2025-08-21 17:15:17 +02:00
dni ⚡
1d91b50a67
refactor: dont use model property for lnurlpaymetadata ( #97 )
...
* refactor: dont use model property for lnurlpaymetadata
domain is really only needed if you do it with via the property. cleans
up code and makes it more readable
2025-08-18 10:49:25 +02:00
dni ⚡
3dc1e86d8c
feat: support lud-11 disposable links ( #95 )
2025-08-14 12:16:16 +02:00
Tiago Vasconcelos
2118c8c745
Add a created at field ( #77 )
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled
2025-03-03 19:01:32 +02:00
dni ⚡
c7623e4c5a
feat: update to lnbits 1.0.0 ( #66 )
...
---------
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
2024-10-25 12:02:37 +02:00
dni ⚡
badc420069
feat: code quality ( #59 )
...
* feat: code quality
* fixup!
2024-08-05 12:49:50 +03:00
dni ⚡
9c518b8e6d
fix: change wallet for paylink
...
closes #26
2024-04-01 10:32:43 +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
dni ⚡
31158584ae
hotfix4: backwards compat of model_dump
2023-11-24 19:08:04 +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
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
callebtc
64da75d605
configuration for nostr
2023-04-24 17:12:35 +02:00
callebtc
8c5a494489
refactor
2023-03-22 09:53:02 +01:00
callebtc
11a9d02f93
fix missing username
2023-03-15 00:45:22 +01:00
callebtc
f2a72a31f1
wording
2023-03-14 11:48:25 +01:00
bitkarrot
017cb7353f
fix metadata, crud
2023-03-02 23:49:00 -08:00
bitkarrot
a44f70dcb6
add methods to check dup address and format
2023-03-02 17:03:00 -08:00
bitkarrot
f95814577e
update migrations, models, crud
2023-03-02 16:45:41 -08:00
bitkarrot
c476d79580
remove circular, fix html
2023-03-02 16:03:57 -08:00
bitkarrot
577a3932f5
initial crud, index form
2023-03-02 15:51:42 -08:00
Arc
ad9fd4e4ad
Add files via upload
2023-02-16 10:03:33 +00:00