workadventure/front
Jean-Philippe Evrard e2f400472f Template google analytics data
Without this patch, the index.html contains google analytics at
all times, including for people self-hosting it.

This is a problem for privacy reasons, and only people wanting
to have analytics on their instances should be able to enable
them.

This fixes it by making sure the index.html page is templated
to sideload content from ANALYTICS_CODE_PATH (which itself is
also templated, for convenience).
2021-01-19 12:17:05 +01:00
..
dist Template google analytics data 2021-01-19 12:17:05 +01:00
src Fix focus cam on select cam scene 2021-01-18 10:40:13 +01:00
tests/Phaser/Game fixed a crash linked to incorrect textureDescriptors 2021-01-14 14:47:02 +01:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.json Enabling stricter lint on front 2020-06-19 14:29:29 +02:00
.gitignore Template google analytics data 2021-01-19 12:17:05 +01:00
Dockerfile Template google analytics data 2021-01-19 12:17:05 +01:00
jasmine.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
LICENSE.txt Changing license to AGPL + Commons Clause 2020-06-09 10:17:21 +02:00
package.json Bump axios from 0.20.0 to 0.21.1 in /front 2021-01-05 23:50:25 +00:00
templater.sh Template google analytics data 2021-01-19 12:17:05 +01:00
tsconfig.json Refactoring SimplePeer code: splitting Peer instantiation into 2 subclasses (VideoPeer and ScreenSharingPeer). This leads to way leaner code. 2020-08-20 16:56:10 +02:00
webpack.config.js Merge branch 'master' of github.com:thecodingmachine/workadventure into scaling 2020-12-11 13:00:11 +01:00
webpack.prod.js Sending the source map out of the main JS file to reduce size 2020-07-02 10:38:36 +02:00
yarn.lock updated phaser to version 3.51 and fixed the BC 2021-01-06 15:00:54 +01:00