Commit Graph
92 Commits
Author SHA1 Message Date
Eneko Illarramendi a455379ee1 refactor(tpos): migrate extension 2020-04-17 20:39:23 +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 fb7dfb3a32 chore: minor fixes 2020-04-05 12:19:25 +02:00
Eneko Illarramendi a81de95f73 chore(vue): use g for consistency with Flask 2020-04-03 22:38:50 +02:00
Eneko Illarramendi 649cc888ab refactor: /wallet tweaks 2020-04-01 22:18:46 +02:00
Eneko Illarramendi 49addb8d56 refactor: breaking bad 2020-03-08 23:00:41 +01:00
Eneko Illarramendi d862b16ee6 refactor: "payments" is the name, and API updates 2020-03-07 22:27:00 +01:00
Eneko Illarramendi f98a5040ac refactor: decorators, models and more broken bits 2020-03-04 23:11:15 +01:00
ArcandGitHub b61f8f52e3 Update wallet.html 2020-02-23 01:13:13 +00:00
ArcandGitHub 7b11167fef Update wallet.html 2020-02-23 00:43:26 +00:00
ArcandGitHub 820bb8deea Update wallet.html 2020-02-23 00:18:00 +00:00
ArcandGitHub 4605203386 Update base.html 2020-02-20 15:23:07 +00:00
ArcandGitHub 9e7e53b634 Update base.html 2020-02-20 08:50:01 +00:00
Eneko Illarramendi 30cf2e9f99 feat: automatically import extension blueprints 2020-02-19 20:52:34 +01: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
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
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
ArcandGitHub f247dbff50 Update displaywithdraw.html 2020-01-29 19:23:27 +00:00
ArcandGitHub 95bdd27379 Update index.html 2020-01-29 19:23:07 +00:00
ArcandGitHub 2982b60be6 Update extensions.html 2020-01-29 19:22:43 +00:00
ArcandGitHub cdc5797de4 Update wallet.html 2020-01-29 19:21:47 +00:00
ArcandGitHub 47d02a6853 Update base.html 2020-01-29 19:18:11 +00:00
ArcandGitHub b840e01c5c Fixed chrome issues 2020-01-29 19:17:01 +00:00
ArcandGitHub 29c4eb3d1d Added space in display wallet 2020-01-29 00:21:03 +00:00
ArcandGitHub 42804b3337 Update index.html 2020-01-29 00:19:22 +00:00
ArcandGitHub bfdbb78a9c Update withdraw.html 2020-01-28 23:28:30 +00:00
ArcandGitHub 784d9740a9 Update displaywithdraw.html 2020-01-28 23:26:05 +00:00
ArcandGitHub 0a4c09a68b Update base.html 2020-01-28 22:27:45 +00:00
ArcandGitHub 1cdb64f21f Update withdraw.html 2020-01-28 22:26:38 +00:00
ArcandGitHub be8c837033 Update extensions.html 2020-01-28 22:26:13 +00:00
ArcandGitHub 4075d690ec Update wallet.html 2020-01-28 22:25:46 +00:00
ArcandGitHub 045c2f23f3 Updated menu 2020-01-27 23:11:27 +00:00
ArcandGitHub aef01e2566 Added templates for lnfaucet extension
Ideally, these need to be moved to the lnfaucet template
2020-01-27 23:00:24 +00:00
ArcandGitHub c3a78df4ab Added support for processing modal 2020-01-16 20:49:48 +00:00
ArcandGitHub 028f86151d Update wallet.html 2020-01-15 15:18:59 +00:00
ArcandGitHub 1e3d3ddd70 Wrong extend call 2019-12-19 14:14:47 +00:00
fiatjaf 098b681747 lnurl template using index.html as base. 2019-12-18 13:44:26 +00:00
ArcandGitHub 1200fec70e Update wallet.html
Added reminder to bookmark
2019-12-18 11:15:50 +00:00
ArcandGitHub 08abdd23f6 Update base.html 2019-12-18 11:09:56 +00:00
ArcandGitHub 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