Commit graph

21 commits

Author SHA1 Message Date
Vlad Stan
b97be0d792 fix: update statement 2024-10-04 12:21:05 +03:00
Vlad Stan
fb5a357eb8 fix: old api 2024-10-04 10:41:04 +03:00
dni ⚡
fe6cbe4e2d
feat: update to lnbits 1.0.0 2024-09-07 21:21: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