Andrew Kingston
|
d8d3d71523
|
Update websocket logic to ignore events trigger by API requests originating from the same session
|
2023-06-01 17:14:32 +01:00 |
Andrew Kingston
|
680e609b52
|
Remove plural forms of enums and use TS enum rather than JS const
|
2023-05-31 17:03:14 +01:00 |
Andrew Kingston
|
05e34076f7
|
Fully rewrite websocket redis integration to use individual keys per session, enable TTLs on sesisons, prune sessions when users connect and add a heartbeat to sockets
|
2023-05-31 15:13:22 +01:00 |
Andrew Kingston
|
d3fdb52bf5
|
Store all socket users in redis to allow all server instances to be aware of all users
|
2023-05-31 10:21:50 +01:00 |
Andrew Kingston
|
cc7df474c9
|
Standardise usage of user avatars and colours across the entire platform
|
2023-05-26 09:24:53 +01:00 |
Andrew Kingston
|
cfa07a68ae
|
Handle table, query and datasource events using builder socket
|
2023-05-22 15:59:44 +01:00 |
Andrew Kingston
|
3794d8e204
|
Simplify websocket comms for grid and improve builder socket
|
2023-05-18 08:57:20 +01:00 |
Andrew Kingston
|
46d8ad2864
|
Restore proper functionality for showing other users inside grids
|
2023-05-15 14:51:54 +01:00 |
Andrew Kingston
|
f8f970bf7e
|
Update grid websocket to send actual changes down to reduce API load
|
2023-05-12 16:13:32 +01:00 |
Andrew Kingston
|
c82451f888
|
Update koa <> socket.io integation to improve fake koa context and allow current app middleware
|
2023-04-20 08:02:49 +01:00 |