summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-12-14Reactxp starter packanderklander21-101/+178
2017-12-13Merge branch 'release-beta7'Linus Färnstrand3-1017/+1295
2017-12-12Remove logging of account numberLinus Färnstrand1-1/+1
2017-12-12Bump version to 2017.1-beta7Linus Färnstrand1-1/+1
2017-12-12Update relays.json bundled relay listLinus Färnstrand1-1015/+1293
2017-12-08Merge branch 'fix-workspace-switch-on-show'Andrej Mihajlov2-4/+9
2017-12-08Show window in all workspacesAndrej Mihajlov2-4/+9
2017-12-06Merge branch 'convert-backend-to-async-await'Andrej Mihajlov1-169/+173
2017-12-06Convert Backend._authenticate() to asyncAndrej Mihajlov1-9/+8
2017-12-06Convert Backend.updateRelaySettings() to asyncAndrej Mihajlov1-3/+7
2017-12-06Convert Backend.shutdown() to asyncAndrej Mihajlov1-5/+7
2017-12-06Convert Backend.disconnect() to asyncAndrej Mihajlov1-8/+7
2017-12-06Convert Backend.connect() to asyncAndrej Mihajlov1-8/+10
2017-12-06Convert Backend.logout() to asyncAndrej Mihajlov1-16/+13
2017-12-06Convert Backend.login() to asycAndrej Mihajlov1-28/+30
2017-12-06Convert Backend.autologout() to asyncAndrej Mihajlov1-26/+23
2017-12-06Convert Backend.sync() to asyncAndrej Mihajlov1-29/+32
2017-12-06Convert Backend._registerIpcListeners() to asyncAndrej Mihajlov1-21/+18
2017-12-06Convert Backend.removeAccountFromHistory() and Backend._updateAccountHistory(...Andrej Mihajlov1-16/+18
2017-12-06Merge branch 'add-flow-in-containers'Andrej Mihajlov6-39/+92
2017-12-06Enable flow for ConnectPageAndrej Mihajlov1-7/+23
2017-12-06Enable flow for SupportPageAndrej Mihajlov1-5/+11
2017-12-06Enable flow for SettingsPageAndrej Mihajlov1-8/+12
2017-12-06Enable flow for SelectLocationPageAndrej Mihajlov1-6/+12
2017-12-06Enable flow for LoginPageAndrej Mihajlov1-7/+21
2017-12-06Enable flow for AccountPageAndrej Mihajlov1-6/+13
2017-12-06Merge branch 'normal-constraints-pr'Andrej Mihajlov20-427/+850
2017-12-06Fix flow crash on dispatch without annotated typeAndrej Mihajlov1-1/+3
2017-12-06Remove unused Backend._apiToReduxConstraintsAndrej Mihajlov1-8/+0
2017-12-06Remove noop ternary opAndrej Mihajlov1-5/+1
2017-12-06Fix testsAndrej Mihajlov5-143/+113
2017-12-06Fix flow annotations for AdvancedSettingsPageAndrej Mihajlov1-2/+5
2017-12-06Use RelayLocation to obtain server informationAndrej Mihajlov3-15/+52
2017-12-06Flatten server listAndrej Mihajlov2-55/+75
2017-12-06Populate city/country in UI from redux storeAndrej Mihajlov1-18/+19
2017-12-06Add relay constraint builder and basic testsAndrej Mihajlov5-38/+394
2017-12-06Add relay settings fetchAndrej Mihajlov5-79/+71
2017-12-05Adjust SelectLocation component to support RelayLocationAndrej Mihajlov2-45/+49
2017-12-05Update RelaySettingsReduxAndrej Mihajlov2-16/+22
2017-12-05Remove unused connection.serverAddressAndrej Mihajlov5-15/+3
2017-12-05Add country/city codesAndrej Mihajlov1-23/+79
2017-12-05Merge branch 'upgrade-electron-mocha'Andrej Mihajlov2-112/+58
2017-12-05Upgrade to electron-mocha 5.0Andrej Mihajlov2-112/+58
2017-12-05Merge branch 'upgrade-nseventmonitor'Andrej Mihajlov2-4/+4
2017-12-05Update NSEventMonitor to v0.0.5Andrej Mihajlov2-4/+4
2017-12-05Merge branch 'remove-service-worker'Andrej Mihajlov4-45/+6
2017-12-05Remove service workerAndrej Mihajlov4-45/+6
2017-12-05Merge branch 'fix-unchecked-promise'Andrej Mihajlov1-5/+6
2017-12-05Fix flow issue for unchecked promiseAndrej Mihajlov1-5/+6
2017-12-05Merge branch 'refine-relay-types'Andrej Mihajlov1-14/+17