David Négrier
|
6f2c319785
|
Merge branch 'master' of github.com:thecodingmachine/workadventure into scaling
# Conflicts:
# back/src/Services/SocketManager.ts
# deeployer.libsonnet
# docker-compose.yaml
# front/src/Connexion/RoomConnection.ts
# front/src/Enum/EnvironmentVariable.ts
# front/src/Phaser/Game/GameScene.ts
# front/webpack.config.js
# pusher/src/Controller/IoSocketController.ts
|
2020-12-11 13:00:11 +01:00 |
|
David Négrier
|
bf797085e6
|
Extracting FileController into a Uploader container
|
2020-12-09 21:29:29 +01:00 |
|
David Négrier
|
4c1e566a6c
|
Adding a Pusher container as a middleware/dispatcher between front and back
|
2020-11-26 17:53:30 +01:00 |
|
Gregoire Parant
|
ebfe08fb92
|
Create new env admin url
|
2020-11-13 12:15:33 +01:00 |
|
kharhamel
|
9b64a970b5
|
FIX: remove the ping and pong overrides server side in favor of and idleTimeout and added a manual ping client side
|
2020-11-10 18:26:46 +01:00 |
|
kharhamel
|
5a1147866c
|
FIX: in dev mode, sockets won't be closed to prevent conflicts with live-reloading
|
2020-11-10 15:24:02 +01:00 |
|
David Négrier
|
a7c16654c3
|
Deploying with new configurable Jitsi conf
|
2020-10-19 12:07:05 +02:00 |
|
David Négrier
|
16d1c2354e
|
Adding fallback to unauthenticated Jitsi
|
2020-10-19 11:07:49 +02:00 |
|
David Négrier
|
260b0ea408
|
Adding JWT authentication to Jitsi
|
2020-10-16 19:23:28 +02:00 |
|
David Négrier
|
892d1555b8
|
Adding "dump" controller and fixing issue with groups in PositionNotifier by delegating the PositionNotifier.updatePosition call to groups themselves
|
2020-09-25 13:48:02 +02:00 |
|
David Négrier
|
d7209d8864
|
Migrating messages locally into back and front
|
2020-09-24 11:16:08 +02:00 |
|
David Négrier
|
e9ca8721a6
|
Migrating userId to "int32" to save some space and adding userMoves message in protobuf
|
2020-09-18 13:57:38 +02:00 |
|
David Négrier
|
4b55b54a07
|
Adding first protobuf message exchange
|
2020-09-17 17:14:47 +02:00 |
|
David Négrier
|
2e8fa8d676
|
Adding protocol buffers to the project with Typescript support
|
2020-09-16 18:34:24 +02:00 |
|
David Négrier
|
3a9196fb82
|
Merge
|
2020-09-16 11:41:03 +02:00 |
|
David Négrier
|
f55fa76e86
|
Removing profiling mode
|
2020-09-11 10:01:45 +02:00 |
|
David Négrier
|
b37a8f63be
|
Moved benchmark to its own directory and added multicore testing + a README
|
2020-09-11 09:56:05 +02:00 |
|
David Négrier
|
ed116cf2a3
|
Switching on our very own turn server
|
2020-08-31 15:33:50 +02:00 |
|
David Négrier
|
0a8ba37049
|
Adding Jitsi meet support
|
2020-08-31 12:18:00 +02:00 |
|
David Négrier
|
2d818ec79d
|
Fixing broken Jasmine test due to module config
|
2020-07-27 22:48:04 +02:00 |
|
David Négrier
|
2484e4f1df
|
Moving maps to their own container
|
2020-07-23 18:43:51 +02:00 |
|
David Négrier
|
ed146226cf
|
Adding Outline capabilities and a ActionableItem notion.
|
2020-07-23 18:09:24 +02:00 |
|
David Négrier
|
7e2bf38562
|
Fixing hot reloading
|
2020-06-25 10:43:10 +02:00 |
|
David Négrier
|
d18abaf067
|
Enabling optional https in development
|
2020-06-25 10:32:47 +02:00 |
|
David Négrier
|
d6031ba5c5
|
Merge pull request #145 from thecodingmachine/profiling
Adding a Yarn command to profile
|
2020-06-04 22:18:44 +02:00 |
|
David Négrier
|
3bd2c2b48a
|
Renaming landing_page directory to website
|
2020-06-04 14:06:50 +02:00 |
|
David Négrier
|
c73fc30802
|
Adding a Yarn command to profile
|
2020-06-03 09:18:49 +02:00 |
|
David Négrier
|
d20e85eba6
|
Dockerising the landing_page
|
2020-06-01 16:05:01 +02:00 |
|
kharhamel
|
a2ed7164e4
|
implemented basic e2e testing
|
2020-04-14 20:04:55 +02:00 |
|
kharhamel
|
33c58874e0
|
create an env variable for debug mode
|
2020-04-13 19:40:10 +02:00 |
|
gparant
|
ba47d8b1d4
|
Setup web-socket connection
- Add authentification socket.io with jwt token
|
2020-04-04 14:05:18 +02:00 |
|
gparant
|
63dc515c5b
|
Add Vagarnt in project RADME and fix feeback @moufmouf
|
2020-04-04 11:36:18 +02:00 |
|
gparant
|
ba335aa33d
|
Create backend
- NodeJs
- Express
- Socket.io
- Eslint
- TypeScript
|
2020-04-04 04:08:12 +02:00 |
|
David Négrier
|
f1ab9705c9
|
Adding docker-compose
This first commit contains a docker-compose with:
- front container
- traefik for reverse proxy
back container will be added when ready.
|
2020-04-03 18:31:11 +02:00 |
|