Commit graph

14 commits

Author SHA1 Message Date
Arc
36ba680a5d
Update views_api.py 2020-02-24 19:12:49 +00:00
Arc
6f06bcfb36
Update views_api.py 2020-02-24 16:05:24 +00:00
Arc
3c8a1f0667
Update views_api.py 2020-02-24 14:53:30 +00:00
Arc
17f059a8de
Added endpoint for easy LNURL fetching 2020-02-19 22:17:19 +00:00
Arc
331905b8a9
Update views_api.py 2020-02-12 13:42:09 +00:00
Arc
645261f274
Update views_api.py 2020-02-12 13:41:30 +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
e3fd6b4ff1
Update views_api.py 2020-02-05 13:04:43 +00:00
Arc
9f0c72acc9
Update views_api.py 2020-02-05 12:57:45 +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
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
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