summaryrefslogtreecommitdiffhomepage
path: root/app/redux/connection
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Add workspacesAndrej Mihajlov2-154/+0
2018-08-08Refactor connection/actionsAndrej Mihajlov1-10/+12
2018-07-03Remove tests that we are not going to fixAndrej Mihajlov1-6/+0
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov2-4/+4
2018-06-05Add formatted source codeAndrej Mihajlov2-28/+37
2018-02-20Remove actions that do not exist anymoreAndrej Mihajlov1-3/+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ärnstrand2-35/+22
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.
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-05Remove unused connection.serverAddressAndrej Mihajlov2-12/+2
2017-11-23Pass protocol and port to Backend#connectAndrej Mihajlov1-8/+12
2017-11-23Inline onConnectingAndrej Mihajlov1-12/+1
2017-11-08tcp and portErik Larkö2-7/+6
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö2-6/+7
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-07-28Added NEW_PUBLIC_IP actionErik Larkö2-5/+22
2017-07-27Migrate to new redux annotationsAndrej Mihajlov1-2/+2
2017-07-27Remove redux-actionsErik Larkö2-11/+24
2017-07-27Flow connection actionsErik Larkö1-3/+5
2017-07-07Move geoIP from account to connectionErik Larkö1-2/+9
2017-07-03Rename account.account -> account.accountNumberErik Larkö1-1/+1
2017-07-03Moved the redux stuff into separate folder and renamed user->account and ↵Erik Larkö2-0/+48
connect->connection