Commit graph

41 commits

Author SHA1 Message Date
fiatjaf
79d5befe0c mypy on Makefile and apply prettier. 2020-08-29 14:10:26 -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
97a13526d9 Made print outs bigger 2020-08-10 19:44:55 +01:00
Robert Habermann
1e36a8a393 add missing protocol (to ensure http - or more likely - https://) 2020-08-02 20:01:07 +02:00
benarc
294beb2fca Updated Withdraw extension to handle unique facets 2020-07-20 21:03:23 +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
14d61eaf56 feat(withdraw): type casting 2020-05-08 21:12:31 +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
fiatjaf
4730500ed7 apply prettier to everything. 2020-05-03 13:55:17 -03:00
Arc
1516a14a0d
Added warning to use https or TOR for lnurl 2020-04-27 17:43:15 +01:00
Eneko Illarramendi
498eceeb46 feat: use dynamic root in api docs 2020-04-22 21:49:31 +02:00
Eneko Illarramendi
eb938c11a8 chore(paywall): minor updates 2020-04-21 23:47:21 +02:00
Eneko Illarramendi
d90ae26062 style: icon change 2020-04-21 23:43:15 +02:00
Eneko Illarramendi
efbba20872 style: minor tweaks 2020-04-21 23:13:37 +02:00
Eneko Illarramendi
1154d632a2 chore: update currencies list from OpenNode 2020-04-19 23:36:57 +02: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
a834a64319 refactor(withdraw): migrate extension to Vue 2020-04-16 20:58:16 +02:00
Eneko Illarramendi
f98a5040ac refactor: decorators, models and more broken bits 2020-03-04 23:11:15 +01:00
Arc
bb6d21abe6
Be gone target='_blank' , back to 2003 2020-02-26 19:40:57 +00:00
Arc
63ac385c59
Update index.html 2020-02-24 18:14:01 +00:00
Arc
af10c8274a
Update index.html 2020-02-24 18:13:08 +00:00
Arc
adf12888f4
Update index.html 2020-02-23 00:56:16 +00:00
Arc
6f26032744
Update index.html 2020-02-23 00:44:10 +00:00
Arc
7212bad783
Update index.html 2020-02-19 14:26:04 +00:00
Arc
c3b792ebeb
Update index.html 2020-02-12 15:12:46 +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
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
0c65d997a5
Update print.html 2020-02-04 20:41:09 +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
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