Commit Graph

210 Commits

Author SHA1 Message Date
Arc
645261f274
Update views_api.py 2020-02-12 13:41:30 +00:00
Arc
e92b49487a
Merge pull request #11 from arcbtc/extensions
refactor: remove databases from code an use schemas instead
2020-02-10 19:08:55 +00:00
Eneko Illarramendi
0d33bc2933 refactor: remove databases from code an use schemas instead
All databases are now saved together in the same LNBITS_DATA_FOLDER.
Extensions have to define a schema.yml file for creating the necessary database.
2020-02-10 19:40:01 +01:00
Arc
1b9badc11a
added verify false to lnd requests 2020-02-10 13:18:10 +00:00
Arc
e3fd6b4ff1
Update views_api.py 2020-02-05 13:04:43 +00:00
Arc
e8dd29ec5c
Update __init__.py 2020-02-05 13:01:37 +00:00
Arc
9f0c72acc9
Update views_api.py 2020-02-05 12:57:45 +00:00
Arc
37cf44cf23
Update __init__.py 2020-02-05 12:31:48 +00:00
Arc
a8f91b00a5
Update views_api.py 2020-02-05 12:27:56 +00:00
Arc
21bd049164
Crude hack to try and make the faucets work 2020-02-05 12:14:18 +00:00
Arc
79b2616642
Update helpers.py 2020-02-05 11:47:17 +00:00
Arc
a245621ab8
Rollback, see if it fixes json decoding 2020-02-05 11:36:52 +00:00
Arc
5a74f52712
Update views_api.py 2020-02-04 22:53:00 +00:00
Arc
5a1727df58
Update views_api.py 2020-02-04 22:51:50 +00:00
Arc
e62eb89b96
Update print.html 2020-02-04 20:45:02 +00:00
Arc
4d35041b2d
Update print.html 2020-02-04 20:44:26 +00:00
Arc
ea25c684ae
Add files via upload 2020-02-04 20:44:04 +00:00
Arc
a697752db3
Delete note (1).jpg 2020-02-04 20:43:37 +00:00
Arc
0c65d997a5
Update print.html 2020-02-04 20:41:09 +00:00
Arc
faa3a3f197
Add files via upload 2020-02-04 20:40:04 +00:00
Arc
66be419b3e
Update print.html 2020-02-04 20:37:33 +00:00
Arc
853962c322
Broken print link 2020-02-04 20:32:12 +00:00
Arc
68d501f3ce
fixed image liinks 2020-02-04 20:29:41 +00:00
Arc
10a4c07a6e
Update index.html 2020-02-04 20:23:07 +00:00
Arc
8abdaaea48
Merge pull request #10 from arcbtc/extensions
Extensions
2020-02-04 14:15:09 +00:00
Eneko Illarramendi
9e90aabead refactor: use Flask Blueprints to organize extensions
- extensions are now blueprints: keep views, templastes and statics in the same folder
- increase app security using `flask-talisman`
- whenever possible use {{ url_for }} for links between pages
- remove references to non-existing JavaScript code
- add missing favicon.ico
2020-01-31 21:07:05 +01:00
Eneko Illarramendi
4beb7be852 refactor: rename faucet extension 2020-01-31 20:25:14 +01:00
Arc
044901b598
Update __init__.py 2020-01-29 20:28:24 +00:00
Arc
78e7e638c8
Update settings.py 2020-01-29 19:43:15 +00:00
Arc
f247dbff50
Update displaywithdraw.html 2020-01-29 19:23:27 +00:00
Arc
95bdd27379
Update index.html 2020-01-29 19:23:07 +00:00
Arc
2982b60be6
Update extensions.html 2020-01-29 19:22:43 +00:00
Arc
cdc5797de4
Update wallet.html 2020-01-29 19:21:47 +00:00
Arc
9c71a0d8f1
Update app.js 2020-01-29 19:21:12 +00:00
Arc
351f4d3b4d
Update app.js 2020-01-29 19:19:27 +00:00
Arc
b16312c9a2
Update __init__.py 2020-01-29 19:18:35 +00:00
Arc
47d02a6853
Update base.html 2020-01-29 19:18:11 +00:00
Arc
b840e01c5c
Fixed chrome issues 2020-01-29 19:17:01 +00:00
Arc
b42c98fadd
Update __init__.py 2020-01-29 15:14:03 +00:00
Arc
b60af27038
Update __init__.py 2020-01-29 14:40:06 +00:00
Arc
60739a7587
For validation 2020-01-29 12:34:42 +00:00
Arc
fc9b30bbee
Form validation to withdrawmaker 2020-01-29 12:24:33 +00:00
Arc
e7f92f9fa9
ad images 2020-01-29 00:23:04 +00:00
Arc
29c4eb3d1d
Added space in display wallet 2020-01-29 00:21:03 +00:00
Arc
42804b3337
Update index.html 2020-01-29 00:19:22 +00:00
Arc
cc977303dc
Update app.js 2020-01-28 23:34:33 +00:00
Arc
bfdbb78a9c
Update withdraw.html 2020-01-28 23:28:30 +00:00
Arc
784d9740a9
Update displaywithdraw.html 2020-01-28 23:26:05 +00:00
Arc
0a4c09a68b
Update base.html 2020-01-28 22:27:45 +00:00
Arc
1cdb64f21f
Update withdraw.html 2020-01-28 22:26:38 +00:00
Arc
be8c837033
Update extensions.html 2020-01-28 22:26:13 +00:00
Arc
4075d690ec
Update wallet.html 2020-01-28 22:25:46 +00:00
Arc
9e502f9750
Update app.js 2020-01-28 22:24:49 +00:00
Arc
b7af605c5b
Update db.py 2020-01-27 23:41:16 +00:00
Arc
a5e64bd831
Update __init__.py 2020-01-27 23:37:25 +00:00
Arc
3c498b3eae
Update db.py 2020-01-27 23:31:40 +00:00
Arc
700e982669
Classes for extensions
Added for both extensions and lnfaucet db
2020-01-27 23:30:31 +00:00
Arc
045c2f23f3
Updated menu 2020-01-27 23:11:27 +00:00
Arc
64b5fb20d4
Update app.js 2020-01-27 23:06:37 +00:00
Arc
02eeafc6c9
Added calls for lnfaucet
All works, although I need to do a bit more on checking faucet time etc, but the basic lnurl withdraw stuff works.
Can we move this to the lnfaucet extension folder please
2020-01-27 23:05:21 +00:00
Arc
9613870ac3
Needed to printing faucets
Ideally, add to lnurl faucet folder
2020-01-27 23:02:00 +00:00
Arc
aef01e2566
Added templates for lnfaucet extension
Ideally, these need to be moved to the lnfaucet template
2020-01-27 23:00:24 +00:00
Arc
33d6f3080a
Aded DB to manage user selection of extensions 2020-01-27 22:58:50 +00:00
Arc
73886745f2
Add files via upload 2020-01-27 22:57:40 +00:00
Arc
257a23d212
Update settings.py 2020-01-22 07:55:10 +00:00
Arc
496f94249c
Update __init__.py 2020-01-21 19:47:22 +00:00
Arc
664614d1a4
Create README.md 2020-01-21 17:58:32 +00:00
Arc
a69a06957b
Create README.md 2020-01-21 17:58:02 +00:00
Arc
ed749aee99
Create README.md 2020-01-21 17:56:44 +00:00
Arc
17fa1c624c
Update app.js 2020-01-21 14:10:44 +00:00
Arc
bd7b6c8616
Update settings.py 2020-01-21 12:28:46 +00:00
Arc
87e76389b6
QR read check / error report 2020-01-21 11:06:22 +00:00
Arc
c119b35ecb
Added lnpay support 2020-01-18 10:27:54 +00:00
Arc
ca1a774949
Update __init__.py 2020-01-18 10:24:49 +00:00
Arc
108342791d
added lnpay as a source 2020-01-18 10:24:22 +00:00
Arc
e6e3f2f675
Update app.js 2020-01-16 20:55:48 +00:00
Arc
2b48f08884
Update app.js 2020-01-16 20:51:36 +00:00
Arc
c3a78df4ab
Added support for processing modal 2020-01-16 20:49:48 +00:00
Eneko Illarramendi
4c739dbb90 fix: don't call r.json() until we know we have a response 2020-01-16 14:26:51 +01:00
Eneko Illarramendi
0d517b884a refactor: code review 2020-01-16 13:58:27 +01:00
Arc
ea292b5035
Update settings.py 2020-01-16 12:40:11 +00:00
Arc
15f527fa39
Update __init__.py 2020-01-16 12:39:46 +00:00
Arc
cab3279f17
Update base.py 2020-01-16 12:38:40 +00:00
Arc
480a89196b
Update lnd.py 2020-01-16 12:38:11 +00:00
Arc
4c8b9c322b
Update lntxbot.py 2020-01-16 12:37:49 +00:00
Arc
364ab472d2
Update opennode.py 2020-01-16 12:37:33 +00:00
Arc
883e826aa4
Update __init__.py 2020-01-15 15:20:38 +00:00
Arc
8f20755fd6
Update settings.py 2020-01-15 15:19:54 +00:00
Arc
028f86151d
Update wallet.html 2020-01-15 15:18:59 +00:00
Arc
bcb27519bf
Update app.js 2020-01-15 15:18:14 +00:00
Arc
65d9a146c5
Update __init__.py 2020-01-15 15:17:22 +00:00
Arc
f765163486
Updated requests 2020-01-15 15:16:10 +00:00
Arc
f598fe29be
ON init 2020-01-12 00:48:45 +00:00
Arc
5f2cee4303
ON settings 2020-01-12 00:47:33 +00:00
Arc
ac5df27c02
Removed buggy line drawing around QR codes 2020-01-12 00:44:02 +00:00
Arc
5cce3e9043
Added intervals
for funding sources without subscriptions
2020-01-12 00:41:47 +00:00
Arc
d3bc33df51
Opennode support
Needs setintervals in app.js to work
2020-01-12 00:26:40 +00:00
Eneko Illarramendi
2bb30aa880 fix: LND invoice payments and status checks 2020-01-11 23:51:35 +01:00
Eneko Illarramendi
6d019bcb2b fix: get correct LND payment_hash 2020-01-11 23:31:07 +01:00
Eneko Illarramendi
47b93a97d6 refactor: unify responses in backend wallets 2020-01-10 21:26:42 +01:00
fiatjaf
b89753abd5 400->200 on invoice check timeout. 2019-12-30 10:59:11 -03:00
fiatjaf
cedce73f07 order transaction chart by date. 2019-12-29 07:56:10 -03:00
Arc
1e3d3ddd70
Wrong extend call 2019-12-19 14:14:47 +00:00
fiatjaf
7440602acd black 2019-12-18 13:52:49 +00:00
fiatjaf
5f6585eb45 fee reserve defaults to 0. 2019-12-18 13:44:58 +00:00
fiatjaf
098b681747 lnurl template using index.html as base. 2019-12-18 13:44:26 +00:00
Arc
1200fec70e
Update wallet.html
Added reminder to bookmark
2019-12-18 11:15:50 +00:00
Arc
08abdd23f6
Update base.html 2019-12-18 11:09:56 +00:00
Arc
f382bc8f83
Update index.html
fixed link to github
2019-12-18 11:08:22 +00:00
Eneko Illarramendi
9a21cee902 refactor: change folder case 2019-12-17 17:04:51 +01:00