summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
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
2017-06-09Patch Chrome import which has been renamed to WindowChromeAndrej Mihajlov1-3/+3
2017-06-09Allow unused args starting with _Erik Larkö4-5/+5
2017-06-09Remove all "any" typesErik Larkö2-16/+34
2017-06-08Add type annotations for TrayIconManagerAndrej Mihajlov4-76/+37
2017-06-08Add flow annotations for KeyframeAnimation and relevant Electron typesAndrej Mihajlov2-72/+121
2017-06-07Validate the IPC API responsesErik Larkö2-8/+35
2017-06-05Add transitionsAndrej Mihajlov9-24/+334
2017-05-28Very slightly improve notification handlingErik Larkö1-2/+2