Commit Graph

19 Commits

Author SHA1 Message Date
Simo Kinnunen
720292ae3c Rename the APP global variable to APPSTATE. It will soon contain more information. 2014-07-03 19:41:02 +09:00
Simo Kinnunen
2e18778d1c Update socket events to match socket.io 1.0. 2014-06-06 15:23:13 +09:00
Simo Kinnunen
984c45b183 Separate websocket to its own role. Necessary because the app was getting pretty big already, but mostly because our Windows PCs don't like to connect to websockets on port 80, which is what we use for the app. 2014-06-06 15:02:29 +09:00
Simo Kinnunen
41661c9384 Update to Socket.IO 1.0. 2014-06-03 19:00:43 +09:00
Gunther Brunner
e5018234d4 Added filter translate for websocket errors. 2014-05-29 17:11:14 +09:00
Gunther Brunner
5e6831ba65 Removed circular dependency. 2014-05-28 16:01:27 +09:00
Gunther Brunner
6b67d66a93 Added translate to everything.
Added new version update modal.
2014-05-28 15:58:18 +09:00
Simo Kinnunen
f8a2eeab26 Reverse port forwarding works, but changes don't apply to new devices yet. 2014-04-15 15:52:45 +09:00
Gunther Brunner
9427e21f81 - WebSocket error notification stays even when switching tabs. 2014-03-26 14:44:06 +09:00
Gunther Brunner
4aa914ea76 Merge branch 'develop' of ghe.amb.ca.local:stf/stf into develop 2014-03-26 14:31:49 +09:00
Gunther Brunner
334d26eb30 - Adding refresh page directive.
- Moving controller inside link function because it was not shared code anyways.
2014-03-26 14:31:35 +09:00
Simo Kinnunen
796cdf94b6 Only use websocket transport. Currently we cannot guarantee state integrity on reconnect, so let's disable it for now. 2014-03-26 14:08:41 +09:00
Gunther Brunner
ec1a488b4f -Scope is applied now. 2014-03-25 19:29:37 +09:00
Gunther Brunner
dd38b478de -Refactored socket state to use growl. 2014-03-25 18:51:50 +09:00
Simo Kinnunen
5771507fc9 Show socket status in the UI. Absolutely no styling yet. 2014-03-20 15:30:49 +09:00
Simo Kinnunen
6618841b77 Call socketService just "socket". 2014-03-20 12:09:04 +09:00
Simo Kinnunen
8f09af0180 Fix wrong variable name. 2014-02-27 15:48:48 +09:00
Simo Kinnunen
2692f71219 Only track devices when we need to. 2014-02-27 15:05:50 +09:00
Gunther Brunner
347d9e9a55 Added stf namespace. 2014-02-18 20:32:45 +09:00