benarc
d2874a90e9
Working Events extension
2020-05-11 12:34:35 +01:00
benarc
9af4161679
Redirect feedback
2020-05-10 18:46:58 +01:00
benarc
76510b7892
Events extension mostly functional
...
Can register attendees via camera
2020-05-10 18:10:45 +01:00
benarc
ea3b858695
Replaced events extension with almost working vuejs one
2020-05-09 22:27:11 +01:00
fiatjaf
4730500ed7
apply prettier to everything.
2020-05-03 13:55:17 -03:00
Eneko Illarramendi
c3e337a319
fix: mypy errors
2020-04-26 16:58:29 +02:00
Eneko Illarramendi
fd4dc6c48f
chore: remove pending macaroon mentions
2020-04-21 23:22:01 +02:00
Eneko Illarramendi
8d328c5465
refactor: remove legacy code
2020-04-21 23:17:11 +02:00
Arc
68fbe2dabf
Rename config.json to config.json.example
2020-04-16 22:12:02 +01:00
Eneko Illarramendi
dd23b20090
chore: various tweaks
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
02fdf6fb50
Update registration.html
2020-02-27 12:45:55 +00:00
Arc
f69b54d6e8
Removed target='_blank'as this isnt 2002
2020-02-26 19:38:49 +00:00
Arc
7a91414cf1
Rename example.config.json to config.json
2020-02-26 17:51:57 +00:00
Arc
ce9975fc18
Rename config.json to example.config.json
2020-02-26 10:22:35 +00:00
Arc
fc00eddaf3
Add files via upload
2020-02-25 23:13:03 +00:00
Arc
62b590c8e5
Got rid of ads
2020-02-25 23:12:06 +00:00
Arc
cf456d7912
Update views_api.py
2020-02-25 23:08:36 +00:00
Arc
233f8a8dec
Update views.py
2020-02-25 23:07:59 +00:00
Arc
bff879406c
Update display.html
2020-02-25 23:06:53 +00:00
Arc
6ae1327865
Update index.html
2020-02-23 01:05:32 +00:00
Arc
222f04f893
Update views.py
2020-02-23 00:46:08 +00:00
Arc
ab6211ab97
Update index.html
2020-02-23 00:45:25 +00:00
Arc
d7361abad1
Update config.json
2020-02-23 00:27:44 +00:00
Arc
65ef030768
Rename example.config.json to config.json
2020-02-23 00:20:42 +00:00
Arc
0a815f87ff
Update and rename register.html to registration.html
2020-02-23 00:14:16 +00:00
Arc
a002a597d0
Update index.html
2020-02-23 00:13:37 +00:00
Arc
c941aec662
Update display.html
2020-02-23 00:13:16 +00:00
Arc
d2d8c76baa
Update views_api.py
2020-02-23 00:12:45 +00:00
Arc
838ae02fc1
Update views.py
2020-02-23 00:12:00 +00:00
Arc
c814378f11
Update schema.sql
2020-02-23 00:11:37 +00:00
Arc
74b760bb28
Update README.md
2020-02-23 00:11:12 +00:00
Arc
64448f826c
Update index.html
2020-02-20 15:15:07 +00:00
Arc
ea0dac0e5e
Update schema.sql
2020-02-20 10:59:43 +00:00
Arc
1fdbdfc1de
Update views.py
2020-02-20 10:57:52 +00:00
Arc
38c8c7b265
Update index.html
2020-02-20 10:57:04 +00:00
Arc
5103f0d2b9
Update views.py
2020-02-20 08:46:27 +00:00
Arc
ebf6c7cba5
Update schema.sql
2020-02-20 08:45:46 +00:00
Arc
51e0d2b928
Update index.html
2020-02-20 08:45:09 +00:00
Arc
154cbb0d48
Update index.html
2020-02-20 00:00:23 +00:00
Arc
4254c45d20
Update views.py
2020-02-19 23:51:26 +00:00
Arc
7acd549b05
Update example.config.json
2020-02-19 23:49:17 +00:00
Arc
4044448fd0
Rename config.json to example.config.json
2020-02-19 23:22:46 +00:00
Arc
436bcfbd11
Rename example.config.json to config.json
2020-02-19 22:52:59 +00:00
Arc
47bb06feb7
Rename config.json to example.config.json
2020-02-19 22:52:28 +00:00
Arc
1328c0ad3e
Update views.py
2020-02-19 12:40:53 +00:00
Arc
3f9fdf2da6
Add files via upload
2020-02-19 12:35:04 +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