summaryrefslogtreecommitdiffhomepage
path: root/app/redux
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Add workspacesAndrej Mihajlov11-774/+0
2018-08-14Implement IPv6 enable/disable in GUIJanito Vaqueiro Ferreira Filho2-2/+29
2018-08-08Add missing @flowAndrej Mihajlov1-0/+1
2018-08-08Save daemon connectivity status to reduxAndrej Mihajlov3-1/+70
2018-08-08Refactor connection/actionsAndrej Mihajlov1-10/+12
2018-08-08Remove auto-loginAndrej Mihajlov2-24/+16
2018-08-07Fix Redux store enhancer annotationsAndrej Mihajlov1-2/+4
2018-08-07Migrate to connected-react-routerAndrej Mihajlov1-4/+5
Since react-router-redux is deprecated
2018-07-24Copy account token to clipboard when clickedJanito Vaqueiro Ferreira Filho1-0/+12
2018-07-16Add actions and reducers for autoConnectAndrej Mihajlov2-3/+27
2018-07-05Add support state in redux storeAndrej Mihajlov3-2/+78
2018-07-05Replace Backend with AppRendererAndrej Mihajlov1-6/+0
2018-07-03Remove tests that we are not going to fixAndrej Mihajlov1-6/+0
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov5-7/+7
2018-06-14Remove `BackendError` from account redux codeJanito Vaqueiro Ferreira Filho2-5/+4
2018-06-12Remove .js from importsAndrej Mihajlov1-12/+12
2018-06-12Add action to update expiry dateAndrej Mihajlov2-3/+24
2018-06-05Add formatted source codeAndrej Mihajlov7-115/+163
2018-02-20Remove actions that do not exist anymoreAndrej Mihajlov2-5/+0
2018-01-15Add optional attribute to Location.cityAndrej Mihajlov1-1/+1
2018-01-15Adapt frontend to removed ip call and changed location structLinus Färnstrand3-36/+24
2018-01-15Clipboard from reactxpanderklander1-2/+2
Not able to start backend, so a little help with testing this would be good! Also good to test on specific platform i guess.
2018-01-03Add actions and reducers for allowLanAndrej Mihajlov2-4/+21
2018-01-03Add Preferences pageAndrej Mihajlov1-0/+2
2017-12-19Integrate RelayList into ReduxAndrej Mihajlov2-9/+19
2017-12-19Update redux storeAndrej Mihajlov3-12/+34
2017-12-06Add relay settings fetchAndrej Mihajlov1-6/+1
Backend.connect() won’t accept connection info anymore. Use Backend.updateRelaySettings() to set the constraints to be able to connect the tunnel.
2017-12-05Update RelaySettingsReduxAndrej Mihajlov2-16/+22
2017-12-05Remove unused connection.serverAddressAndrej Mihajlov2-12/+2
2017-11-23Pass protocol and port to Backend#connectAndrej Mihajlov2-12/+16
2017-11-23Inline onConnectingAndrej Mihajlov1-12/+1
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand2-8/+8
2017-11-21Update type annotationsAndrej Mihajlov1-2/+3
2017-11-21Add account history IPCAndrej Mihajlov2-1/+22
2017-11-21Refine flow types across projectAndrej Mihajlov1-4/+7
2017-11-09Redid the settings state and inlined a few componentsErik Larkö2-8/+11
2017-11-08tcp and portErik Larkö5-21/+34
2017-10-05Remove the auto-secure settingErik Larkö1-2/+0
2017-10-02Store the unsubmitted account token in the redux storeErik Larkö2-1/+27
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö2-6/+7
2017-09-04Change accountNumber to accountTokenLinus Färnstrand2-8/+8
2017-08-28Fixed failed loginChange action when resetting login errorErik Larkö2-2/+18
2017-08-24Replace paidUntil with expiryLinus Färnstrand2-7/+7
2017-08-22Failed autologins no longer prompts the user with LOGIN FAILEDErik Larkö1-1/+5
2017-08-08Add ONLINE and OFFLINE actions and remove generic connection actionErik Larkö2-17/+31
2017-08-08RPC notification actionsErik Larkö2-7/+43
2017-08-08Add DISCONNECTED actionErik Larkö2-2/+14
2017-08-08Add CONNECTING actionErik Larkö2-2/+18
2017-08-08Added NEW_LOCATION actionErik Larkö2-2/+24
2017-08-08Remove generic account actionErik Larkö1-15/+1