Gunther Brunner
1eb6af0119
Replaced old jade with new pug.
...
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`.
Follow here: https://github.com/jtangelder/template-html-loader/issues/8
2016-08-05 18:24:30 +09:00
Gunther Brunner
a3f815c118
Fix all res/ files with ESLint rules with 0 errors.
2016-01-19 23:08:33 +09:00
Simo Kinnunen
470d676c31
Don't flash "socket connection lost" on every unload in Firefox.
2014-12-03 13:34:35 +09:00
Simo Kinnunen
fc025d16aa
Formatting.
2014-10-30 21:32:18 +09:00
Gunther Brunner
91f7bd9cf2
Removed prototype leftover.
2014-10-17 19:24:41 +09:00
Gunther Brunner
a59b3a6fc3
Added Socket Error Modal.
2014-10-17 19:23:15 +09:00
Gunther Brunner
ce604d8211
All JSHint trough webpack passes now.
2014-09-02 17:25:22 +09:00
Gunther Brunner
aad3db8828
Fixed most of the dependencies by unit testing.
...
Refactored TransactionService and StorageService.
2014-08-22 15:32:09 +09:00
Gunther Brunner
e27e17d699
APPSTATE refactoring:
...
- Make index.html cacheable by being stateless
- Improve compression (base64 doesn't gzip well)
- Remove base64 encoding/decoding step
- Make AppState injectable so it can be unit tested
- Ready to remove the global leakage
2014-08-22 15:04:16 +09:00
Gunther Brunner
743f8becd6
- Finally, most of the unit tests now passes (resolving dependencies also).
...
- Shims now exports angular module name, however some of them clash with the original.
2014-08-21 22:04:19 +09:00
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