summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
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
2017-07-06Remove starting the backend. The backend produces too much output on stdout ↵Erik Larkö1-22/+0
and crashes. sudo-prompt has no support for emptying the stdout
2017-07-05Logout testsErik Larkö1-3/+12
2017-07-05sudo-prompt is a dev dependency and is not available in releaseAndrej Mihajlov1-1/+1
2017-07-04Connection failed testErik Larkö1-0/+3
2017-07-04Connect testsErik Larkö1-0/+11
2017-07-04Flow app.jsErik Larkö2-9/+21
2017-07-04Rest of login testsErik Larkö1-1/+6
2017-07-03Add first login workflow testErik Larkö2-7/+34
2017-07-03Rename account.account -> account.accountNumberErik Larkö7-16/+16
2017-07-03Moved the redux stuff into separate folder and renamed user->account and ↵Erik Larkö21-109/+112
connect->connection
2017-06-30Upgrade ESLint and adjust code to new linting requirementsAndrej Mihajlov4-29/+29
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-26Reset state and clear timer when unmountingAndrej Mihajlov1-1/+9
2017-06-26Add Flow annotations for Connect componentAndrej Mihajlov4-93/+119
2017-06-26Replace Keyframe range with tupleAndrej Mihajlov1-3/+4
2017-06-23Migrate to React 15.6Andrej Mihajlov10-10/+20
2017-06-22Add flow annotations for redux actionsAndrej Mihajlov4-16/+28
2017-06-22Add Flow annotations for Redux storeAndrej Mihajlov5-21/+65
2017-06-22Drop unused Enum classAndrej Mihajlov1-82/+0
2017-06-22Fix rendering code to be Flow proofAndrej Mihajlov1-3/+11
2017-06-22Replace `in` with regular if-statement to satisfy FlowAndrej Mihajlov1-1/+1
2017-06-21- Migrate Backend.EventType and Backend.ErrorType to FlowAndrej Mihajlov5-240/+73
- Export Backend and BackendError separately
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov10-75/+51
2017-06-21Refactor main processAndrej Mihajlov1-193/+206
2017-06-21Rename .ipc_connection_info to .mullvad_rpc_addressAndrej Mihajlov1-1/+1
2017-06-21Migrate to TransitionMatchAndrej Mihajlov1-3/+5
2017-06-21Replace TransitionRule.transitionDescriptor in favor of TransitionMatchAndrej Mihajlov1-50/+23
2017-06-21Add flow annotation for formatters.jsAndrej Mihajlov1-11/+3
2017-06-21Migrate HeaderBarStyle to FlowAndrej Mihajlov6-53/+22
2017-06-19Clean up code commentsAndrej Mihajlov1-207/+24
2017-06-09Use `validated/object` to validate the IPC responsesErik Larkö1-1/+1