Commit Graph

  • 54881d777e lnurl-auth: show wallet name on modal. fiatjaf 2020-11-11 22:43:01 -0300
  • b7e337b0ee lnurl-auth: show the correct wallet linking_key on modal. fiatjaf 2020-11-11 22:42:40 -0300
  • b794f8302d lnurl-auth: hashing_key -> linking_key. fiatjaf 2020-11-11 22:37:55 -0300
  • 805000cd06 fix ecdsa signing because these libraries are too naïve. fiatjaf 2020-11-11 02:41:30 -0300
  • bb94dc6526 fix perform_lnurl error handling. fiatjaf 2020-11-10 23:01:55 -0300
  • d4e30356c7 fix: return "message" instead of "error" so it is handled better at the client. fiatjaf 2020-11-10 22:59:50 -0300
  • 4456dd6f59 catch stderr when running git subprocess outside of a git repo. fiatjaf 2020-11-10 22:29:52 -0300
  • eaec3480e6 lnurl-auth from lnbits wallets to services. fiatjaf 2020-11-10 00:25:46 -0300
  • 8f1ae1646e opennode: fix webhook handling (json -> urlencoded data). fiatjaf 2020-11-09 09:38:06 -0300
  • d75c69cd10 fixed first opennode bug benarc 2020-11-08 23:15:27 +0000
  • 2e12c0ba3c lnurlp: actually fix what the previous commit did not. fiatjaf 2020-11-03 19:47:13 -0300
  • 8947358c80 lnurlp: fix ?amount satoshi -> msatoshi conversion. fiatjaf 2020-11-03 19:12:10 -0300
  • 091f9b74f3 Fixed LNURL bug benarc 2020-11-02 21:15:47 +0000
  • cf3c5d83fe Fixed LNURLw QR bug benarc 2020-11-02 15:52:56 +0000
  • 2d2ba0bcf2 initial commit atmext benarc 2020-10-29 13:06:24 +0000
  • 2863653261 lnurlp: accept comments, USD prices, min/max ranges. fiatjaf 2020-10-22 15:58:15 -0300
  • 2552fd8fc9 internal payments get reported on async listeners. fiatjaf 2020-10-22 15:36:37 -0300
  • a773584f6f tags and extras metadata in payment details dialog. fiatjaf 2020-10-21 09:50:45 -0300
  • 85ec111ff0 return proper error codes on /lnurlscan fiatjaf 2020-10-20 23:19:22 -0300
  • 52619ecc0f improve querystring handling on lnurl fallback scheme. fiatjaf 2020-10-18 13:33:05 -0300
  • 11e04e4314 fix CSS bundle order issue. fiatjaf 2020-10-17 15:24:22 -0300
  • 32d75f7a60 support the lnurl fallback scheme. fiatjaf 2020-10-17 15:23:58 -0300
  • 435f5405c6 minor prettier change. fiatjaf 2020-10-16 14:45:28 -0300
  • a46ca45de0 some readme and docs clarification. fiatjaf 2020-10-15 23:12:32 -0300
  • 9cb58833ad make httpx calls async when doing them from view functions. fiatjaf 2020-10-15 12:58:37 -0300
  • c81e61e4fe guards and safety timeouts around paymentChecker intervals. fiatjaf 2020-10-15 12:32:28 -0300
  • bdbb58b2b0 wrap memo columns in payments table. fiatjaf 2020-10-15 00:59:00 -0300
  • be7d36214a use payments/sse on the core wallet UI. fiatjaf 2020-10-15 00:18:56 -0300
  • f02ec67f35 add lntxbot invoices listener. fiatjaf 2020-10-14 23:58:57 -0300
  • d528d4e09e fix: wallet layout. fiatjaf 2020-10-14 23:13:55 -0300
  • ec4b558638 fix: domain variable assignment in pay_lnurl. fiatjaf 2020-10-14 22:44:23 -0300
  • 0dc60d4795 increase timeouts for http wallets when stuff may take more than 5 seconds. fiatjaf 2020-10-13 20:37:39 -0300
  • 3a56aaa3ad
    Merge pull request #113 from lnbits/lnurl fiatjaf 2020-10-13 20:31:00 -0300
  • e1501e8ed6 fix bug with lnurl-withdraw dialog being skipped directly to the previous invoice shown. fiatjaf 2020-10-13 15:20:58 -0300
  • 1529ebb689 lnurlpay comment. fiatjaf 2020-10-13 15:18:34 -0300
  • bcdc065cc0 mypy fixes. fiatjaf 2020-10-13 14:46:23 -0300
  • cf0bd7ece8 displaying lnurlpay success_actions. fiatjaf 2020-10-13 13:57:26 -0300
  • c6bd060d19 docs: fix typo in command Gabriel Comte 2020-10-13 10:31:53 +0200
  • 8d135489ab fix: invoice parsing JS bug from the lnurl implementation. fiatjaf 2020-10-12 23:17:50 -0300
  • 69063190ab also catch httpx.ConnectError whenever we do catch httpx.RequestError. fiatjaf 2020-10-12 22:25:55 -0300
  • bc2207ba27 actually paying and withdrawing with lnurl. fiatjaf 2020-10-12 18:15:27 -0300
  • 3cd15c40fc lnurl-pay and lnurl-withdraw UI. fiatjaf 2020-10-11 22:19:27 -0300
  • 7a5159f293 send/create/scan buttons for clear LNURL support. fiatjaf 2020-09-20 23:58:02 -0300
  • fa8713de17 move scan to outside of receive. Arc 2020-09-20 23:50:02 -0300
  • b1f30390b0 retrieve preimage from wallet backends, save it and show on UI dialog. fiatjaf 2020-10-12 23:18:37 -0300
  • f2ea8a0c74 fix lndrest payment checking: b64/hex mismatch. fiatjaf 2020-10-12 23:16:16 -0300
  • b5a07c7ae7 add status() method to wallets to be used in initial check. fiatjaf 2020-10-12 22:25:55 -0300
  • d5d85d16e6 fix: auth headers variable name on opennode.py fiatjaf 2020-10-12 20:58:53 -0300
  • 2894944b1e pending=False on /sse payments. fiatjaf 2020-10-09 22:05:39 -0300
  • 31820e041c /sse returns payment as objects instead of arrays. fiatjaf 2020-10-09 21:08:01 -0300
  • 1d00060419 harden sse connections to backends a little. fiatjaf 2020-10-09 20:55:58 -0300
  • 7f41d73a84 SSE-based invoices stream for LNbitsWallet. fiatjaf 2020-10-09 17:06:50 -0300
  • f638a1088e lnurlp: fix querystring handling in success_url. fiatjaf 2020-10-09 16:40:49 -0300
  • ea3418c21d lnurlp: support success_text and success_url. fiatjaf 2020-10-09 16:17:16 -0300
  • f6bcff01f4 presort vendored paths list. fiatjaf 2020-10-08 22:10:17 -0300
  • 33fa540744 adjust docs to match 91853 fiatjaf 2020-10-08 21:51:40 -0300
  • 6f72f1fe6d fix typo: LND_MACAROON -> LND_REST_MACAROON fiatjaf 2020-10-08 16:24:20 -0300
  • 76633fb71f lndrest: check last 20 payments instead of first 20. fiatjaf 2020-10-08 16:08:11 -0300
  • 9185342c72 simplify environment variables required. fiatjaf 2020-10-08 16:03:18 -0300
  • fc6e49b821 Change .env variable names to match lnbits.py HamishMacEwan 2020-10-07 17:07:17 +1300
  • 35f8e3334c fix typo: LnbitsWallet -> LNbitsWallet. fiatjaf 2020-10-06 23:04:25 -0300
  • 0b1f3c22e0 lndhub: fix "token" -> "refresh_token". fiatjaf 2020-10-06 21:53:43 -0300
  • 24c8201920 add current git commit to summary. fiatjaf 2020-10-06 17:42:33 -0300
  • 9a16dfa960 remove annoying warnings and unnecessary prints. fiatjaf 2020-10-06 12:59:06 -0300
  • c5352c0309 register channel listeners instead of callbacks. fiatjaf 2020-10-06 01:50:55 -0300
  • 95e8573ff8 SSE endpoint for paid invoices. fiatjaf 2020-10-06 00:39:54 -0300
  • 4e68a0e7e6 lndrest: two small fixes. fiatjaf 2020-10-05 22:43:49 -0300
  • 16541d40c6 show more data in txinfo modal and fee on main table. fiatjaf 2020-10-05 22:37:40 -0300
  • bb965e4119 lndrest: account for when there are pending checking_ids from other sources. fiatjaf 2020-10-05 22:16:28 -0300
  • 5ead82f57c fix /lnurlwallet again. db.commit() and wait 3 seconds. fiatjaf 2020-10-05 20:32:52 -0300
  • 1eac618a25 lnurlp: allow creation of pay_links without webhook_url. fiatjaf 2020-10-05 20:12:24 -0300
  • e1744caec5
    Merge pull request #101 from lnbits/invoice-listeners fiatjaf 2020-10-05 13:40:31 -0300
  • 39c331a7b9 fix opennode stupid syntax errors. fiatjaf 2020-10-05 08:46:20 -0300
  • 6e6ce093f0 guard against lndrest URLs without a leading http... fiatjaf 2020-10-05 08:45:57 -0300
  • 1ce9936561 better handling of missing dependencies on lndgrpc. fiatjaf 2020-10-05 08:45:32 -0300
  • e408febf97 hypercorn -k trio fiatjaf 2020-10-04 23:06:28 -0300
  • c3ded859df fix requirements after rebase. fiatjaf 2020-10-04 12:10:56 -0300
  • f5b8ed8fc6 make lndgrpc work using the purerpc library and a manually-declared method. fiatjaf 2020-10-04 00:22:37 -0300
  • 9994e61615 migrate to trio so c-lightning sockets stop hanging. fiatjaf 2020-10-03 21:57:14 -0300
  • e74cf33f90 broken invoice listener on c-lightning and other fixes around wallets. fiatjaf 2020-10-03 17:27:55 -0300
  • b3c69ad49c invoice listeners support on lnd and other fixes around wallets/ fiatjaf 2020-10-02 17:13:33 -0300
  • 90c640b659 fix async so now it is a mess that works. fiatjaf 2020-10-02 17:12:49 -0300
  • 28e6f40bea async fixes on _invoice_listener. fiatjaf 2020-09-30 23:43:27 -0300
  • bbe8d05af4 migrate from aiohttp to httpx following master. fiatjaf 2020-09-29 22:04:51 -0300
  • 2c92205703 async invoice listeners through webhooks: lnpay and opennode. fiatjaf 2020-09-29 00:52:27 -0300
  • 74117ffc57 lnurlp webhooks. fiatjaf 2020-09-28 00:54:15 -0300
  • 04222f1f01 basic invoice listeners. fiatjaf 2020-09-27 23:12:55 -0300
  • e2f6c20e3b update docs so master is runnable. fiatjaf 2020-10-02 14:53:55 -0300
  • 08b2ce5c05 update requirements.txt fiatjaf 2020-10-02 08:40:50 -0300
  • 5971eefe44 Fixed register page blank bug benarc 2020-10-01 19:44:04 +0100
  • a11b967ffc Merge remote-tracking branch 'origin/master' benarc 2020-10-01 19:40:16 +0100
  • f6e6bf73d3
    Pointed people towards a stable release Arc 2020-10-01 18:12:29 +0100
  • 8e1b8daf36 Replacing envs in settings breaks thing GUIadmin benarc 2020-10-01 10:12:40 +0100
  • b24568d809 Admin ext working adminvar benarc 2020-10-01 10:11:03 +0100
  • 04f69ee16d admin ext working benarc 2020-10-01 10:08:59 +0100
  • d5d92ef1c2 Extension updates admin tables benarc 2020-09-30 20:34:32 +0100
  • f2619a4bbc piplockupdtae benarc 2020-09-30 19:22:19 +0100
  • 88b8826bfd fix balance calculation vue glitch. fiatjaf 2020-09-29 20:04:02 -0300
  • 211ac0391b overengineered async fix for /lnurlwallet internal hanging. fiatjaf 2020-09-29 18:24:08 -0300
  • e0b8470d40 show unpaid invoices, balance calculated on server-side so isn't affected. fiatjaf 2020-09-29 15:43:11 -0300