Commit Graph

4639 Commits

Author SHA1 Message Date
dni ⚡
1f75d5fd41 fix it up 2022-12-22 17:58:49 +01:00
dni ⚡
7c96a12a3c fix issue with allowed_users and admin/superuser 2022-12-22 17:48:46 +01:00
Vlad Stan
98e0ea5ae2 refactor: only use one (direction) flag for identifying payment 2022-12-22 12:23:46 +02:00
calle
5f920fd290
Merge pull request #1228 from AxelHamburch/Admin_UI_doc
Add "How to activat the Admin UI"
2022-12-22 11:08:03 +01:00
calle
49a68df5e4
Apply suggestions from code review 2022-12-22 11:07:49 +01:00
Vlad Stan
a434731729 fix: update the rest of update_payment_extra calls 2022-12-22 11:28:12 +02:00
Vlad Stan
b56d08a70e fix: handle extra updates for internal payments 2022-12-22 11:12:19 +02:00
Lee Salminen
4f39dce206 update readme 2022-12-21 15:17:28 -06:00
Axel
8d5f5e4afb
Add "How to activat the Admin UI" 2022-12-21 21:33:10 +01:00
Lee Salminen
e65082b585 add self-service pubkey rotation for nip-05 addresses 2022-12-21 14:05:45 -06:00
calle
4e8014a177
Merge pull request #1227 from motorina0/withdraw_callback_extra
Withdraw webhook improvements
2022-12-21 14:52:07 +01:00
Vlad Stan
7b0f9f61fc fix: remove double dict 2022-12-21 15:47:35 +02:00
Vlad Stan
f3c884111d refactor: use dict.update() 2022-12-21 15:47:22 +02:00
Vlad Stan
ec01c74da1 fix: mypy 2022-12-21 15:10:12 +02:00
Vlad Stan
60cd40d5e5 feat: update_payment_extra with webhook response 2022-12-21 15:06:45 +02:00
Vlad Stan
0ab99bef41 refactor: use update_payment_extra 2022-12-21 15:06:45 +02:00
Vlad Stan
8fae90bb9d feat: add webhook_headers and webhook_body to withdraws 2022-12-21 15:06:45 +02:00
Vlad Stan
dd4a9f10cf feat: add function to update the extra JSON values 2022-12-21 15:06:45 +02:00
Vlad Stan
b68b8a0292 fix: do not loose error, log it 2022-12-21 15:06:45 +02:00
blackcoffeexbt
cbb909bb3a
Merge pull request #6 from lnbits/gerty
Merge in lnbits/Gerty
2022-12-21 12:16:15 +00:00
Lee Salminen
6996155cae format 2022-12-20 10:40:01 -06:00
Lee Salminen
6787e4916e allow admins to manually create addresses without paying 2022-12-20 10:39:45 -06:00
Lee Salminen
0f417110cb improved validation 2022-12-20 10:32:45 -06:00
Lee Salminen
45a69a1139 fix readme 2022-12-20 10:32:28 -06:00
calle
81df5a56e2
Merge pull request #1219 from islandbitcoin/patch-2
Remove duplicate LNBITS_ALLOWED_USERS
2022-12-20 16:25:56 +01:00
Lee Salminen
ad572f267a Merge branch 'main' of github.com:leesalminen/lnbits-legend 2022-12-20 08:45:11 -06:00
Lee Salminen
4e996c821e format and mypy 2022-12-20 08:44:28 -06:00
Lee Salminen
f5bdcc8ea5
Merge branch 'lnbits:main' into main 2022-12-20 08:08:57 -06:00
Lee Salminen
189347ee39 readme 2022-12-20 08:06:25 -06:00
Lee Salminen
51076634bd allow users to enter their npub bech32 encoded too 2022-12-20 07:49:59 -06:00
Lee Salminen
f7b4aa91ab API docs 2022-12-20 07:49:35 -06:00
calle
49e722d9da
Merge pull request #1223 from lnbits/fix/mypy/usermanager
FIX: mypy issues with usermanager extension
2022-12-20 14:48:38 +01:00
dni ⚡
c2df13bf24 formatting 2022-12-20 14:23:02 +01:00
Lee Salminen
632636ff0a rename function 2022-12-20 07:16:55 -06:00
Lee Salminen
048ccd6d65 formatting 2022-12-20 07:15:54 -06:00
Lee Salminen
9e857e6329 better validation on pubkeys 2022-12-20 07:14:03 -06:00
dni ⚡
36ae851a8d nitpicking vlad :) 2022-12-20 13:44:14 +01:00
Lee Salminen
3ca9edeee6 WIP nostr nip5 extension 2022-12-20 06:28:43 -06:00
dni ⚡
29869cfcda formatting 2022-12-20 13:18:37 +01:00
dni ⚡
22cafe9ed0 remove uneeded if 2022-12-20 13:17:07 +01:00
dni ⚡
c90f7878d7 fix usermanager mypy 2022-12-20 13:14:49 +01:00
Vlad Stan
c5fdd35078 feat: store mor info about the webhook call status 2022-12-20 13:32:03 +02:00
Vlad Stan
681883a8f9 fix: catch all exceptions for webhook 2022-12-20 13:32:03 +02:00
calle
9fed2f2ae0
Merge pull request #1221 from lnbits/deployment/docker/update-python3.10
docker: update to python 3.10
2022-12-20 11:10:00 +01:00
callebtc
375f5d9f25 docker: update to python 3.10 2022-12-20 11:07:26 +01:00
calle
ab6d9daf6d
Merge pull request #1220 from lnbits/deployment/build_docker_on_minor
deploy: build on minor changes
2022-12-20 10:36:41 +01:00
callebtc
4bd0372819 deploy: build on minor changes 2022-12-20 10:30:32 +01:00
ben
955eace387 Merge remote-tracking branch 'origin/main' into gerty 2022-12-20 08:18:13 +00:00
Dread
97d1effe1c
Remove duplicate LNBITS_ALLOWED_USERS 2022-12-19 18:55:05 -05:00
ben
8ba380fcbd format 2022-12-19 23:34:54 +00:00