Commit Graph

1882 Commits

Author SHA1 Message Date
Tiago vasconcelos
290268885d fix purge
check for missing protocol

fix request url default

more debub

fix lnbits root url

add documentation reference
2021-11-30 15:13:06 +00:00
benarc
b9bc36fabf Merge remote-tracking branch 'origin/FastAPI' into FastAPI 2021-11-30 10:08:46 +00:00
Arc
b4ad8cb5b2 Merge pull request #443 from lnbits/fastapi_fix_lndrestwallet_fee_limit
(FastAPI) LNDRest fee limit
2021-11-30 09:04:01 +00:00
callebtc
12c2a04b2a LNDRest fee limit 2021-11-29 18:10:11 +01:00
Arc
1609280f53 Merge pull request #438 from lnbits/usermanager_api_fix
Fix UserManager endpoint collision (FastAPI)
2021-11-28 17:04:48 +00:00
benarc
e3c6485903 Merge remote-tracking branch 'fusion44/FastAPI' into FastAPI 2021-11-28 17:01:16 +00:00
callebtc
b178d9a38d readd mypy.ini 2021-11-27 13:11:29 +01:00
callebtc
ad3942f844 remove type comment 2021-11-27 13:01:12 +01:00
callebtc
9b58bfe06a remove trio_typing 2021-11-27 12:54:01 +01:00
callebtc
2612e60647 annotation for optional attributes 2021-11-27 12:43:14 +01:00
callebtc
3fd66f38da rename endpoint to avoid collision 2021-11-27 12:42:19 +01:00
Stefan Stammberger
3831bca9e2 fix: cleanup core/views/generic.py
* Fixed withdraw endpoint query params access
    was: request.query_params.get("usr")
    corrected: request.query_params.get("usr")
* Added missing response classes
* Removed old comments and commeted out code
* Deleted the unused auth_bearer.py file
2021-11-27 10:13:32 +01:00
Arc
ed198d3e7d Merge pull request #435 from arcbtc/FastAPI
Cleanup and black
2021-11-26 05:59:10 +00:00
benarc
56397026c8 Chore, applied black 2021-11-26 05:58:20 +00:00
Stefan Stammberger
efec7cb8f0 Revert "chore: apply black to all .py files"
This reverts commit 83b7779972.
2021-11-26 05:56:30 +00:00
Tiago vasconcelos
cfac70d394 general cleanup and unused imports removal 2021-11-25 18:52:16 +00:00
Tiago vasconcelos
2b0bd43974 clean prints 2021-11-25 17:26:46 +00:00
Tiago vasconcelos
b33f0ecae2 request issues again 2021-11-25 17:24:03 +00:00
Tiago vasconcelos
ae50b909eb again 2021-11-25 17:19:49 +00:00
Tiago vasconcelos
98a55bf0df request client 2021-11-25 17:12:41 +00:00
Tiago vasconcelos
4fff5c3b7a missing request 2021-11-25 17:08:20 +00:00
Tiago vasconcelos
1b29eb9f75 fix lnaddress 2021-11-25 16:24:11 +00:00
Stefan Stammberger
83b7779972 chore: apply black to all .py files 2021-11-24 14:31:55 +01:00
Arc
d93aecf960 Merge pull request #433 from arcbtc/FastAPI
fixed lnaddress for testing
2021-11-24 11:22:25 +00:00
benarc
3b80ff5171 disabled lnaddress 2021-11-24 11:20:56 +00:00
Tiago vasconcelos
c441c765b2 fix lnaddress not showing 2021-11-24 10:52:34 +00:00
Arc
c8e2aba451 Merge pull request #432 from arcbtc/FastAPI
added lnaddresss for testing
2021-11-24 10:11:37 +00:00
benarc
e44b5051b5 added 10 min check 2021-11-24 10:11:00 +00:00
benarc
5cb392e5dc changed min to 10 2021-11-24 10:10:02 +00:00
Arc
66c192d6f2 Merge pull request #431 from arcbtc/FastAPI
added lnaddresss for testing
2021-11-24 10:03:41 +00:00
benarc
947d169baa refresh paylinks after create 2021-11-24 10:02:56 +00:00
Arc
b9f3f35718 Merge pull request #430 from arcbtc/FastAPI
added lnaddresss for testing
2021-11-24 09:57:05 +00:00
benarc
f1dea9fc9b weighted chance to account for transaction fees 2021-11-24 09:56:24 +00:00
Arc
09ccf01fbb Merge pull request #429 from arcbtc/FastAPI
added lnaddresss for testing
2021-11-24 08:56:13 +00:00
benarc
246942509c added lnaddress for testing 2021-11-24 08:54:28 +00:00
benarc
b122debd8c Merge remote-tracking branch 'arcbtc/lnaddress' into FastAPI 2021-11-24 08:42:14 +00:00
Arc
74eb496d67 Merge pull request #428 from arcbtc/FastAPI
merge
2021-11-23 11:04:28 +00:00
benarc
bc0b64a3fb Fixed lnurlpos links not showing 2021-11-23 11:03:57 +00:00
Arc
e2d1e3d261 Merge pull request #427 from arcbtc/FastAPI
merge
2021-11-23 10:28:13 +00:00
Tiago vasconcelos
1406949ceb added postgres convertion and updated guide 2021-11-18 11:33:26 +00:00
Tiago vasconcelos
2676e136cb Merge branch 'FastAPI' of https://github.com/arcbtc/lnbits into FastAPI 2021-11-17 21:20:53 +00:00
Tiago vasconcelos
3f8d1a6fb5 fix withdraw routes order 2021-11-17 21:20:48 +00:00
Stefan Stammberger
d8e4237961 fix: TipJar wallet access bug 2021-11-17 14:33:23 +01:00
Tiago vasconcelos
2485e8eabf fix url_for no allowing query params 2021-11-17 12:56:43 +00:00
Charles Hill
4c77d6f11e Fix Bleskomat extension for FastAPI branch 2021-11-16 11:59:34 -03:00
Arc
1cd7823998 Merge pull request #423 from arcbtc/FastAPI
Posgres support
2021-11-15 21:31:05 -06:00
benarc
1ee50006e8 fixed bug 2021-11-16 03:30:37 +00:00
Arc
6da1aec2b9 Merge pull request #422 from arcbtc/FastAPI
Posgres support
2021-11-15 21:26:34 -06:00
benarc
a58924184e Fixed bug 2021-11-16 03:25:13 +00:00
Arc
05299224ee Merge pull request #421 from arcbtc/FastAPI
Posgres support
2021-11-15 21:19:12 -06:00