Commit Graph

714 Commits

Author SHA1 Message Date
fiatjaf
28e6f40bea async fixes on _invoice_listener. 2020-10-04 12:05:01 -03:00
fiatjaf
bbe8d05af4 migrate from aiohttp to httpx following master. 2020-10-04 12:04:59 -03:00
fiatjaf
2c92205703 async invoice listeners through webhooks: lnpay and opennode. 2020-10-04 12:04:49 -03:00
fiatjaf
74117ffc57 lnurlp webhooks. 2020-10-04 12:04:49 -03:00
fiatjaf
04222f1f01 basic invoice listeners. 2020-10-04 12:04:47 -03:00
benarc
5971eefe44 Fixed register page blank bug 2020-10-01 19:44:04 +01:00
fiatjaf
88b8826bfd fix balance calculation vue glitch. 2020-09-29 20:04:02 -03:00
fiatjaf
211ac0391b overengineered async fix for /lnurlwallet internal hanging. 2020-09-29 18:24:08 -03:00
fiatjaf
e0b8470d40 show unpaid invoices, balance calculated on server-side so isn't affected. 2020-09-29 15:43:11 -03:00
Eneko
f60cebb072
fix: add missing assets command (#100) 2020-09-28 23:11:59 +02:00
benarc
d8da88aefa Fixed QR codes not printing 2020-09-28 16:59:20 +01:00
fiatjaf
49baa07141 fix proxyfix. 2020-09-28 00:21:53 -03:00
Eneko Illarramendi
098089af75 PREFER_SECURE_URLS, get rid of FORCE_HTTPS hacks. 2020-09-24 13:08:59 -03:00
fiatjaf
39cd96594e pass appropriate parameters to create_payment on lnurlwallet. 2020-09-24 13:09:02 -03:00
fiatjaf
ef0bdf8363 mypy quibbles. 2020-09-16 20:24:17 -03:00
fiatjaf
75047c5bc3 fix static extensions js url. 2020-09-16 20:21:42 -03:00
fiatjaf
2b38207100 mimic x_proto, x_host params from old ProxyFix. 2020-09-15 17:19:34 -03:00
fiatjaf
6928f431a7 poor man's flask-assets. 2020-09-15 15:54:05 -03:00
fiatjaf
3a0762ff82 proxy fix (x-forwarded-...). 2020-09-14 23:56:25 -03:00
fiatjaf
42c6620a07 quart run settings and hypercorn on docker/Procfile. 2020-09-14 23:28:14 -03:00
fiatjaf
f01028eac7 migrate from flask to quart.
also remove all flaskiness from static file serving.
and reference all vendored scripts on the base tempĺate for simplicity.
2020-09-14 16:03:25 -03:00
fiatjaf
f452b9c00d withdraw: replace location.hostname with location.host.
fixes https://github.com/lnbits/lnbits/issues/88
2020-09-14 15:46:25 -03:00
fiatjaf
1e2dd412c7 lnurlp: remove wrong /pay/ segments from docs. 2020-09-14 09:35:58 -03:00
fiatjaf
e6ad42dbe1 update prettier to 2.1.1 2020-09-14 09:14:51 -03:00
fiatjaf
1faf0b152c remove annoying print(). 2020-09-13 21:48:46 -03:00
fiatjaf
f4fffc19aa lndhub extension frontend. 2020-09-12 21:55:13 -03:00
fiatjaf
6210305791 checking pending invoices and payments from lndhub interface. 2020-09-12 21:55:13 -03:00
fiatjaf
ce038193cf lndhub extension backend. 2020-09-12 21:55:13 -03:00
fiatjaf
5ac91ee2cf db commits at the right places when sending payments.
fixing vulnerabilities introduced in https://github.com/lnbits/lnbits/pull/90
2020-09-11 21:25:44 -03:00
fiatjaf
4855e2cd3d make every request a database transaction. 2020-09-11 14:17:09 -03:00
fiatjaf
487f082eb2 take extra care on check_internal() 2020-09-11 14:17:09 -03:00
frennkie
a8e1aa3154
Consider port number on lnurlp URL
fix #86
2020-09-09 21:43:34 -03:00
fiatjaf
130beaf38a fix undeclared ok error. 2020-09-06 23:39:46 -03:00
fiatjaf
ab6229806c fix: column is called hash, not payment_hash. 2020-09-06 22:15:29 -03:00
Eneko Illarramendi
d62031b068 chore: let's just call it flask_migrate
I think it should stay, because it can come handy for some deployment methods.
2020-09-06 21:06:01 -03:00
Eneko Illarramendi
1bc5e144d3 refactor: clean up __init__ file following some Flask conventions
Flask extensions are loaded in a way that makes them easily reusable by blueprints.
In this commit we are also adding `environs` to manage .env and settings:
breaking changes!

- FLASK_APP=lnbits.app
- LNBITS_ALLOWED_USERS needs to be empty now to allow all users (NOT "all")
2020-09-06 21:06:01 -03:00
fiatjaf
ffa3c3f6a6 python -m lnbits 2020-09-04 21:33:30 -03:00
fiatjaf
b8de30423f remove walrus operator because python3.7 2020-09-04 21:33:30 -03:00
fiatjaf
c965bca41d migration tracking. 2020-09-04 21:33:30 -03:00
Eneko Illarramendi
f238b3d1ef fix: TypedDict import 2020-09-04 21:24:30 +02:00
fiatjaf
8b7028d728 add VoidWallet and make it the default. 2020-09-03 21:43:32 -03:00
Eneko Illarramendi
23cfe0d417 chore: update github workflows 2020-09-03 23:10:41 +02:00
Eneko Illarramendi
a651f747ac chore: remove gunicorn and gevent from minimum requirements
It is now up to the user to install these (or other) for production deployment.
More info: https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/#run-with-a-production-server
2020-09-03 19:38:01 +02:00
fiatjaf
dcd3f80974 fix: invoice.payee is None by default. 2020-09-03 08:53:17 -03:00
fiatjaf
dc3d96c6a8 fix many mypy complaints, specially on bolt11.py 2020-09-02 22:21:56 -03:00
fiatjaf
ce28db76c9 add a dialog with payment details for each payment.
for outgoing payments this needs a preimage to be good,
but we don't have it yet because we don't get it from
backends.
2020-09-02 19:19:19 -03:00
fiatjaf
197af922d0 use {"tag": ext} for extension-related payments. 2020-09-02 12:44:54 -03:00
fiatjaf
4447a48724 deleting expired invoices based on their actual expiry date.
also fixes a possible bug that could have caused pending outgoing
payments to be deleted and affecting the balance. probably never happened.
2020-09-02 11:10:48 -03:00
fiatjaf
d2650d6e2c don't try to check payments that start with temp_ or internal_. 2020-09-02 11:10:48 -03:00
fiatjaf
b56877d470 make db.py context manager operate in a transaction. 2020-09-02 11:10:48 -03:00
fiatjaf
bf3c44b3c4 extra fields on apipayments + index payments by payment_hash 2020-09-02 11:10:48 -03:00
arcbtc
c96b22664e internal payments. 2020-09-02 11:10:48 -03:00
Eneko Illarramendi
d4f957a5c8 chore: update js vendors 2020-09-02 14:39:20 +02:00
fiatjaf
b4a6b45645 only check pending payments on "check_pending". 2020-08-31 22:55:19 -03:00
fiatjaf
fadddc995a get_wallet_payments with more fine-grained, explicit filters. 2020-08-31 22:16:19 -03:00
fiatjaf
d09e624eb6 fix: wallet.balance computed property self-reference. 2020-08-31 16:19:27 -03:00
fiatjaf
5d523519c3 bring back code mysteriously deleted in 79d5befe0c
fixes https://github.com/lnbits/lnbits/issues/73
2020-08-31 00:09:34 -03:00
fiatjaf
68b0adfe66 fix: description_hash as an optional param to create_invoice.
fixes https://github.com/lnbits/lnbits/issues/74
2020-08-30 23:54:50 -03:00
fiatjaf
660d56d400 run black on everything. 2020-08-30 23:19:43 -03:00
fiatjaf
2cecaa229b bolt11.py now supports everything. 2020-08-30 17:40:28 -03:00
fiatjaf
ac20e06dc3 fix: correct db.cursor() usage on lnurlp. 2020-08-29 22:33:01 -03:00
fiatjaf
79d5befe0c mypy on Makefile and apply prettier. 2020-08-29 14:10:26 -03:00
fiatjaf
479760c5a5
Merge pull request #43 from fiatjaf/lnurlpayserver
description_hash support, spark backend and lnurlp extension.
2020-08-29 14:02:59 -03:00
fiatjaf
3ce1e72e10 lnurlp lnurl explanation slightly different from lnurlw. 2020-08-29 14:06:07 -03:00
fiatjaf
1e4f39954e fix: spark create_invoice error case. 2020-08-29 13:48:16 -03:00
fiatjaf
01b19add79 format: prettier lnurlp files. 2020-08-29 13:41:59 -03:00
fiatjaf
96b80fb3fc lnurlp: store description as memo. 2020-08-29 13:11:19 -03:00
fiatjaf
3645e0ac38 fix: lnpay invoices with description_hash. 2020-08-29 13:04:11 -03:00
fiatjaf
0c7284be31 description_hash fix. 2020-08-29 12:23:17 -03:00
fiatjaf
0de08dda0b add spark backend and fix c-lightning. 2020-08-29 12:23:01 -03:00
fiatjaf
a79ec8f4a4 lnurlp extension. 2020-08-28 23:03:12 -03:00
arcbtc
6cf488ea4f Fixed lnurlw bugs 2020-08-19 08:49:52 +01:00
Arc
5650731bce
Update index.html 2020-08-16 23:25:54 +01:00
Arc
53d65c0258
Update index.html 2020-08-16 23:22:32 +01:00
Arc
c4db2d5c28
Update index.html 2020-08-16 23:21:44 +01:00
arcbtc
b97595b06d Added "quick vouchers" option to withdraw ext 2020-08-16 22:46:06 +01:00
arcbtc
dd2a282158 Fixed migration bug 2020-08-13 23:43:42 +01:00
arcbtc
3c7e4a3eaf Fixed events migration 2020-08-13 22:01:33 +01:00
arcbtc
2d580a0d0e Fixed lntickets migration 2020-08-13 21:49:50 +01:00
arcbtc
97a13526d9 Made print outs bigger 2020-08-10 19:44:55 +01:00
arcbtc
c56784340e LNtickets now works 2020-08-10 19:08:44 +01:00
arcbtc
0603e525ff Fixed LNticket extension 2020-08-10 19:06:56 +01:00
arcbtc
410e96771e Events extension works
Little bug fix
2020-08-10 15:39:04 +01:00
arcbtc
784a2dd876 Events extension now works 2020-08-10 15:27:30 +01:00
Robert Habermann
1e36a8a393 add missing protocol (to ensure http - or more likely - https://) 2020-08-02 20:01:07 +02:00
benarc
c17ac32c86 Fixed LNURLw migration 2020-07-22 20:17:37 +01:00
benarc
c73fbe1b27 Fixed unique LNURLw for print 2020-07-20 22:08:54 +01:00
benarc
2ddc23de04 LNURLw fix 2020-07-20 21:32:55 +01:00
benarc
294beb2fca Updated Withdraw extension to handle unique facets 2020-07-20 21:03:23 +01:00
frennkie
68e41789ce
Update index.js
`location.host` contains the hostname and the port while `location.hostname` is only the hostname
2020-07-12 16:24:18 +02:00
fiatjaf
24dc6e5415 fix validation rules so description_hash works. 2020-07-04 22:28:08 -03:00
fiatjaf
bc27293315 support description_hash across all APIs. 2020-07-03 20:04:04 -03:00
benarc
95b0ba536b Prettier 2020-06-15 16:53:34 +01:00
benarc
5e81c64831 Usermanager extension update 2020-06-15 16:35:30 +01:00
benarc
d56c2627f4 Endpoint for updating user extensions vie usermanager 2020-06-15 16:30:24 +01:00
Dennis Reimann
c3281399d2
Improve setup instructions and README
- README cleanups and link to documentation
- Improve dev setup instructions
- Fix js linting errors
- Move local setup instructions to installation docs
- Project link fix, closes #42
- Notes about frontend
- Clarify different LND backends
2020-06-12 20:58:37 +02:00
Eneko Illarramendi
8ea72c9934 feat: add CORS headers 2020-05-18 23:33:07 +02:00
Eneko Illarramendi
aed2414f3a fix: show better errors when a LNURL-withdraw wallet cannot be created, closes #39 2020-05-18 06:33:02 +02:00
benarc
76f17d8594 Removed API docs for Support Tickets 2020-05-11 13:21:03 +01:00
benarc
85e617aae9 Updated redme 2020-05-11 13:14:25 +01:00
benarc
68d94a43d0 Support Ticket name change 2020-05-11 13:11:36 +01:00
benarc
a54bff6640 Changed extension name to Support Tickets 2020-05-11 12:34:35 +01:00
benarc
d2874a90e9 Working Events extension 2020-05-11 12:34:35 +01:00
benarc
9af4161679 Redirect feedback 2020-05-10 18:46:58 +01:00
benarc
76510b7892 Events extension mostly functional
Can register attendees via camera
2020-05-10 18:10:45 +01:00
benarc
ea3b858695 Replaced events extension with almost working vuejs one 2020-05-09 22:27:11 +01:00
Eneko Illarramendi
41277e6931 fix(paywall): disable create button when an invoice already exists 2020-05-09 22:52:30 +02:00
Eneko Illarramendi
8add56a24c feat: allow limiting the use of LNbits to some user uuids
The `LNBITS_ALLOWED_USERS` env var can be used to limit access
to the application to some uuids only. "all" gives open access.
UUIDs should be comma separated.
2020-05-09 22:30:33 +02:00
Arc
e768e4b075
Update views_api.py 2020-05-09 18:07:31 +01:00
Arc
a40823de43
Update lntxbot.py 2020-05-09 17:29:24 +01:00
Arc
6f4cac0c41
Update index.html 2020-05-08 22:19:43 +01:00
Arc
13f01dfbe6
Add files via upload 2020-05-08 21:03:18 +01:00
Eneko Illarramendi
14d61eaf56 feat(withdraw): type casting 2020-05-08 21:12:31 +02:00
Eneko Illarramendi
63b9741c14 feat(tpos): type casting 2020-05-08 21:11:59 +02:00
Eneko Illarramendi
22451ca806 fix: allow empty values (nullable) 2020-05-08 21:10:04 +02:00
Eneko Illarramendi
e73a508011 feat(paywall): improved extension
- make remember cookie optional
- improve database
- improve type casting
2020-05-08 21:05:32 +02:00
Arc
2fac47c05a
Update _api_docs.html 2020-05-05 20:53:13 +01:00
Arc
b8dd151043
Updated api docs to include listing specific LNURL 2020-05-05 20:07:54 +01:00
Eneko Illarramendi
42d307adf9
Merge pull request #38 from fiatjaf/adminkey-to-inkey
allow inkey endpoints to be accessed with adminkeys.
2020-05-05 11:09:02 +02:00
fiatjaf
c3ce18c8d9 allow inkey endpoints to be accessed with adminkeys. 2020-05-05 05:46:05 -03:00
Eneko Illarramendi
9eb253fe55 fix: typo 2020-05-04 17:34:53 +02:00
Eneko Illarramendi
b37af0c600 feat: use github pages and jekyll for docs 2020-05-04 17:20:36 +02:00
Eneko Illarramendi
a61d346669 chore: update js vendors 2020-05-04 15:33:39 +02:00
fiatjaf
4730500ed7 apply prettier to everything. 2020-05-03 13:55:17 -03:00
Eneko Illarramendi
083f7a0a8d chore: use standard library's HTTP status codes 2020-05-03 15:57:05 +02:00
Arc
3a1167c892
Rename config.json.example to config.json 2020-05-02 20:17:33 +01:00
Eneko Illarramendi
2c5e539795 refactor: make some wallet dependencies optional 2020-05-02 19:16:10 +02:00
Arc
5553ed82f0
Update index.html 2020-05-01 09:48:00 +01:00
Arc
9fadb68fed
Update index.html 2020-05-01 06:28:45 +01:00
Arc
d496869572
Update _api_docs.html 2020-05-01 06:12:55 +01:00
Arc
9f33ed49e5
Update README.md 2020-05-01 06:12:20 +01:00
Arc
ea480866ea
Update README.md 2020-05-01 06:10:44 +01:00
Arc
690b33e096
Rename config.json to config.json.example 2020-05-01 06:10:16 +01:00
Arc
d72678972d
Add files via upload 2020-05-01 06:09:51 +01:00
Eneko Illarramendi
8dfdd15adb fix: self host icon fonts 2020-04-29 13:24:49 +02:00
Robert Habermann
0847a1c933 add lightning scheme check 2020-04-27 23:13:42 +02:00
Arc
f731bd766e
Update and rename config.json to config.json.example 2020-04-27 22:01:21 +01:00
Arc
59819e2875
Update _api_docs.html 2020-04-27 21:08:31 +01:00
Arc
e7184346ab
Update _api_docs.html 2020-04-27 21:08:17 +01:00
Arc
1516a14a0d
Added warning to use https or TOR for lnurl 2020-04-27 17:43:15 +01:00
Eneko Illarramendi
c3e337a319 fix: mypy errors 2020-04-26 16:58:29 +02:00
Arc
976a3d4e5c
Update lndrest.py 2020-04-26 01:10:57 +01:00
Eneko Illarramendi
4b4a297c3f refactor(paywall): remove unnecessary hashing paranoia 2020-04-25 23:55:07 +02:00
Arc
5d128523c7
Update lndrest.py 2020-04-25 22:41:27 +01:00
Arc
99cfdd5531
Update __init__.py 2020-04-25 22:11:27 +01:00
Arc
435f9c9773
Add files via upload 2020-04-25 22:10:45 +01:00
Eneko Illarramendi
ab190454f4 fix: LNbits backend wallet 2020-04-25 20:13:49 +02:00
Eneko Illarramendi
efd2cb7170 fix: use a fee reserve and actual wallet fees 2020-04-24 22:45:09 +02:00
Eneko Illarramendi
97f4fabea1 fix: create temporal payments to keep balance updated 2020-04-24 14:56:10 +02:00
Eneko Illarramendi
897644956a feat: only dhow disclaimer if SERVICE_FEE has been set 2020-04-23 21:25:55 +02:00
Eneko Illarramendi
f02526585f docs: add LNbits logos to repo 2020-04-23 18:42:27 +02:00
Eneko Illarramendi
4bf93d36c6 refactor: change the WITH_ONION env var and use FORCE_HTTPS instead 2020-04-23 18:37:22 +02:00
Eneko Illarramendi
e461e34fc0 feat(vue): move confirmDialog to LNbits.utils so we can reuse the styling 2020-04-23 07:32:45 +02:00
Eneko Illarramendi
1978cafe44 chore: update supporter logos 2020-04-23 07:23:45 +02:00
Arc
cd22aaded9
Update index.html 2020-04-22 20:55:51 +01:00
Eneko Illarramendi
498eceeb46 feat: use dynamic root in api docs 2020-04-22 21:49:31 +02:00
Arc
39041ffb5a
Update _api_docs.html 2020-04-22 20:41:18 +01:00
Arc
0c88aa8fcf
Update views_api.py 2020-04-22 19:47:30 +01:00
Eneko Illarramendi
eb938c11a8 chore(paywall): minor updates 2020-04-21 23:47:21 +02:00
Eneko Illarramendi
b1da103080 chore: minor tweaks 2020-04-21 23:47:21 +02:00
Eneko Illarramendi
d90ae26062 style: icon change 2020-04-21 23:43:15 +02:00
Eneko Illarramendi
403385c205 feat: paywall extension 2020-04-21 23:42:41 +02:00
Eneko Illarramendi
fd4dc6c48f chore: remove pending macaroon mentions 2020-04-21 23:22:01 +02:00
Eneko Illarramendi
e1c5e970c4 feat: allow disabling extensions at installation level 2020-04-21 23:17:11 +02:00
Eneko Illarramendi
f12f52db2d fix: homepage bug 2020-04-21 23:17:11 +02:00
Eneko Illarramendi
8d328c5465 refactor: remove legacy code 2020-04-21 23:17:11 +02:00
Eneko Illarramendi
efb9deb028 feat: remove FEE_RESERVE 2020-04-21 23:17:11 +02:00
Eneko Illarramendi
5806beaeb7 feat(core): move disclaimer to wallet page 2020-04-21 23:15:50 +02:00
Eneko Illarramendi
d917feeb02 feat: prepare for deploying to Dokku 2020-04-21 23:13:37 +02:00
Eneko Illarramendi
efbba20872 style: minor tweaks 2020-04-21 23:13:37 +02:00
Eneko Illarramendi
93e51a7398 fix: wallet button 2020-04-21 23:13:37 +02:00
Eneko Illarramendi
364b6dc857 fix(vue): use @submit to send forms, and catch users pressing return 2020-04-21 08:16:56 +02:00
Arc
409122271a
Update index.html 2020-04-20 15:29:01 +01:00
Arc
07b4d52432
Update index.html 2020-04-20 15:27:46 +01:00
Arc
ae778c19a1
Update index.js 2020-04-20 15:27:02 +01:00
Arc
65c17488e3
Update index.html 2020-04-20 14:19:38 +01:00
Arc
98f7dc8eff
Add files via upload 2020-04-20 14:00:38 +01:00
Arc
6bdf4e22e4
Delete quick.gif 2020-04-20 13:56:18 +01:00
Arc
549976b9d0
Delete stamps.jpg 2020-04-20 13:56:06 +01:00
Arc
f0cbaea0b1
Delete where39.png 2020-04-20 13:55:54 +01:00
Arc
ca08dc2302
Update index.html 2020-04-20 13:48:46 +01:00
Arc
7a1477c056
Update _api_docs.html 2020-04-20 08:37:27 +01:00
Arc
27b02e85db
Update _tpos.html 2020-04-20 08:36:27 +01:00
Arc
d82e06a4f9
Update views_api.py 2020-04-20 08:29:19 +01:00
Arc
39098b2432
Update index.html 2020-04-20 08:28:12 +01:00
Arc
5aab51b78c
Update index.html 2020-04-20 08:27:08 +01:00
Arc
5f9c9c9df6
Create _tpos.html 2020-04-20 08:26:21 +01:00
Arc
40fc7ad08f
Create _api_docs.html 2020-04-20 08:25:45 +01:00
Arc
51587d7de2
Update views_api.py 2020-04-20 08:00:22 +01:00
Eneko Illarramendi
1154d632a2 chore: update currencies list from OpenNode 2020-04-19 23:36:57 +02:00
Arc
1862cccb2a
Update index.js 2020-04-19 20:56:54 +01:00
Arc
c33a45d20e
Update _lnurl.html 2020-04-19 20:54:39 +01:00
Arc
0178097ee6
Added admin to some of the calls 2020-04-19 20:54:11 +01:00
Eneko Illarramendi
57c26ed2bb chore: outline some buttons 2020-04-18 23:17:16 +02:00
Eneko Illarramendi
9e98dae317 chore: update js dependencies 2020-04-18 09:18:56 +02:00
Arc
aa13551bd3
Update config.json 2020-04-18 01:39:10 +01:00
Arc
b52618f6f5
Update config.json 2020-04-18 01:38:25 +01:00
Arc
5c34c23617
Update crud.py 2020-04-18 01:37:31 +01:00
Arc
5b16bd0224
Update migrations.py 2020-04-18 01:37:10 +01:00
Arc
316b2256e4
Update models.py 2020-04-18 01:36:50 +01:00
Arc
10b8f90fcc
Update views_api.py 2020-04-18 01:35:59 +01:00
Arc
b38e6bf566
Update index.html 2020-04-18 01:35:14 +01:00
Eneko Illarramendi
d4c9043278 feat(core): delete expired payments 2020-04-17 21:13:57 +02:00
Eneko Illarramendi
d03e472cc2 feat(core): add search to payments table 2020-04-17 21:13:32 +02:00
Eneko Illarramendi
de75057a15 chore: remove legacy frontend libraries 2020-04-17 20:43:14 +02:00
Eneko Illarramendi
a455379ee1 refactor(tpos): migrate extension 2020-04-17 20:39:23 +02:00
Arc
2d694c6b8a
Update index.html 2020-04-17 18:52:07 +01:00
Arc
3dadf5b54f
Update crud.py 2020-04-17 18:51:24 +01:00
Arc
e330771b44
Update migrations.py 2020-04-17 18:51:06 +01:00
Arc
03a365256f
Update models.py 2020-04-17 18:50:47 +01:00
Arc
83bb184ff3
Update views_api.py 2020-04-17 18:48:17 +01:00
Arc
49c1537b25
Update index.html 2020-04-16 23:26:31 +01:00
Arc
c9ff6c9a4c
Update and rename config.json.example to config.json 2020-04-16 23:03:12 +01:00
Arc
68fbe2dabf
Rename config.json to config.json.example 2020-04-16 22:12:02 +01:00
Arc
d5f4697251
Added Diagon Alley extension 2020-04-16 21:51:17 +01:00
Eneko Illarramendi
fd4dddda6e chore: rename api-key-macaroon 2020-04-16 20:58:16 +02:00
Eneko Illarramendi
a834a64319 refactor(withdraw): migrate extension to Vue 2020-04-16 20:58:16 +02:00
Eneko Illarramendi
dd23b20090 chore: various tweaks 2020-04-16 20:58:16 +02:00
Eneko Illarramendi
490e166f75 refactor: improve database migrations 2020-04-16 20:58:16 +02:00
Arc
6651122bb6
Update _api_docs.html 2020-04-16 12:04:17 +01:00
Arc
764fde012c
Update decorators.py 2020-04-16 12:03:00 +01:00
Arc
abc694307a
Update base.js 2020-04-16 12:02:20 +01:00
Arc
016d07bc4d
Add files via upload 2020-04-14 11:39:54 +01:00
Arc
2f9542bee6
Update index.html 2020-04-14 04:07:47 +01:00
Arc
a637a7f7e7
Update tpos.html 2020-04-14 04:06:19 +01:00
Arc
aff2ab1780
Update index.html 2020-04-14 03:50:01 +01:00
Arc
609f5e8470
Update index.html 2020-04-13 22:33:37 +01:00
Arc
ba9449db23
Update views.py 2020-04-13 22:31:54 +01:00
Arc
1b82df8094
Update tpos.html 2020-04-13 22:31:30 +01:00
Arc
708b2f2652
Update lndgrpc.py 2020-04-13 22:23:42 +01:00
Arc
7a6c87bd8e
Update tpos.html 2020-04-13 21:38:15 +01:00
Arc
a468904356
Update views.py 2020-04-13 21:36:14 +01:00
Arc
11c8e46b26
Update views_api.py 2020-04-13 21:35:35 +01:00
Eneko Illarramendi
af5269e239 refactor: add core.utils for creating and paying invoices
This methods can be used by extensions too.
2020-04-11 23:15:24 +02:00
Eneko Illarramendi
4397a6cab3 feat: use cerberus schemas to validate POST data 2020-04-11 20:16:54 +02:00
Arc
949f816a78
Update index.html 2020-04-10 22:06:56 +01:00
Arc
f40ead9701
Update tpos.html 2020-04-10 22:06:36 +01:00
Arc
ce46e8eb31
Create crud.py 2020-04-10 22:05:50 +01:00
Arc
77d8851009
Create models.py 2020-04-10 22:05:31 +01:00
Arc
d282e6dea6
Update schema.sql 2020-04-10 22:05:11 +01:00
Arc
211b72648b
Update views.py 2020-04-10 22:04:48 +01:00
Arc
e65c0a47bb
Update views_api.py 2020-04-10 22:04:29 +01:00
Eneko Illarramendi
768f0427e7 feat(paywall): extension basics 2020-04-05 12:20:03 +02:00
Eneko Illarramendi
fb7dfb3a32 chore: minor fixes 2020-04-05 12:19:25 +02:00
Arc
089793a486
Update wallet.js 2020-04-04 23:38:52 +01:00
Arc
c866d0572e
Added top margin to modals 2020-04-04 22:53:28 +01:00
Arc
7b962ffc4b
Update views_api.py 2020-04-04 00:35:39 +01:00
Eneko Illarramendi
8dc2143080 chore: update requirements 2020-04-03 22:52:08 +02:00
Eneko Illarramendi
a81de95f73 chore(vue): use g for consistency with Flask 2020-04-03 22:38:50 +02:00
Eneko Illarramendi
d0b44eada9 chore: brokenbits example extension 2020-04-03 22:28:25 +02:00