workadventure/front/src/Connexion
David Négrier bf070c33b5 Migrating front protobuf encode/decode to ts-proto lib
The ts-proto lib has the huge advantage of producing code the "Typescript" way and not the "Java" way.
In particular, for "oneof" types in protobuf, it is generating "ADT" that can be used to check if we forgot or not to deal with a type.
2022-01-03 15:52:46 +01:00
..
AdminMessagesService.ts Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
AxiosUtils.ts Don't retry Axios if a token decryption failed 2021-12-08 11:16:39 +01:00
ConnectionManager.ts Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
ConnexionModels.ts Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
LocalUser.ts FEATURE: analytics client now scrape user email and room group 2021-10-11 16:30:01 +02:00
LocalUserStore.ts Add setting that ignores follow invites 2021-12-15 19:47:14 +01:00
Room.ts Fixing bug in redirect handling of rooms 2021-12-23 14:53:03 +01:00
RoomConnection.ts Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00