Commit Graph
29 Commits
Author SHA1 Message Date
ArcandGitHub 87d66e99d0 Update README.md 2020-02-19 22:20:58 +00:00
ArcandGitHub 3362b0cdbe Update README.md 2020-02-19 22:20:41 +00:00
ArcandGitHub 1b11f91517 Update README.md 2020-02-19 22:20:10 +00:00
ArcandGitHub 17f059a8de Added endpoint for easy LNURL fetching 2020-02-19 22:17:19 +00:00
Eneko Illarramendi 30cf2e9f99 feat: automatically import extension blueprints 2020-02-19 20:52:34 +01:00
ArcandGitHub 7212bad783 Update index.html 2020-02-19 14:26:04 +00:00
ArcandGitHub 610c93622e Update README.md 2020-02-19 11:41:28 +00:00
ArcandGitHub ded5ec147c Update README.md 2020-02-19 11:41:12 +00:00
Eneko Illarramendi e5915bc493 refactor: add a simple config file to extensions
It makes possible to automagically keep the extensions admin page updated.
2020-02-18 20:27:04 +01:00
ArcandGitHub c3b792ebeb Update index.html 2020-02-12 15:12:46 +00:00
ArcandGitHub dab238e182 Update views.py 2020-02-12 13:42:25 +00:00
ArcandGitHub 331905b8a9 Update views_api.py 2020-02-12 13:42:09 +00:00
ArcandGitHub 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
ArcandGitHub e3fd6b4ff1 Update views_api.py 2020-02-05 13:04:43 +00:00
ArcandGitHub 9f0c72acc9 Update views_api.py 2020-02-05 12:57:45 +00:00
ArcandGitHub a8f91b00a5 Update views_api.py 2020-02-05 12:27:56 +00:00
ArcandGitHub 21bd049164 Crude hack to try and make the faucets work 2020-02-05 12:14:18 +00:00
ArcandGitHub 5a74f52712 Update views_api.py 2020-02-04 22:53:00 +00:00
ArcandGitHub 5a1727df58 Update views_api.py 2020-02-04 22:51:50 +00:00
ArcandGitHub e62eb89b96 Update print.html 2020-02-04 20:45:02 +00:00
ArcandGitHub 4d35041b2d Update print.html 2020-02-04 20:44:26 +00:00
ArcandGitHub 0c65d997a5 Update print.html 2020-02-04 20:41:09 +00:00
ArcandGitHub 66be419b3e Update print.html 2020-02-04 20:37:33 +00:00
ArcandGitHub 853962c322 Broken print link 2020-02-04 20:32:12 +00:00
ArcandGitHub 68d501f3ce fixed image liinks 2020-02-04 20:29:41 +00:00
ArcandGitHub 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
Eneko Illarramendi 4beb7be852 refactor: rename faucet extension 2020-01-31 20:25:14 +01:00