workadventure/front/src
David Négrier b6edefbe4e Allow loading https maps from http protocol
In a development environment, we often run in HTTP.
The problem is that WorkAdventure will attempt to load maps using the HTTP protocol (even if the map is on a remote server that is available only in HTTPS).
This commit adds a "fallback". If we are in HTTP (so in a development environment) and if the map fails to load correctly, we will try again, but in HTTPS.

This allows development environment to load maps hosted on a HTTPS enabled server easily.
2021-03-28 18:35:01 +02:00
..
Administration FEATURE: the connexion error an user can get when a world is full is now correctly traited. Also remove a redundant adminApi call 2021-03-09 16:34:19 +01:00
Connexion improved the unloading process to not create a useless socket 2021-03-26 14:19:37 +01:00
Enum Fixing WebRtc user name / password when using TURN REST API 2021-02-16 18:13:30 +01:00
Exception Create exception error 2020-12-18 14:30:46 +01:00
Logger Fixing use const instead of let 2020-06-19 14:30:34 +02:00
Messages Migrating messages locally into back and front 2020-09-24 11:16:08 +02:00
Network rewrote the login workflow 2020-09-25 19:23:33 +02:00
Phaser Allow loading https maps from http protocol 2021-03-28 18:35:01 +02:00
Url Simplifying code and making START_ROOM_URL compatible with public (_) and private (@) paths 2021-01-21 09:40:11 +01:00
WebRtc FIX: resizing on wide screen on chrome now use the correct coordinates 2021-03-25 14:35:51 +01:00
index.ts Merge pull request #828 from thecodingmachine/develop 2021-03-22 16:42:28 +01:00