1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-04-20 08:16:38 +02:00

9 Commits

Author SHA1 Message Date
Stepan Henek
bb5177e858
Using socket.io for websocket handling and make reforis configurable
Socket.io wrapper is used to handle websockets now,
this means that websocket logic had to be redone.

Also it is necessary to set `REFORIS_PREFIX` env variable
during the build process. To set the path of backend url.
It was previously fixed to `/reforis`.
2023-01-31 11:15:52 +01:00
Aleksandr Gumroian
f8726e6012
Format all files with Prettier 2020-08-18 16:17:00 +02:00
Maciej Lenartowicz
6d8e0cec70 Added controller ID filter to WebSocket hook. 2020-01-16 10:27:30 +01:00
Bogdan Bodnar
d55615abcc
Grammar. 2019-12-06 12:09:54 +01:00
Bogdan Bodnar
f30685d9c2
Add WS unsubscribtion.
Code review improvements.
2019-12-06 11:46:30 +01:00
Bogdan Bodnar
e9910f269f
Don't use default exports. 2019-08-29 10:54:47 +02:00
Bogdan Bodnar
c0d742b13b
Fix lint. 2019-08-29 10:54:47 +02:00
Bogdan Bodnar
19df5c2630
Set modules. 2019-08-27 11:54:57 +02:00
Bogdan Bodnar
7b38c1658c
Set babel. 2019-08-23 17:47:41 +02:00