summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Merge branch 'revert-package-name'Erik Larkö2-2/+2
2017-07-13Revert to lowercase package name and fix debian package nameErik Larkö2-2/+2
2017-07-12Merge branch 'refactor-ipcchain'Erik Larkö5-15/+25
2017-07-12Refactor IpcChainErik Larkö5-15/+25
2017-07-11Merge branch 'name-and-version'Erik Larkö1-2/+2
2017-07-11Update name and version for the first alpha releaseErik Larkö1-2/+2
2017-07-11Merge branch 'new-backend-states'Erik Larkö4-18/+41
2017-07-11New backend statesErik Larkö4-18/+41
2017-07-11Merge branch 'extract-map'Erik Larkö2-75/+62
2017-07-11Extract the map into a separate componentErik Larkö2-75/+62
2017-07-10Merge branch 'update-build-config'Andrej Mihajlov2-9/+130
2017-07-10Add cli tool to distributionAndrej Mihajlov2-9/+130
2017-07-10Merge branch 'autologin'Erik Larkö5-1/+175
2017-07-10AutologinErik Larkö5-1/+175
2017-07-07Merge branch 'remove-persistent-storage'Erik Larkö5-30/+1
2017-07-07Remove persistent storageErik Larkö5-30/+1
2017-07-07Merge branch 'refactor-appjs'Erik Larkö1-18/+29
2017-07-07Refactor app.jsErik Larkö1-18/+29
2017-07-07Merge branch 'state-refactoring'Erik Larkö6-24/+25
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-07Merge branch 'remove-event-emitter'Erik Larkö7-201/+18
2017-07-07The Backend class is no longer an EventEmitterErik Larkö7-201/+18
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
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
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 a...Erik Larkö3-43/+3
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