Commit Graph

15 Commits

Author SHA1 Message Date
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
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
cc977303dc
Update app.js 2020-01-28 23:34:33 +00:00
Arc
9e502f9750
Update app.js 2020-01-28 22:24:49 +00:00
Arc
64b5fb20d4
Update app.js 2020-01-27 23:06:37 +00:00
Arc
17fa1c624c
Update app.js 2020-01-21 14:10:44 +00:00
Arc
87e76389b6
QR read check / error report 2020-01-21 11:06: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
bcb27519bf
Update app.js 2020-01-15 15:18:14 +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
Eneko Illarramendi
9a21cee902 refactor: change folder case 2019-12-17 17:04:51 +01:00