summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2017-08-08RPC notification actionsErik Larkö3-10/+54
2017-08-08Add DISCONNECTED actionErik Larkö3-5/+15
2017-08-08Add CONNECTING actionErik Larkö3-8/+21
2017-08-08Added NEW_LOCATION actionErik Larkö3-3/+25
2017-08-08Remove generic account actionErik Larkö1-15/+1
2017-08-08Add LOGGED_OUT actionErik Larkö3-7/+21
2017-08-07Use new actions in autologinErik Larkö3-23/+7
2017-07-28Add LOGIN_FAILED actionErik Larkö3-7/+23
2017-07-28Add LOGIN_SUCCESSFUL actionErik Larkö3-8/+20
2017-07-28Added START_LOGIN actionErik Larkö4-12/+30
2017-07-28Added NEW_PUBLIC_IP actionErik Larkö4-8/+26
2017-07-27Migrate to new redux annotationsAndrej Mihajlov3-12/+12
2017-07-27Remove redux-actionsErik Larkö7-34/+70
2017-07-27Remove JSDOM and update Switch componentAndrej Mihajlov1-0/+7
2017-07-27Create log folderAndrej Mihajlov1-0/+4
2017-07-27Allow reloads of the BrowserWindow to find the address to the backendErik Larkö1-5/+4
2017-07-27Flow connection actionsErik Larkö2-4/+6
2017-07-24Add flow annotations for routesAndrej Mihajlov1-44/+35
2017-07-21Add missing annotation for WindowChromeAndrej Mihajlov1-2/+1
2017-07-21Fix invalid use of eslint-disableAndrej Mihajlov1-3/+2
2017-07-21Add tests for settingsAndrej Mihajlov1-15/+17
2017-07-21Proxy props to underlying INPUTAndrej Mihajlov1-1/+7
2017-07-20Use latest electron-sudo and fix backend log paths with spacesErik Larkö1-1/+1
2017-07-20Mock "change" eventAndrej Mihajlov1-5/+1
2017-07-20Refactor mouse events capturingAndrej Mihajlov1-15/+14
2017-07-20Use standard clientX/Y instead of experimental pageX/YAndrej Mihajlov1-2/+2
Works the same way for us
2017-07-20Update Switch propsAndrej Mihajlov1-7/+9
2017-07-20- Replace magic numbers with corresponding string optionsAndrej Mihajlov1-1/+1
- Enforce comma-spacing rule
2017-07-19Have the FE and BE log to the same directoryErik Larkö1-7/+16
2017-07-17Start the backend againErik Larkö4-7/+124
2017-07-17Update HeaderBar.defaultPropsAndrej Mihajlov1-1/+3
2017-07-13Add tests for Account componentAndrej Mihajlov3-15/+18
2017-07-13Read the address to the backend from the tempdir instead of the working ↵Erik Larkö1-1/+1
directory
2017-07-13export default in Map.jsErik Larkö2-2/+2
2017-07-11New backend statesErik Larkö2-12/+26
2017-07-11Extract the map into a separate componentErik Larkö2-75/+62
2017-07-10AutologinErik Larkö3-1/+61
2017-07-07Remove persistent storageErik Larkö2-20/+1
2017-07-07Refactor app.jsErik Larkö1-18/+29
2017-07-07Move geoIP from account to connectionErik Larkö4-12/+12
2017-07-07Rename loginstate connecting->logging inErik Larkö5-12/+13
2017-07-07The Backend class is no longer an EventEmitterErik Larkö5-163/+17
2017-07-07Rely on the notifications for connection state changesErik Larkö1-14/+2
2017-07-07Add tests for the notifcation states AND add the getState endpoint. No tests ↵Erik Larkö2-3/+49
for it though
2017-07-06Upgrade to react-mapbox-gl v2.1.0Andrej Mihajlov1-4/+8
2017-07-06Improve error output in RpcServerErik Larkö2-4/+15
2017-07-06Allow to wait for the websocket even if the instance isnt created yetErik Larkö1-1/+1
2017-07-06Timeout even if the websocket isnt up yetErik Larkö1-30/+28
2017-07-06Don't create a jsonrpc-ws-thing with invalid locationErik Larkö1-3/+5
Conflicts: app/lib/backend.js
2017-07-06Don't crash on the map on LinuxErik Larkö1-23/+26