| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-15 | Add workspaces | Andrej Mihajlov | 11 | -774/+0 | |
| 2018-08-14 | Implement IPv6 enable/disable in GUI | Janito Vaqueiro Ferreira Filho | 2 | -2/+29 | |
| 2018-08-08 | Add missing @flow | Andrej Mihajlov | 1 | -0/+1 | |
| 2018-08-08 | Save daemon connectivity status to redux | Andrej Mihajlov | 3 | -1/+70 | |
| 2018-08-08 | Refactor connection/actions | Andrej Mihajlov | 1 | -10/+12 | |
| 2018-08-08 | Remove auto-login | Andrej Mihajlov | 2 | -24/+16 | |
| 2018-08-07 | Fix Redux store enhancer annotations | Andrej Mihajlov | 1 | -2/+4 | |
| 2018-08-07 | Migrate to connected-react-router | Andrej Mihajlov | 1 | -4/+5 | |
| Since react-router-redux is deprecated | |||||
| 2018-07-24 | Copy account token to clipboard when clicked | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 | |
| 2018-07-16 | Add actions and reducers for autoConnect | Andrej Mihajlov | 2 | -3/+27 | |
| 2018-07-05 | Add support state in redux store | Andrej Mihajlov | 3 | -2/+78 | |
| 2018-07-05 | Replace Backend with AppRenderer | Andrej Mihajlov | 1 | -6/+0 | |
| 2018-07-03 | Remove tests that we are not going to fix | Andrej Mihajlov | 1 | -6/+0 | |
| 2018-07-03 | Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransport | Andrej Mihajlov | 5 | -7/+7 | |
| 2018-06-14 | Remove `BackendError` from account redux code | Janito Vaqueiro Ferreira Filho | 2 | -5/+4 | |
| 2018-06-12 | Remove .js from imports | Andrej Mihajlov | 1 | -12/+12 | |
| 2018-06-12 | Add action to update expiry date | Andrej Mihajlov | 2 | -3/+24 | |
| 2018-06-05 | Add formatted source code | Andrej Mihajlov | 7 | -115/+163 | |
| 2018-02-20 | Remove actions that do not exist anymore | Andrej Mihajlov | 2 | -5/+0 | |
| 2018-01-15 | Add optional attribute to Location.city | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-01-15 | Adapt frontend to removed ip call and changed location struct | Linus Färnstrand | 3 | -36/+24 | |
| 2018-01-15 | Clipboard from reactxp | anderklander | 1 | -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-03 | Add actions and reducers for allowLan | Andrej Mihajlov | 2 | -4/+21 | |
| 2018-01-03 | Add Preferences page | Andrej Mihajlov | 1 | -0/+2 | |
| 2017-12-19 | Integrate RelayList into Redux | Andrej Mihajlov | 2 | -9/+19 | |
| 2017-12-19 | Update redux store | Andrej Mihajlov | 3 | -12/+34 | |
| 2017-12-06 | Add relay settings fetch | Andrej Mihajlov | 1 | -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-05 | Update RelaySettingsRedux | Andrej Mihajlov | 2 | -16/+22 | |
| 2017-12-05 | Remove unused connection.serverAddress | Andrej Mihajlov | 2 | -12/+2 | |
| 2017-11-23 | Pass protocol and port to Backend#connect | Andrej Mihajlov | 2 | -12/+16 | |
| 2017-11-23 | Inline onConnecting | Andrej Mihajlov | 1 | -12/+1 | |
| 2017-11-23 | Rename RelayConstraints -> RelaySettings | Linus Färnstrand | 2 | -8/+8 | |
| 2017-11-21 | Update type annotations | Andrej Mihajlov | 1 | -2/+3 | |
| 2017-11-21 | Add account history IPC | Andrej Mihajlov | 2 | -1/+22 | |
| 2017-11-21 | Refine flow types across project | Andrej Mihajlov | 1 | -4/+7 | |
| 2017-11-09 | Redid the settings state and inlined a few components | Erik Larkö | 2 | -8/+11 | |
| 2017-11-08 | tcp and port | Erik Larkö | 5 | -21/+34 | |
| 2017-10-05 | Remove the auto-secure setting | Erik Larkö | 1 | -2/+0 | |
| 2017-10-02 | Store the unsubmitted account token in the redux store | Erik Larkö | 2 | -1/+27 | |
| 2017-09-12 | Move the hardcoded relay endpoint data to the Connect component | Erik Larkö | 2 | -6/+7 | |
| 2017-09-04 | Change accountNumber to accountToken | Linus Färnstrand | 2 | -8/+8 | |
| 2017-08-28 | Fixed failed loginChange action when resetting login error | Erik Larkö | 2 | -2/+18 | |
| 2017-08-24 | Replace paidUntil with expiry | Linus Färnstrand | 2 | -7/+7 | |
| 2017-08-22 | Failed autologins no longer prompts the user with LOGIN FAILED | Erik Larkö | 1 | -1/+5 | |
| 2017-08-08 | Add ONLINE and OFFLINE actions and remove generic connection action | Erik Larkö | 2 | -17/+31 | |
| 2017-08-08 | RPC notification actions | Erik Larkö | 2 | -7/+43 | |
| 2017-08-08 | Add DISCONNECTED action | Erik Larkö | 2 | -2/+14 | |
| 2017-08-08 | Add CONNECTING action | Erik Larkö | 2 | -2/+18 | |
| 2017-08-08 | Added NEW_LOCATION action | Erik Larkö | 2 | -2/+24 | |
| 2017-08-08 | Remove generic account action | Erik Larkö | 1 | -15/+1 | |
