c6d85b8839
fix missing route handlers
2020-11-15 15:32:07 +01:00
a8c5d12a7b
fix issues with deployment due to winston logging getting in the way
2020-11-15 15:13:49 +01:00
a661e54524
fix invalid function signature for event data extraction
...
Additionally fix specs
2020-07-19 08:14:35 +02:00
0c9a69d8ea
prettify console messages with browser logger
2020-07-19 08:14:35 +02:00
cf41deedd9
remove manual "no javascript" switch
...
This was a stupid checkbox made only as an experiment. The page can
still be loaded without JavaScript and works, no need to trigger it
manually.
2020-07-19 08:14:35 +02:00
f577fb6385
implement same parsing logic on server and frontend
...
Server now downloads the HTML file via new endpoint but the parsing logic now happens in
the browser. The reason for this is to have a way same code for both
environments.
If the JavaScript is disabled, it's still possible to call the previous
endpoint and download the file from the server.
2020-07-19 08:14:35 +02:00
0eda018113
create client side logger
2020-07-19 08:14:35 +02:00
6b7c0f8454
separate front end into modules for easier refactoring later
2020-07-19 08:14:35 +02:00
565354bcb6
add webpack for front end builds and serve the assets from backend
2020-07-19 08:14:35 +02:00