summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Merge branch 'up-down-events'Erik Larkö4-62/+124
2017-07-07Rely on the notifications for connection state changesErik Larkö2-27/+23
2017-07-07Add tests for the notifcation states AND add the getState endpoint. No tests ↵Erik Larkö3-35/+101
for it though
2017-07-06Merge branch 'feature/update-react-mapbox-gl-v2'Andrej Mihajlov3-32/+29
2017-07-06Upgrade to react-mapbox-gl v2.1.0Andrej Mihajlov3-32/+29
2017-07-06Merge branch 'improvements-to-the-rpc-server'Erik Larkö3-38/+49
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-06Merge branch 'map-on-linux'Erik Larkö1-23/+26
2017-07-06Don't crash on the map on LinuxErik Larkö1-23/+26
2017-07-06Merge branch 'dont-start-the-backend'Erik Larkö3-43/+3
2017-07-06Remove starting the backend. The backend produces too much output on stdout ↵Erik Larkö3-43/+3
and crashes. sudo-prompt has no support for emptying the stdout
2017-07-05Merge branch 'logout-tests'Erik Larkö3-3/+82
2017-07-05Logout testsErik Larkö3-3/+82
2017-07-05Merge branch 'feature/electron-builder-config'Andrej Mihajlov4-119/+291
2017-07-05sudo-prompt is a dev dependency and is not available in releaseAndrej Mihajlov1-1/+1
2017-07-05Add backend binaries to distribution and update electron and electron-builderAndrej Mihajlov3-118/+290
2017-07-05Merge branch 'connection-tests'Erik Larkö4-9/+94
2017-07-04Connection failed testErik Larkö2-0/+23
2017-07-04Connect testsErik Larkö2-0/+50
2017-07-04Flow app.jsErik Larkö2-9/+21
2017-07-04Merge branch 'testing-login-flow'Erik Larkö3-4/+102
2017-07-04Rest of login testsErik Larkö3-4/+102
2017-07-03Merge branch 'login-flow'Erik Larkö7-182/+200
2017-07-03Add first login workflow testErik Larkö6-8/+200
2017-07-03Remove redirect test, it is added back laterErik Larkö1-18/+0
2017-07-03Removed actions.specErik Larkö1-156/+0
2017-07-03Merge branch 'hotfix/update-react-if'Andrej Mihajlov2-6/+6
2017-07-03Update React-If to new version that supports React 15.6Andrej Mihajlov2-6/+6
2017-07-03Merge branch 'move-and-rename-redux-stuff'Erik Larkö26-147/+155
2017-07-03Rename account.account -> account.accountNumberErik Larkö9-22/+22
2017-07-03Moved the redux stuff into separate folder and renamed user->account and ↵Erik Larkö25-130/+138
connect->connection
2017-07-03Merge branch 'feature/flow-typed/components'Andrej Mihajlov16-729/+492
2017-06-30Upgrade ESLint and adjust code to new linting requirementsAndrej Mihajlov6-265/+185
2017-06-30Migrate from deprecated React.Component.refsAndrej Mihajlov1-2/+10
2017-06-30Fix lint issues in SettingsPageAndrej Mihajlov1-2/+1
2017-06-30Export Connect propsAndrej Mihajlov1-14/+14
2017-06-30Annotate Settings componentAndrej Mihajlov2-26/+21
2017-06-30Annotate Login componentAndrej Mihajlov1-63/+61
2017-06-30Annotate SelectLocation componentAndrej Mihajlov1-14/+25
2017-06-30Annotate AccountInput componentAndrej Mihajlov1-120/+67
2017-06-30Annotate Account componentAndrej Mihajlov1-25/+22
2017-06-30Annotate WindowChrome componentAndrej Mihajlov1-14/+4
2017-06-30Annotate Switch componentAndrej Mihajlov2-29/+52
2017-06-30Annotate Layout + HeaderBar componentsAndrej Mihajlov2-65/+25
2017-06-30Annotate CustomScrollbars componentAndrej Mihajlov1-19/+4
2017-06-30Upgrade flowAndrej Mihajlov2-79/+9
2017-06-26Merge branch 'feature/flow-typed/connect-component'Andrej Mihajlov4-94/+128