summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-07-20Merge branch 'eslint-update-rebased'Erik Larkö3-17/+18
2017-07-20- Replace magic numbers with corresponding string optionsAndrej Mihajlov3-17/+18
2017-07-19Merge branch 'log-locations'Erik Larkö1-7/+16
2017-07-19Have the FE and BE log to the same directoryErik Larkö1-7/+16
2017-07-19Merge branch 'bundle-openvpn'Erik Larkö1-0/+2
2017-07-18Bundle openvpnErik Larkö1-0/+2
2017-07-17Merge branch 'start-backend-again'Erik Larkö8-9/+144
2017-07-17Start the backend againErik Larkö8-9/+144
2017-07-17Merge branch 'headerbar-tests'Andrej Mihajlov2-1/+51
2017-07-17Add HeaderBar testsAndrej Mihajlov1-0/+48
2017-07-17Update HeaderBar.defaultPropsAndrej Mihajlov1-1/+3
2017-07-13Merge branch 'account-component-tests'Andrej Mihajlov8-131/+198
2017-07-13Modernize AccountInput tests and migrate from using private Component._refAndrej Mihajlov1-80/+75
2017-07-13Add tests for Account componentAndrej Mihajlov8-61/+133
2017-07-13Merge branch 'backend-address-file-loc'Erik Larkö1-1/+1
2017-07-13Read the address to the backend from the tempdir instead of the working direc...Erik Larkö1-1/+1
2017-07-13Merge branch 'export-default-map'Erik Larkö2-2/+2
2017-07-13export default in Map.jsErik Larkö2-2/+2
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